From 715fad681a08d267c25f0eae66523e2a8efaa272 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Dec 1998 09:28:47 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + libguile/ChangeLog | 10 ++++++++++ 2 files changed, 11 insertions(+) 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.