aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-08-23 23:08:17 +0000
committerRob Landley <rob@landley.net>2005-08-23 23:08:17 +0000
commita937640bff9ad496e5c41d93918bbc7e51b2068e (patch)
treec9d66cd0a45b0f29055f5879a36ea1b738ba3b63 /TODO
parentf4c684a1efcf8a602d0803c889aba610b9a5ddb8 (diff)
downloadbusybox-a937640bff9ad496e5c41d93918bbc7e51b2068e.tar.gz
Remove something we did, not that I'm doing something, and add something we
haven't done. Woo.
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
world. The "make uninstall" of lots of things (including busybox itself)
breaks because of this, and sometimes even "make install" (like udev).
----
-comm
- Perl needs "comm" to build. It's small and simple, but we haven't got it.
----
sh
The command shell situation is a big mess. We have three or four different
shells that don't really share any code, and the "standalone shell" doesn't
@@ -22,6 +19,8 @@ sh
being reentrant. Unifying the various shells and figuring out a configurable
way of adding the minimal set of bash features a given script uses is a big
job, but it be a big improvement.
+
+ Note: Rob Landley (rob@landley.net) is working on this one, but very slowly...
---
gzip
Can't handle compressing multiple files at once. (I don't mean making a
@@ -36,6 +35,9 @@ diff
We should have a diff -u command. We have patch, we should have diff
(we only need to support unified diffs though).
---
+fuser
+ Would be nice. The basic susv3 options, plus fuser -k.
+---
patch
should have -i support, and simple fuzz factor support to apply patches
at an offset shouldn't take up too much space.