summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>1999-12-12 23:40:51 +0000
committerGreg J. Badros <gjb@cs.washington.edu>1999-12-12 23:40:51 +0000
commit6aca8c6cbe3465e17de77ecdbdca14c687ee7071 (patch)
treef13ffe507d2e99779d8bb92c5d59ec28ca9054a5 /libguile
parentc3f6618858907928391eb15d965f93d68b328d94 (diff)
downloadguile-6aca8c6cbe3465e17de77ecdbdca14c687ee7071.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog19
1 files changed, 19 insertions, 0 deletions
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 <gjb@cs.washington.edu>
+
+ * 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 <gjb@cs.washington.edu>
* *.c: Finish replacing K&R style prototypes with ANSI C