diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6baa8cd94..b9c6c757b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2007-02-22 Kevin Ryde + + * struct.c (scm_make_struct): Move SCM_CRITICAL_SECTION_END up so that + scm_struct_init is not within that section. scm_struct_init can + thrown an error, which within a critical section results in an + abort(). + 2007-01-28 Neil Jerram IA64 HP-UX GC patch from Hrvoje Nikšić. (Thanks!)