diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-22 00:04:12 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-22 00:04:12 +0000 |
commit | 5fa2e2239296adf6febadb8d68cf86a0ca7e1fec (patch) | |
tree | 5f60d131c8ba0e58627e0054410582834fb4f01e /TODO | |
parent | aedd8f500906a5fa99955f77fac314f14a395cac (diff) | |
download | busybox-w32-5fa2e2239296adf6febadb8d68cf86a0ca7e1fec.tar.gz busybox-w32-5fa2e2239296adf6febadb8d68cf86a0ca7e1fec.tar.bz2 busybox-w32-5fa2e2239296adf6febadb8d68cf86a0ca7e1fec.zip |
Update the list.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@693 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -18,9 +18,10 @@ around to it some time. If you have any good ideas, please let me know. | |||
18 | 18 | ||
19 | Bugs that need fixing: | 19 | Bugs that need fixing: |
20 | 20 | ||
21 | - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS | 21 | - 'ln -n' has been disabled for this release, till we can fix a memory |
22 | is not on. | 22 | corruption bug. |
23 | - fix 'cp' (or test suite script) so that it passes the test suite. | 23 | - fix 'cp' (or test suite script) so that it passes the last item in |
24 | the test suite. | ||
24 | - ps dirent race bug (need to stat the file before attempting chdir) | 25 | - ps dirent race bug (need to stat the file before attempting chdir) |
25 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | 26 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to |
26 | /tmp/file in the current directory, rather then trying and failing to create | 27 | /tmp/file in the current directory, rather then trying and failing to create |