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:
parent
6686011779
commit
f268660d1e
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue