diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-30 00:27:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-30 00:27:06 +0000 |
commit | 8c725e624a6fa97175f48e0fc34b37403e3b8613 (patch) | |
tree | 69a9da9b595aef4aa44cb0dd90723f6d8364ddc1 /Changelog | |
parent | 8c2d3f46ab4fd7310174a96ca770859dabcf325e (diff) | |
download | busybox-8c725e624a6fa97175f48e0fc34b37403e3b8613.tar.gz |
Patch from Larry Doolittle (with minor touchups from me so everything compiles
and works) to use the applet definitions in applets.h to autogenerate the applet
function and usage prototypes.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,9 +13,11 @@ (it was reading the whole thing and then writing it out). Also updated usage information (was missing conv=notrunc) and added conv=sync feature. - * Larry Doolittle (in collaboration with Matt Kraai) to allow for a + * Larry Doolittle (in collaboration with Matt Kraai) -- allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! + * Larry Doolittle -- use the applet definitions in applets.h + to autogenerate the applet function and usage prototypes. -Erik Andersen |