diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-08 21:05:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-08 21:05:58 +0000 |
commit | 7da312058ccf717c2305769ca7d4f379df614530 (patch) | |
tree | b6006f2c142d429ed6ea377bba92f3565db45576 | |
parent | f21aa843896a8c3b8aef8534b90ae7687112f0e2 (diff) | |
download | busybox-w32-7da312058ccf717c2305769ca7d4f379df614530.tar.gz busybox-w32-7da312058ccf717c2305769ca7d4f379df614530.tar.bz2 busybox-w32-7da312058ccf717c2305769ca7d4f379df614530.zip |
Some updates. Wrong name was on a patch, plus a spelling fix.
-rw-r--r-- | Changelog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,7 +12,7 @@ | |||
12 | * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use | 12 | * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use |
13 | an included shell script called unrpm as a front end to it. There's | 13 | an included shell script called unrpm as a front end to it. There's |
14 | also a shell script called undeb included for debian packages. | 14 | also a shell script called undeb included for debian packages. |
15 | * Matt Kraai -- fix an infinate loop with ls -aR | 15 | * Matt Kraai -- fix an infinite loop with ls -aR |
16 | * Larry Doolittle -- Shaves off about 100 bytes and 200 bytes heap | 16 | * Larry Doolittle -- Shaves off about 100 bytes and 200 bytes heap |
17 | from date.c. Also document the "-d" option in the usage message. | 17 | from date.c. Also document the "-d" option in the usage message. |
18 | * Gennady Feldman -- fixed dd to use blocksize when reading/writing, | 18 | * Gennady Feldman -- fixed dd to use blocksize when reading/writing, |
@@ -27,7 +27,8 @@ | |||
27 | * Sebastien Huet, Arne Bernin, and Kent Robotti -- Add in tar -X and | 27 | * Sebastien Huet, Arne Bernin, and Kent Robotti -- Add in tar -X and |
28 | fixed a bug breaking tar --exclude. | 28 | fixed a bug breaking tar --exclude. |
29 | * Jonas Holmberg -- echo option handling made GNU-echo compatible | 29 | * Jonas Holmberg -- echo option handling made GNU-echo compatible |
30 | * Larry Doolittle -- date option handling made GNU-date compatible | 30 | * Aleksey Demidov <asd@ixcelerator.com> -- date option handling made |
31 | GNU-date compatible | ||
31 | * me -- Progress meter (optional) in wget | 32 | * me -- Progress meter (optional) in wget |
32 | * Doolittle/me -- programs invoked by full path name take | 33 | * Doolittle/me -- programs invoked by full path name take |
33 | precedence over applets unless | 34 | precedence over applets unless |