diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:29:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:29:50 +0000 |
commit | 6b78fe383feb80c19af988337ac793ffa126e95b (patch) | |
tree | c8e0800f3c5237cdf5725f027463f771034275bd | |
parent | 1e7cea952b0c00f36a2021aa6d4e736997e103b0 (diff) | |
download | busybox-w32-6b78fe383feb80c19af988337ac793ffa126e95b.tar.gz busybox-w32-6b78fe383feb80c19af988337ac793ffa126e95b.tar.bz2 busybox-w32-6b78fe383feb80c19af988337ac793ffa126e95b.zip |
Add some more changlog stuff suggested by Larry Doolittle.
-rw-r--r-- | Changelog | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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 | ||