aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index cef25cfdf..38c0a534a 100644
--- a/TODO
+++ b/TODO
@@ -12,9 +12,6 @@ find
12 world. The "make uninstall" of lots of things (including busybox itself) 12 world. The "make uninstall" of lots of things (including busybox itself)
13 breaks because of this, and sometimes even "make install" (like udev). 13 breaks because of this, and sometimes even "make install" (like udev).
14---- 14----
15comm
16 Perl needs "comm" to build. It's small and simple, but we haven't got it.
17---
18sh 15sh
19 The command shell situation is a big mess. We have three or four different 16 The command shell situation is a big mess. We have three or four different
20 shells that don't really share any code, and the "standalone shell" doesn't 17 shells that don't really share any code, and the "standalone shell" doesn't
@@ -22,6 +19,8 @@ sh
22 being reentrant. Unifying the various shells and figuring out a configurable 19 being reentrant. Unifying the various shells and figuring out a configurable
23 way of adding the minimal set of bash features a given script uses is a big 20 way of adding the minimal set of bash features a given script uses is a big
24 job, but it be a big improvement. 21 job, but it be a big improvement.
22
23 Note: Rob Landley (rob@landley.net) is working on this one, but very slowly...
25--- 24---
26gzip 25gzip
27 Can't handle compressing multiple files at once. (I don't mean making a 26 Can't handle compressing multiple files at once. (I don't mean making a
@@ -36,6 +35,9 @@ diff
36 We should have a diff -u command. We have patch, we should have diff 35 We should have a diff -u command. We have patch, we should have diff
37 (we only need to support unified diffs though). 36 (we only need to support unified diffs though).
38--- 37---
38fuser
39 Would be nice. The basic susv3 options, plus fuser -k.
40---
39patch 41patch
40 should have -i support, and simple fuzz factor support to apply patches 42 should have -i support, and simple fuzz factor support to apply patches
41 at an offset shouldn't take up too much space. 43 at an offset shouldn't take up too much space.