diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-31 20:08:30 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-31 20:08:30 +0000 |
commit | fd8afb909a40f966c36545613ac1db1a24f8128c (patch) | |
tree | 5a7c8ce2cbfd6ee743485e5f00652ca9e440b50f | |
parent | f38ea9b1c90de1f4e1f77d9af56e0c7e3c881dbb (diff) | |
download | busybox-w32-fd8afb909a40f966c36545613ac1db1a24f8128c.tar.gz busybox-w32-fd8afb909a40f966c36545613ac1db1a24f8128c.tar.bz2 busybox-w32-fd8afb909a40f966c36545613ac1db1a24f8128c.zip |
More stuff.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@585 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 8 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -12,12 +12,14 @@ | |||
12 | BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may | 12 | BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may |
13 | be invoked as shell internals. Best used when compiling staticly | 13 | be invoked as shell internals. Best used when compiling staticly |
14 | (i.e. DOSTATIC=true) | 14 | (i.e. DOSTATIC=true) |
15 | * BusyBox sh (lash) internals now behave as expected wrt pipes and redirects. | 15 | * BusyBox sh (lash) internals now behave as expected wrt pipes |
16 | and redirects. | ||
16 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> | 17 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> |
17 | * Fixed update segfault | 18 | * Fixed update segfault |
18 | * Fixed mknod -- minor number was always 0 | 19 | * Fixed mknod -- minor number was always 0 |
19 | * Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar" | 20 | * Fixed tar option parsing, so both "tar xvf foo.tar" and |
20 | now work (i.e. no "-" before options) (this was very broken in 0.43). | 21 | "tar -xvf foo.tar" now work (i.e. no "-" before options) |
22 | (this was very broken in 0.43). | ||
21 | * Several contributions from Randolph Chung <tausq@debian.org>. | 23 | * Several contributions from Randolph Chung <tausq@debian.org>. |
22 | * cp/mv now accepts the -f flag | 24 | * cp/mv now accepts the -f flag |
23 | * tail can now accept -<num> commands (e.g. -10) for better | 25 | * tail can now accept -<num> commands (e.g. -10) for better |
@@ -28,6 +28,8 @@ Bugs that need fixing: | |||
28 | cp -a -a | 28 | cp -a -a |
29 | ln -s -s | 29 | ln -s -s |
30 | rm -f | 30 | rm -f |
31 | rm -f - | ||
32 | rm -- - | ||
31 | touch -c | 33 | touch -c |
32 | - I believe that swaponoff may also be also broken (check it). | 34 | - I believe that swaponoff may also be also broken (check it). |
33 | - It used to be that BusyBox tar would happily overwrite existing files on | 35 | - It used to be that BusyBox tar would happily overwrite existing files on |