summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-01-05 18:48:15 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-01-05 18:48:15 +0000
commit1e48482362024ac8701988b18a8379675fbf207b (patch)
tree15aaf6f1366fe1538af9deb2a967137914fef900 /libguile
parentc751e5e3c31588f8b32c628519efa2c515c1a617 (diff)
downloadguile-1e48482362024ac8701988b18a8379675fbf207b.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index b907d8f17..e74017601 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,24 @@
+Wed Jan 5 10:46:15 2000 Greg J. Badros <gjb@cs.washington.edu>
+
+ * guile-snarf.awk.in: Do argument/number mismatch checking and
+ print warnings in an Emacs compile-mode parseable format.
+
+ * struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/
+ SCM_OUTOFRANGE as 3rd argument.
+
+ * random.c: Fix argument/number mismatch (that I introduced :-( ).
+
+ * __scm.h: Do not #define SCM_ARG* when snarfing;
+ lets us distinguish between 1 and SCM_ARG1 when snarfing as only
+ the former (using the number) requires the argument to match the
+ formal in the current argument snarfing check.
+
+ * snarf.h: Give new definition of SCM_ASSERT when in
+ snarfing mode to output a lexically-identifiable sequence that the
+ guile-snarf.awk script uses to verify argument/position matching.
+
+ * ramap.c: Remove extraneous #undef FUNC_NAME.
+
Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
* guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the