diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d36ba7a8d..70f20a555 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +1999-08-31 James Blandy + + * procs.c (scm_make_subr_opt): Fix typo. Remember to multiply + table lengths by the size of a single element when growing the + table. + 1999-08-30 Mikael Djurfeldt * eval.c (SCM_CEVAL): Duplicated the method dispatch code at the