diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -11,13 +11,14 @@ around to it some time. If you have any good ideas, please let me know. | |||
11 | to happen. False alarm. Sorry about the confusion. | 11 | to happen. False alarm. Sorry about the confusion. |
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 simple systems with it. BusyBox 0.49 was supposed to have | 14 | possible to run many simple systems with it. BusyBox 0.49 was supposed to |
15 | a new shell, updated to understand full Bourne grammer. Well, that simply | 15 | have a new shell, updated to understand full Bourne grammer. Well, that |
16 | didn't happen in time for the release. A rewrite is in progress that will | 16 | simply didn't happen in time for the release. A rewrite is in progress |
17 | result in a new shell that understands the full Bourne grammar. This new | 17 | that will result in a new shell that understands the full Bourne grammar. |
18 | shell is being championed by Larry Doolittle <ldoolitt@recycle.lbl.gov>, and | 18 | This new shell is being championed by Larry Doolittle |
19 | could use your help. Please see the work in progress at | 19 | <ldoolitt@recycle.lbl.gov>, and could use your help. Please see the work |
20 | http://doolittle.faludi.com/~larry/parser.html | 20 | in progress at http://doolittle.faludi.com/~larry/parser.html and help |
21 | us out. | ||
21 | 22 | ||
22 | -Erik | 23 | -Erik |
23 | 24 | ||
@@ -31,7 +32,7 @@ Possible apps to include some time: | |||
31 | ----------- | 32 | ----------- |
32 | 33 | ||
33 | Write a fixup_globals function to do just that right before calling | 34 | Write a fixup_globals function to do just that right before calling |
34 | non-forking applets. Or, just always fork... | 35 | non-forking applets. Or, just always fork in the shell... |
35 | 36 | ||
36 | ----------------------- | 37 | ----------------------- |
37 | 38 | ||