diff --git a/libguile/ChangeLog b/libguile/ChangeLog index fee16d0c4..a49e68ffd 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 1999-07-31 Mikael Djurfeldt + * gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary + code, particularly an unnecessary test (len != size, where len == + size). (Was this leftovers from debugging code, or have I missed + something profound?) + * hashtab.c: Bugfix: Don't declare s_hash_fold without storage size. (Thanks to James Dean Palmer.)