aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-05 21:01:01 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-05 21:01:01 +0000
commit59d31b68c3cf0feadd3630b7b547649d3756caf2 (patch)
treed232de8015afdb5c9b7f43f38370326ff98b9e27
parent8ea28be6d286c1b4adf1e787c5a3ad087b1b1341 (diff)
downloadbusybox-w32-59d31b68c3cf0feadd3630b7b547649d3756caf2.tar.gz
busybox-w32-59d31b68c3cf0feadd3630b7b547649d3756caf2.tar.bz2
busybox-w32-59d31b68c3cf0feadd3630b7b547649d3756caf2.zip
Changelog update/cleanup from larry.
-rw-r--r--Changelog15
1 files changed, 8 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index aa4178287..2ec2c36ae 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,5 @@
10.49pre 10.49pre
2 2
3 * Glenn McGrath -- new 'dpkg-deb' command
4 * Matt Kraai -- new sort.c 3 * Matt Kraai -- new sort.c
5 * Glenn McGrath -- new 'dpkg-deb' applet 4 * Glenn McGrath -- new 'dpkg-deb' applet
6 * Glenn McGrath -- new ar code 5 * Glenn McGrath -- new ar code
@@ -17,24 +16,26 @@
17 * Matt Kraai -- logger remixed to use getopt, selection of stdin made 16 * Matt Kraai -- logger remixed to use getopt, selection of stdin made
18 util-linux compatible 17 util-linux compatible
19 * Erik Andersen -- many more internal symbols classified static to 18 * Erik Andersen -- many more internal symbols classified static to
20 avoid namespace pollut 19 avoid namespace pollution
21 * Matt Kraai -- nc listening support 20 * Matt Kraai -- nc listening support
22 * Erik Andersen -- made sed understand arbitrary regexp delimiters 21 * Erik Andersen -- made sed understand arbitrary regexp delimiters
23 * Larry Doolittle et al. -- internal shell cleanup and buglet fixing,
24 read and exec should work better now
25 * Matt Kraai et al. -- more tar improvements and bug fixes, now 22 * Matt Kraai et al. -- more tar improvements and bug fixes, now
26 handles regexp file exclusion 23 handles regexp file exclusion
27 * Larry Doolittle -- new script (multibuild.pl) to automate build rule 24 * Larry Doolittle -- new script (multibuild.pl) to automate build rule
28 checking 25 checking
29 * Matt Kraai -- update/cleanup of the docs on how to use init. 26 * Matt Kraai -- update/cleanup of the docs on how to use init
30 * Erik Andersen -- sh.c renamed all symbols per the style guide. 27 * Erik Andersen -- renamed all sh.c symbols per the style guide,
31 Better if-then-else-fi handling 28 better if-then-else-fi handling
32 * Erik Andersen -- cleaner division of labor between cmdedit.c and sh.c 29 * Erik Andersen -- cleaner division of labor between cmdedit.c and sh.c
30 * Larry Doolittle -- shell data structure cleanup, fixed buglets
31 in read, exec, and piped builtins
33 * Erik Andersen -- md5sum was broken in 0.48. Now fixed (and doesn't 32 * Erik Andersen -- md5sum was broken in 0.48. Now fixed (and doesn't
34 use getline, shrinking static compiles (since nothing else used it). 33 use getline, shrinking static compiles (since nothing else used it).
34 * ?? -- squashed memory leak in shell prompt handling
35 * Mark Whitley -- Updates to style guide 35 * Mark Whitley -- Updates to style guide
36 * Mark Whitley -- Big cleanup in utility.c: style guide compliance, 36 * Mark Whitley -- Big cleanup in utility.c: style guide compliance,
37 de-macro-ifying some variables and functions 37 de-macro-ifying some variables and functions
38 * Matt Kraai -- new tail.c
38 39
39 40
40 -Erik Andersen, <not released yet> 41 -Erik Andersen, <not released yet>