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.
This commit is contained in:
Eric Andersen
2000-11-30 00:27:06 +00:00
parent 8c2d3f46ab
commit 8c725e624a
10 changed files with 302 additions and 713 deletions

View File

@@ -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