1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

Fix making a stack from a continuation (ChangeLog).

This commit is contained in:
Neil Jerram 2004-12-27 23:21:09 +00:00
parent 6686011779
commit f268660d1e

View file

@ -1,3 +1,14 @@
2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
* 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 <rlb@defaultvalue.org> 2004-12-19 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (guile_LDADD): add libguile-ltdl.la to keep * Makefile.am (guile_LDADD): add libguile-ltdl.la to keep