diff --git a/ChangeLog b/ChangeLog index 4aae1d39a..977a71006 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -1999-10-2 Greg J. Badros +1999-12-12 Greg J. Badros + + * configure.in: Create guile-doc-snarf, chmod +x that script after + AC_OUTPUTted. + +1999-12-10 Greg J. Badros * NEWS: More complete description for --enable-debug-freelist. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index affb06e56..3506e01c3 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,22 @@ +Sun Dec 12 15:33:40 1999 Greg J. Badros + + * snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for + guile-doc-snarf script. + + * guile-doc-snarf.in, guile-doc-snarf.awk: New, simple doc + extraction system. Builds foo.x, foo.doc from foo.{c,cc}. + There are dependencies between these files and snarf.h. This + replaces guile-snarf. + + * guile-snarf.in: Drop everything after $$$ for the new snarf.h + macros. This is obsoleted by guile-doc-snarf, but kept here for + now for good measure. + + * Makefile.am: Added guile-doc-snarf, guile-doc-snarf.awk to + bin_SCRIPTS. Added .doc to SUFFIXES, and give rule for creating + .doc files to use guile-doc-snarf. Update the rule for creating + .x files to use guile-doc-snarf. + Sun Dec 12 12:31:38 1999 Greg J. Badros * *.c: Finish replacing K&R style prototypes with ANSI C