aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-06-14 17:35:54 +0000
committerMark Whitley <markw@lineo.com>2000-06-14 17:35:54 +0000
commit1af7ed5573de251690bae5ad70af1b3a6709457b (patch)
tree741a2ec2e19a4f53efa582228348d1d0832a6c24
parent3c709b45b39ffa488294e4dc876eb5e09e0dfbc5 (diff)
downloadbusybox-w32-1af7ed5573de251690bae5ad70af1b3a6709457b.tar.gz
busybox-w32-1af7ed5573de251690bae5ad70af1b3a6709457b.tar.bz2
busybox-w32-1af7ed5573de251690bae5ad70af1b3a6709457b.zip
Modified status of some TODO items, added some others in preparation for the
0.44 release.
-rw-r--r--TODO21
1 files changed, 16 insertions, 5 deletions
diff --git a/TODO b/TODO
index 71bb5365a..cf19e4761 100644
--- a/TODO
+++ b/TODO
@@ -18,15 +18,26 @@ around to it some time. If you have any good ideas, please let me know.
18 18
19Bugs that need fixing before the 0.44 release goes out the door: 19Bugs that need fixing before the 0.44 release goes out the door:
20 20
21 - 'grep foo$ file' doesn't work 21 - merge telnet client from Tomi Ollila
22 - 'grep *foo file' segfaults 22 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
23 is not on.
24 - doc / website updates to tell what the real mailing list is for busybox.
25 - fix 'cp' (or test suite script) so that it passes the test suite.
26 - merge Pavel's rm fixes.
27
28These could get done before the 0.44 release if we have time, but we won't
29hold up the 0.44 release just because of these:
30
23 - ps dirent race bug (need to stat the file before attempting chdir) 31 - ps dirent race bug (need to stat the file before attempting chdir)
24 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to 32 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to
25 /tmp/file in the current directory, rather then trying and failing to create 33 /tmp/file in the current directory, rather then trying and failing to create
26 a symlink named "." in the current working directory). 34 a symlink named "." in the current working directory).
27 - "math" should also take input from stdin 35
28 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS 36These will be deferred til after 0.44 is released. We will rework these to use
29 is not on. 37libc regex functions instead (as per the mailing list discussion):
38
39 - 'grep foo$ file' doesn't work
40 - 'grep *foo file' segfaults
30 41
31 42
32----------- 43-----------