aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-30 00:27:06 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-30 00:27:06 +0000
commit8c725e624a6fa97175f48e0fc34b37403e3b8613 (patch)
tree69a9da9b595aef4aa44cb0dd90723f6d8364ddc1 /Changelog
parent8c2d3f46ab4fd7310174a96ca770859dabcf325e (diff)
downloadbusybox-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--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e4be282d5..ee1673fa4 100644
--- a/Changelog
+++ b/Changelog
@@ -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