summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>1999-12-12 19:25:11 +0000
committerGreg J. Badros <gjb@cs.washington.edu>1999-12-12 19:25:11 +0000
commit1006486ec27336ea25ece6e5d97a2dbefbfe79e3 (patch)
treeccd9d967043b2e23e242376650e771521ba8cfc7 /libguile
parent156dcb091b3fe1c1e60e304b86fd11e7e0a00772 (diff)
downloadguile-1006486ec27336ea25ece6e5d97a2dbefbfe79e3.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 5d4587161..555a2fe7f 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,17 @@
+Sun Dec 12 11:23:22 1999 Greg J. Badros <gjb@cs.washington.edu>
+
+ * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:
+ SCM_BOOL_F) and use SCM_NEGATE_BOOL(f) instead of (f? SCM_BOOL_F:
+ SCM_BOOL_T).
+
+Sun Dec 12 11:08:51 1999 Greg J. Badros <gjb@cs.washington.edu>
+
+ * boolean.h: Added SCM_BOOL, SCM_NEGATE_BOOL, SCM_BOOLP to here,
+ from scm_validate.h.
+
+ * scm_validate.h: Moved above out into boolean.h, fix typo in
+ SCM_VALIDATE_NIM macro.
+
Sun Dec 12 10:29:12 1999 Greg J. Badros <gjb@cs.washington.edu>
* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP