From 1ae4c71d30e229e75ac9544f962472a1dd6831b4 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Mon, 13 Dec 1999 01:32:24 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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