diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3506e01c3..55c8356b8 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +Sun Dec 12 16:50:26 1999 Greg J. Badros + + * scm_validate.h: Drop the SCM_DOCSTRING_SNARF for turning off + SCM_VALIDATE macros; the SCM_VALIDATE macros should be checked + for argument mismatches (along with the FUNC_NAME macro checking) + by a static tool that runs directly over the .c files. + + * snarf.h: Handle SCM_REGISTER_PROC better when snarfing. The + docstring is still missing from the .doc file; it just gives the + name of the C function that gets called instead. + + * guile-doc-snarf.awk: Be sure to touch the output files to help + make out. Also handle SCM_REGISTER_PROC better, and change the + output format slightly. + Sun Dec 12 15:33:40 1999 Greg J. Badros * snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for