summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-01-05 19:00:31 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-01-05 19:00:31 +0000
commitfb764465068f84e3ab047c45792ffc3026e5505a (patch)
treee300c891661998d95f8371b1bbc2324289edbb26
parent47c6b75ea980821737e8030190d24b9aa30e978d (diff)
downloadguile-fb764465068f84e3ab047c45792ffc3026e5505a.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index e74017601..21ae17461 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,4 +1,14 @@
-Wed Jan 5 10:46:15 2000 Greg J. Badros <gjb@cs.washington.edu>
+Wed Jan 5 10:59:06 2000 Greg J. Badros <gjb@cs.washington.edu>
+
+ * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
+ better consistency with the names of other SCM_VALIDATE_ macros
+ and better conformance to guile naming policy.
+
+Wed Jan 5 10:50:39 2000 Greg J. Badros <gjb@cs.washington.edu>
+
+ * ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a
+ SCM_VALIDATE instead of 1 to avoid a check on the argument (since
+ it's not the actual name of the formal).
* guile-snarf.awk.in: Do argument/number mismatch checking and
print warnings in an Emacs compile-mode parseable format.