1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-12-09 09:28:47 +00:00
parent ea633082e5
commit 715fad681a
2 changed files with 11 additions and 0 deletions

1
THANKS
View file

@ -6,6 +6,7 @@ Bug reports and fixes from:
Brad Bowman
Jay Glascoe
Ian Grant
Greg Harvey
Charbel Jacquin
Christian Lynbech
Russ McManus

View file

@ -1,3 +1,13 @@
1998-12-05 Jim Blandy <jimb@zwingli.cygnus.com>
* pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't
take the address of _into; it might be a register. Just have
scm_debug_newcell return the new cell.
* gc.c (scm_debug_newcell): Just return the new cell, instead of
taking the address of a place to store it as an argument.
* gc.h (scm_debug_newcell): Change declaration.
(Thanks to Greg Harvey.)
1998-12-08 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* ramap.c (array-copy-in-order!, array-map-in-order): New names.