mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
4f2ec3becc
commit
49c5161012
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* 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 <user42@zip.com.au>
|
2004-12-16 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* ramap.c (scm_array_map_x): Check for at least one source argument.
|
* ramap.c (scm_array_map_x): Check for at least one source argument.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* tests/eval.test: News tests for making stacks from
|
||||||
|
continuations. From Neil Jerram.
|
||||||
|
|
||||||
2004-12-10 Kevin Ryde <user42@zip.com.au>
|
2004-12-10 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/socket.test (inet-pton): New tests.
|
* tests/socket.test (inet-pton): New tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue