aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog22
1 files changed, 20 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index e1d5288dd..83ca4ad87 100644
--- a/Changelog
+++ b/Changelog
@@ -19,13 +19,31 @@
19 (it was reading the whole thing and then writing it out). Also 19 (it was reading the whole thing and then writing it out). Also
20 updated usage information (was missing conv=notrunc) and added 20 updated usage information (was missing conv=notrunc) and added
21 conv=sync feature. 21 conv=sync feature.
22 * Larry Doolittle (in collaboration with Matt Kraai) -- allow for a 22 * Larry Doolittle (in collaboration with Matt Kraai) -- allow for a
23 pristine source directory -- where all the .o files and such are 23 pristine source directory -- where all the .o files and such are
24 not placed into the source tree. Thanks Larry! 24 not placed into the source tree. Thanks Larry!
25 * Larry Doolittle -- use the applet definitions in applets.h 25 * Larry Doolittle -- use the applet definitions in applets.h
26 to autogenerate the applet function and usage prototypes. 26 to autogenerate the applet function and usage prototypes.
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
30 * Larry Doolittle -- date option handling made GNU-date compatible
31 * me -- Progress meter (optional) in wget
32 * Doolittle/me -- programs invoked by full path name take
33 precedence over applets unless
34 BB_FEATURE_SH_BUILTINS_ALWAYS_WIN
35 * Gaute B Strokkenes <gs234@cam.ac.uk> -- applets found using a
36 binary search instead of linear search. Much faster!
37 * new applets: cmp readlink
38 * Mark Whitley -- Removed advertising clause of Berkeley license
39 according to decision by the Regents of the University of
40 California; included reference
41 * tail's confusing special treatment of single digit options removed;
42 people should use -n instead
43 * Larry Doolittle -- \r handled now in echo and tr
44 * Matt Kraai -- rewrite of uniq
45 * Mark Whitley -- remix of xargs
46
29 47
30 -Erik Andersen 48 -Erik Andersen
31 49