diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 74a60076d..6aa18614f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-12-27 Neil Jerram + + * continuations.h, continuations.c (scm_t_contregs): New 'offset' + member for relocating debug frames. + (scm_make_continuation): Set it. + + * stacks.c (read_frame, read_frames, scm_make_stack, + scm_last_stack_frame, scm_stack_id): Use the new 'offset' member + of continuations instead of calculating the offset ourselves. + Relocate 'vect' member of scm_t_debug_frame. + 2004-12-19 Rob Browning * Makefile.am (guile_LDADD): add libguile-ltdl.la to keep