diff options
author | Matt Kraai <kraai@debian.org> | 2001-07-31 16:44:16 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-07-31 16:44:16 +0000 |
commit | 9a53feaa76840ef21bef864244d95b5ac6923658 (patch) | |
tree | b4d492bd12109aa08c63db56619417cb2bd0c71a /Changelog | |
parent | 57c82fe7c4feede01b3b2370c0278444a91be788 (diff) | |
download | busybox-w32-9a53feaa76840ef21bef864244d95b5ac6923658.tar.gz busybox-w32-9a53feaa76840ef21bef864244d95b5ac6923658.tar.bz2 busybox-w32-9a53feaa76840ef21bef864244d95b5ac6923658.zip |
Give credit to Adam Slattery.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,10 +36,10 @@ | |||
36 | -- Made tar read 20 512byte blocks at a time (like GNU tar) | 36 | -- Made tar read 20 512byte blocks at a time (like GNU tar) |
37 | -- Allow msh.c assignments with the export and readonly commands. | 37 | -- Allow msh.c assignments with the export and readonly commands. |
38 | -- Added BB_FEATURE_DEVFS to enable devfs device names. | 38 | -- Added BB_FEATURE_DEVFS to enable devfs device names. |
39 | -- Fixed ping compile problem, size reduction | ||
40 | -- Better devfs support | 39 | -- Better devfs support |
41 | -- Don't save/restore vi readonly flag if vi is compiled read-only. | 40 | -- Don't save/restore vi readonly flag if vi is compiled read-only. |
42 | -- Reworked rdate option handling (is now smaller). | 41 | -- Reworked rdate option handling (is now smaller). |
42 | -- Size reduction in ping | ||
43 | * Aaron Lehmann | 43 | * Aaron Lehmann |
44 | -- slimmed down md5sum | 44 | -- slimmed down md5sum |
45 | -- contributed a nice new (hand written, not lex/yacc) Posix math | 45 | -- contributed a nice new (hand written, not lex/yacc) Posix math |
@@ -61,6 +61,8 @@ | |||
61 | -- cmdedit updates and API change | 61 | -- cmdedit updates and API change |
62 | -- Namespace cleanup (i.e. adding 'static' private function calls) | 62 | -- Namespace cleanup (i.e. adding 'static' private function calls) |
63 | -- added "stopped jobs" warning to ash on exit | 63 | -- added "stopped jobs" warning to ash on exit |
64 | * Adam Slattery | ||
65 | -- Fixed ping compile problem | ||
64 | 66 | ||
65 | 67 | ||
66 | -Erik Andersen, 31 July 2001 | 68 | -Erik Andersen, 31 July 2001 |