diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-23 01:09:18 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-23 01:09:18 +0000 |
commit | 298854f02963bd8e43dfeb7224d88cfeb0c932cb (patch) | |
tree | 7a2fbb55e55f980edddb0d627c3f3e79c8f793b0 /Changelog | |
parent | ec5bd90916b6e815a36c14ac04d1b78e3e487400 (diff) | |
download | busybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.tar.gz busybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.tar.bz2 busybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.zip |
My latest ramblings.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ | |||
55 | * all mallocs now use xmalloc (and so are OOM error safe), and | 55 | * all mallocs now use xmalloc (and so are OOM error safe), and |
56 | the common error handling saves a few bytes. Thanks to | 56 | the common error handling saves a few bytes. Thanks to |
57 | Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. | 57 | Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. |
58 | * Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>. | ||
58 | 59 | ||
59 | 60 | ||
60 | -Erik Andersen | 61 | -Erik Andersen |