summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2000-04-02 21:53:17 +0000
committerGary Houston <ghouston@arglist.com>2000-04-02 21:53:17 +0000
commitabeed821987ec1476e6a7836f1ed8ba8a6185959 (patch)
tree5ef3c1308cbcbc2520cadb0a6ea225b6d6a500ca
parente46f3fa6ba7d115757ac4c616e556609d7feffc5 (diff)
downloadguile-abeed821987ec1476e6a7836f1ed8ba8a6185959.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 48b3d465f..5191f5bc3 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,12 @@
+2000-04-02 Gary Houston <ghouston@arglist.com>
+
+ * guardians.c (TCONC_IN, scm_make_guardian): set the CDR of the
+ empty tconc pair to SCM_EOL instead of SCM_BOOL_F, avoiding the
+ use of an improper list (which breaks g_print. g_print isn't
+ used).
+ guardians.c: Added more comments and modified the make-guardian
+ docstring. Reordered a few procedures.
+
2000-04-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
* eval.c (scm_lookupcar1, scm_lookupcar, scm_m_case, scm_m_cond,