From 689596d425d9cbc0b03ebeae33436ec88ac81db2 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 6 Feb 2006 20:43:27 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2c53721cb..c52f27f63 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -53,6 +53,10 @@ scm_i_with_continuation_barrier with scm_handle_by_message_noexit as the pre-unwind handler. +2006-02-04 Kevin Ryde + + * gc-mark.c (scm_mark_all): Fix c99-isms "loops" and "again" variables. + 2006-02-03 Kevin Ryde * list.c, list.h (scm_list): Restore this function for use from C.