diff --git a/THANKS b/THANKS index ecba4fa46..9afa00184 100644 --- a/THANKS +++ b/THANKS @@ -6,6 +6,7 @@ Bug reports and fixes from: Brad Bowman Jay Glascoe Ian Grant + Greg Harvey Charbel Jacquin Christian Lynbech Russ McManus diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 16fb5bd9f..22d820542 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +1998-12-05 Jim Blandy + + * 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 * ramap.c (array-copy-in-order!, array-map-in-order): New names.