diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-08 21:05:58 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-08 21:05:58 +0000 |
commit | 9543d08482f7dbcfbc0cb3e93d746bec5be6c9b8 (patch) | |
tree | b6006f2c142d429ed6ea377bba92f3565db45576 /Changelog | |
parent | 33fa8eee8c9dcfe5a2a2253f2ecf0ba9fc166772 (diff) | |
download | busybox-w32-9543d08482f7dbcfbc0cb3e93d746bec5be6c9b8.tar.gz busybox-w32-9543d08482f7dbcfbc0cb3e93d746bec5be6c9b8.tar.bz2 busybox-w32-9543d08482f7dbcfbc0cb3e93d746bec5be6c9b8.zip |
Some updates. Wrong name was on a patch, plus a spelling fix.
git-svn-id: svn://busybox.net/trunk/busybox@1406 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 |