aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-10 20:10:55 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-10 20:10:55 +0000
commit0958093be6c97ab3d49b331535f8805c69cff2f7 (patch)
treebbce012e30e432baa26bc9d4e4a06fdd2b26ca56 /TODO
parent3c3430502a92969a7238a5ee9460993701809701 (diff)
downloadbusybox-0958093be6c97ab3d49b331535f8805c69cff2f7.tar.gz
Doc update for the 0.51 release.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 9 insertions, 8 deletions
diff --git a/TODO b/TODO
index 325fe6c15..b5e383be7 100644
--- a/TODO
+++ b/TODO
@@ -11,13 +11,14 @@ around to it some time. If you have any good ideas, please let me know.
to happen. False alarm. Sorry about the confusion.
* The busybox shell, lash, is really too weak for serious use, although it is
- possible to run simple systems with it. BusyBox 0.49 was supposed to have
- a new shell, updated to understand full Bourne grammer. Well, that simply
- didn't happen in time for the release. A rewrite is in progress that will
- result in a new shell that understands the full Bourne grammar. This new
- shell is being championed by Larry Doolittle <ldoolitt@recycle.lbl.gov>, and
- could use your help. Please see the work in progress at
- http://doolittle.faludi.com/~larry/parser.html
+ possible to run many simple systems with it. BusyBox 0.49 was supposed to
+ have a new shell, updated to understand full Bourne grammer. Well, that
+ simply didn't happen in time for the release. A rewrite is in progress
+ that will result in a new shell that understands the full Bourne grammar.
+ This new shell is being championed by Larry Doolittle
+ <ldoolitt@recycle.lbl.gov>, and could use your help. Please see the work
+ in progress at http://doolittle.faludi.com/~larry/parser.html and help
+ us out.
-Erik
@@ -31,7 +32,7 @@ Possible apps to include some time:
-----------
Write a fixup_globals function to do just that right before calling
-non-forking applets. Or, just always fork...
+non-forking applets. Or, just always fork in the shell...
-----------------------