From f268660d1ee3866290cae32e50b0b310d4bdc274 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 27 Dec 2004 23:21:09 +0000 Subject: [PATCH] Fix making a stack from a continuation (ChangeLog). --- libguile/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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