Remove something we did, not that I'm doing something, and add something we
haven't done. Woo.
This commit is contained in:
8
TODO
8
TODO
@@ -12,9 +12,6 @@ find
|
|||||||
world. The "make uninstall" of lots of things (including busybox itself)
|
world. The "make uninstall" of lots of things (including busybox itself)
|
||||||
breaks because of this, and sometimes even "make install" (like udev).
|
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
|
sh
|
||||||
The command shell situation is a big mess. We have three or four different
|
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
|
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
|
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
|
way of adding the minimal set of bash features a given script uses is a big
|
||||||
job, but it be a big improvement.
|
job, but it be a big improvement.
|
||||||
|
|
||||||
|
Note: Rob Landley (rob@landley.net) is working on this one, but very slowly...
|
||||||
---
|
---
|
||||||
gzip
|
gzip
|
||||||
Can't handle compressing multiple files at once. (I don't mean making a
|
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 should have a diff -u command. We have patch, we should have diff
|
||||||
(we only need to support unified diffs though).
|
(we only need to support unified diffs though).
|
||||||
---
|
---
|
||||||
|
fuser
|
||||||
|
Would be nice. The basic susv3 options, plus fuser -k.
|
||||||
|
---
|
||||||
patch
|
patch
|
||||||
should have -i support, and simple fuzz factor support to apply patches
|
should have -i support, and simple fuzz factor support to apply patches
|
||||||
at an offset shouldn't take up too much space.
|
at an offset shouldn't take up too much space.
|
||||||
|
Reference in New Issue
Block a user