aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 18:12:47 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 18:12:47 +0000
commitfd47fd72df2835015c93d9ddab3cdf2229034397 (patch)
tree1831e20287554d3cb8010b96ccefcede762d86e0
parente7feeffc1affe36e398fad42ed8cd8dafa1ee848 (diff)
downloadbusybox-w32-fd47fd72df2835015c93d9ddab3cdf2229034397.tar.gz
busybox-w32-fd47fd72df2835015c93d9ddab3cdf2229034397.tar.bz2
busybox-w32-fd47fd72df2835015c93d9ddab3cdf2229034397.zip
Removed chmod,chown,chgrp from the "Bugs that need fixing" list.
git-svn-id: svn://busybox.net/trunk/busybox@621 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO18
1 files changed, 7 insertions, 11 deletions
diff --git a/TODO b/TODO
index f70f62298..63fae0b5d 100644
--- a/TODO
+++ b/TODO
@@ -22,21 +22,17 @@ Bugs that need fixing before the 0.44 release goes out the door:
22 - 'grep foo$ file' doesn't work 22 - 'grep foo$ file' doesn't work
23 - 'grep *foo file' segfaults 23 - 'grep *foo file' segfaults
24 - ps dirent race bug (need to stat the file before attempting chdir) 24 - ps dirent race bug (need to stat the file before attempting chdir)
25 - The following commands segfault: 25 - I believe that swaponoff may also be also broken (check it).
26 chmod -R 26 - It used to be that BusyBox tar would happily overwrite existing files on
27 chown -R
28 chgrp -R
29 - I believe that swaponoff may also be also broken (check it).
30 - It used to be that BusyBox tar would happily overwrite existing files on
31 an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an 27 an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an
32 existing file is found. 28 existing file is found.
33 - Make 'mount -a' work even when /proc isn't mounted (ugly bug). 29 - Make 'mount -a' work even when /proc isn't mounted (ugly bug).
34 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to 30 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to
35 /tmp/file in the current directory, rather then trying and failing to create 31 /tmp/file in the current directory, rather then trying and failing to create
36 a symlink named "." in the current working directory). 32 a symlink named "." in the current working directory).
37 - implement 'ls -R'. 33 - implement 'ls -R'.
38 - "math" should also take input from stdin 34 - "math" should also take input from stdin
39 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS 35 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
40 is not on. 36 is not on.
41 37
42 38