summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-13 18:30:59 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-13 18:30:59 +0000
commit95d1f6d7c785d793c5ba8046e45f1c6117a4beba (patch)
tree15a239ceeea579ecfa5b676f7279abf0aa4b1d05
parent436220071256037e416915ace143b9a00c537db0 (diff)
downloadbusybox-w32-0_48.tar.gz
busybox-w32-0_48.tar.bz2
busybox-w32-0_48.zip
Formatting fix0_48
-rw-r--r--Changelog5
1 files changed, 2 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 0cc773676..a1a538af0 100644
--- a/Changelog
+++ b/Changelog
@@ -15,7 +15,7 @@
15 an included shell script called unrpm as a front end to it. There's 15 an included shell script called unrpm as a front end to it. There's
16 also a shell script called undeb included for debian packages. 16 also a shell script called undeb included for debian packages.
17 * Matt Kraai -- fix an infinite loop with ls -aR 17 * Matt Kraai -- fix an infinite loop with ls -aR
18 * Larry Doolittle -- Shaves off about 100 bytes and 200 bytes heap 18 * Larry Doolittle -- Shaved off about 100 bytes and 200 bytes heap
19 from date.c. Also document the "-d" option in the usage message. 19 from date.c. Also document the "-d" option in the usage message.
20 * Gennady Feldman -- fixed dd to use blocksize when reading/writing, 20 * Gennady Feldman -- fixed dd to use blocksize when reading/writing,
21 (it was reading the whole thing and then writing it out). Also 21 (it was reading the whole thing and then writing it out). Also
@@ -33,8 +33,7 @@
33 GNU-date compatible 33 GNU-date compatible
34 * me -- Progress meter (optional) in wget 34 * me -- Progress meter (optional) in wget
35 * Doolittle/me -- programs invoked by full path name take 35 * Doolittle/me -- programs invoked by full path name take
36 precedence over applets unless 36 precedence over applets unless BB_FEATURE_SH_BUILTINS_ALWAYS_WIN
37 BB_FEATURE_SH_BUILTINS_ALWAYS_WIN
38 * Gaute B Strokkenes <gs234@cam.ac.uk> -- applets found using a 37 * Gaute B Strokkenes <gs234@cam.ac.uk> -- applets found using a
39 binary search instead of linear search. Much faster! 38 binary search instead of linear search. Much faster!
40 * new applets: cmp readlink 39 * new applets: cmp readlink