From 94b4c096e2284ebed1c5b0942a1f8d15fc1fceaf Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 31 Aug 1999 08:49:55 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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