From 49c5161012cada17febf9142e66fc0c769ea0b63 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 23 Dec 2004 15:32:17 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 11 +++++++++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index daac88939..fc7c7ef38 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-12-23 Marius Vollmer + + * 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-16 Kevin Ryde * ramap.c (scm_array_map_x): Check for at least one source argument. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index b9d810e9b..d9ead9086 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2004-12-23 Marius Vollmer + + * tests/eval.test: News tests for making stacks from + continuations. From Neil Jerram. + 2004-12-10 Kevin Ryde * tests/socket.test (inet-pton): New tests.