diff options
author | Rob Landley <rob@landley.net> | 2005-08-23 23:08:17 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-23 23:08:17 +0000 |
commit | a937640bff9ad496e5c41d93918bbc7e51b2068e (patch) | |
tree | c9d66cd0a45b0f29055f5879a36ea1b738ba3b63 /TODO | |
parent | f4c684a1efcf8a602d0803c889aba610b9a5ddb8 (diff) | |
download | busybox-w32-a937640bff9ad496e5c41d93918bbc7e51b2068e.tar.gz busybox-w32-a937640bff9ad496e5c41d93918bbc7e51b2068e.tar.bz2 busybox-w32-a937640bff9ad496e5c41d93918bbc7e51b2068e.zip |
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-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 | ---- |
15 | comm | ||
16 | Perl needs "comm" to build. It's small and simple, but we haven't got it. | ||
17 | --- | ||
18 | sh | 15 | sh |
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 | --- |
26 | gzip | 25 | gzip |
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 | --- |
38 | fuser | ||
39 | Would be nice. The basic susv3 options, plus fuser -k. | ||
40 | --- | ||
39 | patch | 41 | patch |
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. |