From bedd3f5fff199f1f5270c7c632db24c6095cd16c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 6 Nov 2005 22:12:25 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 18f9e7756..f26138e31 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-11-07 Marius Vollmer + + * stime.c (scm_mktime): Use scm_frame_critical_section instead of + SCM_CRITICAL_SECTION_START/END since the code inside the critical + section might exit non-locally. + 2005-11-04 Neil Jerram * eval.c (sym_instead): New symbol.