aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-04 22:07:50 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-04 22:07:50 +0000
commit6afd96aa16ecc09d0ddd9747fbfcea4c264f1e82 (patch)
treefd97bfc5100e3366ac8533a93d7da1fdd574f549
parent6c6494532a95e90208fb639ce9ef266d559779fd (diff)
downloadbusybox-w32-6afd96aa16ecc09d0ddd9747fbfcea4c264f1e82.tar.gz
busybox-w32-6afd96aa16ecc09d0ddd9747fbfcea4c264f1e82.tar.bz2
busybox-w32-6afd96aa16ecc09d0ddd9747fbfcea4c264f1e82.zip
Included name of Larry Doolittle's build test script. Shameless self-crediting
of a few items. git-svn-id: svn://busybox.net/trunk/busybox@1536 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index fab930c92..aa4178287 100644
--- a/Changelog
+++ b/Changelog
@@ -24,13 +24,17 @@
24 read and exec should work better now 24 read and exec should work better now
25 * Matt Kraai et al. -- more tar improvements and bug fixes, now 25 * Matt Kraai et al. -- more tar improvements and bug fixes, now
26 handles regexp file exclusion 26 handles regexp file exclusion
27 * Larry Doolittle -- new script to automate build rule checking 27 * Larry Doolittle -- new script (multibuild.pl) to automate build rule
28 checking
28 * Matt Kraai -- update/cleanup of the docs on how to use init. 29 * Matt Kraai -- update/cleanup of the docs on how to use init.
29 * Erik Andersen -- sh.c renamed all symbols per the style guide. 30 * Erik Andersen -- sh.c renamed all symbols per the style guide.
30 Better if-then-else-fi handling 31 Better if-then-else-fi handling
31 * Erik Andersen -- cleaner division of labor between cmdedit.c and sh.c 32 * Erik Andersen -- cleaner division of labor between cmdedit.c and sh.c
32 * Erik Andersen -- md5sum was broken in 0.48. Now fixed (and doesn't 33 * Erik Andersen -- md5sum was broken in 0.48. Now fixed (and doesn't
33 use getline, shrinking static compiles (since nothing else used it). 34 use getline, shrinking static compiles (since nothing else used it).
35 * Mark Whitley -- Updates to style guide
36 * Mark Whitley -- Big cleanup in utility.c: style guide compliance,
37 de-macro-ifying some variables and functions
34 38
35 39
36 -Erik Andersen, <not released yet> 40 -Erik Andersen, <not released yet>