From da43d82227f1c286225d177a5b64e502d37bf949 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Mon, 3 Jan 2000 16:32:09 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d3721d305..4d2ccfc36 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +Mon Jan 3 08:30:02 2000 Greg Harvey (applied --01/03/00 gjb) + + * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly + allocated cell. + + * pairs.h: Added a comment about the need for the SCM_SETCAR in + SCM_NEWCELL macro. + +Mon Jan 3 08:25:19 2000 Greg J. Badros + + * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More + SCM_NIMP tests that were redundant are now eliminated. Patches + from Dirk Hermann applied by hand. + 1999-12-28 Gary Houston * posix.c (scm_waitpid): move the HAVE_WAITPID test out of the