From 63947c7ad3431e4d99eb73fae84dfd8207d0e6a2 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 18 May 2004 21:55:11 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 049b1d42f..2fb84f25d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Marius Vollmer + + * hashtab.c (rehash_after_gc): Bug fix: properly link the + processed hashtables back into the weak_hashtables list. Thanks + to Bill Schottstaedt! + 2004-05-16 Dirk Herrmann * eval.c (unmemoize_quote): New static function.