summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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