diff options
author | Rob Landley | 2005-08-23 23:08:17 +0000 |
---|---|---|
committer | Rob Landley | 2005-08-23 23:08:17 +0000 |
commit | a937640bff9ad496e5c41d93918bbc7e51b2068e (patch) | |
tree | c9d66cd0a45b0f29055f5879a36ea1b738ba3b63 | |
parent | f4c684a1efcf8a602d0803c889aba610b9a5ddb8 (diff) | |
download | busybox-a937640bff9ad496e5c41d93918bbc7e51b2068e.zip busybox-a937640bff9ad496e5c41d93918bbc7e51b2068e.tar.gz |
Remove something we did, not that I'm doing something, and add something we
haven't done. Woo.
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |