diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | ||
19 | Bugs that need fixing: | 19 | Bugs 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 | ||
143 | An interesting email listing some apps that use /proc. BusyBox | ||
144 | tries to avoid /proc as mush as is possible, so this stuff is | ||
145 | interesting (to me at least): | ||
146 | |||
140 | 147 | ||
141 | Date: Fri, 25 Feb 2000 08:23:12 +0000 (GMT) | 148 | Date: Fri, 25 Feb 2000 08:23:12 +0000 (GMT) |
142 | From: Riley Williams <rhw@MemAlpha.CX> | 149 | From: Riley Williams <rhw@MemAlpha.CX> |