From 5d2cb3abcf4fa236eff7ea7d84ee5159753e63a7 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 25 Feb 2005 22:36:07 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4e3353b1e..68af192c9 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2005-02-25 Marius Vollmer + + * hashtab.c (scm_i_rehash): Remove elements from old bucket vector + so that no two weak alist vectors share a spine. + (scm_hash_fn_create_handle_x): Deal with a possible rehashing + during GC before inserting the new alist cell. + 2005-02-23 Marius Vollmer * hashtab.c (scm_i_rehash): Cope with the case that a GC modifies