diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,7 @@ around to it some time. If you have any good ideas, please let me know. | |||
12 | 12 | ||
13 | * The busybox shell, lash, is really too weak for serious use, although it is | 13 | * The busybox shell, lash, is really too weak for serious use, although it is |
14 | possible to run many simple systems with it. BusyBox 0.49 was supposed to | 14 | possible to run many simple systems with it. BusyBox 0.49 was supposed to |
15 | have a new shell, updated to understand full Bourne grammer. Well, that | 15 | have a new shell, updated to understand full Bourne grammar. Well, that |
16 | simply didn't happen in time for the release. A rewrite is in progress | 16 | simply didn't happen in time for the release. A rewrite is in progress |
17 | that will result in a new shell that understands the full Bourne grammar. | 17 | that will result in a new shell that understands the full Bourne grammar. |
18 | This new shell is being championed by Larry Doolittle | 18 | This new shell is being championed by Larry Doolittle |
@@ -55,4 +55,8 @@ and then start with the biggest things and make them smaller... | |||
55 | 55 | ||
56 | du.c probably ought to have an -x switch like GNU du does... | 56 | du.c probably ought to have an -x switch like GNU du does... |
57 | 57 | ||
58 | ----------------------- | ||
59 | |||
60 | xargs could use a -l option | ||
61 | |||
58 | ------------------------------------------------------------------ | 62 | ------------------------------------------------------------------ |