mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 17:00:23 +02:00
*** empty log message ***
This commit is contained in:
parent
ea633082e5
commit
715fad681a
2 changed files with 11 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -6,6 +6,7 @@ Bug reports and fixes from:
|
||||||
Brad Bowman
|
Brad Bowman
|
||||||
Jay Glascoe
|
Jay Glascoe
|
||||||
Ian Grant
|
Ian Grant
|
||||||
|
Greg Harvey
|
||||||
Charbel Jacquin
|
Charbel Jacquin
|
||||||
Christian Lynbech
|
Christian Lynbech
|
||||||
Russ McManus
|
Russ McManus
|
||||||
|
|
|
@ -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>
|
1998-12-08 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* ramap.c (array-copy-in-order!, array-map-in-order): New names.
|
* ramap.c (array-copy-in-order!, array-map-in-order): New names.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue