aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-17 17:09:34 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-17 17:09:34 +0000
commit9b015aa46ce76815e9860bd3e7ac8c7565233c16 (patch)
tree3180e217448ab429defd12b8f6a78425d1b6738c /TODO
parent944135e292f747c844a772a0d65f3af59428f16b (diff)
downloadbusybox-w32-9b015aa46ce76815e9860bd3e7ac8c7565233c16.tar.gz
busybox-w32-9b015aa46ce76815e9860bd3e7ac8c7565233c16.tar.bz2
busybox-w32-9b015aa46ce76815e9860bd3e7ac8c7565233c16.zip
- usage.h
o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley git-svn-id: svn://busybox.net/trunk/busybox@2357 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index b5e383be7..61127489b 100644
--- a/TODO
+++ b/TODO
@@ -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
60xargs could use a -l option
61
58------------------------------------------------------------------ 62------------------------------------------------------------------