diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-06 22:17:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-06 22:17:43 +0000 |
commit | 1f6262b8e2b4225a028b016fed4a3a9ee717b540 (patch) | |
tree | 77c7d455511aa7d5fff2ce0bb16a7f019b822b34 /TODO | |
parent | fb8ba506bb335791ad2406e179f5a98834b37f3f (diff) | |
download | busybox-w32-1f6262b8e2b4225a028b016fed4a3a9ee717b540.tar.gz busybox-w32-1f6262b8e2b4225a028b016fed4a3a9ee717b540.tar.bz2 busybox-w32-1f6262b8e2b4225a028b016fed4a3a9ee717b540.zip |
Fix 'date -u'
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,8 +22,6 @@ 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 or are broken: | ||
26 | date -u | ||
27 | - I believe that swaponoff may also be also broken (check it). | 25 | - I believe that swaponoff may also be also broken (check it). |
28 | - It used to be that BusyBox tar would happily overwrite existing files on | 26 | - It used to be that BusyBox tar would happily overwrite existing files on |
29 | 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 |