aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9634cefd1..4778436d4 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,7 @@ around to it some time. If you have any good ideas, please let me know.
16 16
17----------- 17-----------
18 18
19Bugs that need fixing: 19Bugs that need fixing before the 0.44 release goes out the door:
20 20
21 - mkfs.minix rev 1.7 completely broke the parser. Fix it. 21 - mkfs.minix rev 1.7 completely broke the parser. Fix it.
22 - 'grep foo$ file' doesn't work 22 - 'grep foo$ file' doesn't work
@@ -43,6 +43,9 @@ Bugs that need fixing:
43 - implement 'ls -R'. 43 - implement 'ls -R'.
44 - "cp -a sourcedir/*" (note: no dest) - produces an odd error message about 44 - "cp -a sourcedir/*" (note: no dest) - produces an odd error message about
45 the last file in the dir, rather than saying "missing destination file". 45 the last file in the dir, rather than saying "missing destination file".
46 - "math" should also take input from stdin
47 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
48 is not on.
46 49
47 50
48----------- 51-----------
@@ -137,6 +140,10 @@ I'll add this to the TODO list,
137 140
138------------------------------------------------------------------ 141------------------------------------------------------------------
139 142
143An interesting email listing some apps that use /proc. BusyBox
144tries to avoid /proc as mush as is possible, so this stuff is
145interesting (to me at least):
146
140 147
141Date: Fri, 25 Feb 2000 08:23:12 +0000 (GMT) 148Date: Fri, 25 Feb 2000 08:23:12 +0000 (GMT)
142From: Riley Williams <rhw@MemAlpha.CX> 149From: Riley Williams <rhw@MemAlpha.CX>