From a9fe62cba3c1b837042e4f17689cd930e70d63fd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 3 Oct 1998 19:51:24 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index bd02effc0..ac7b12c7c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 1998-10-03 Jim Blandy + * alloca.c: Use scm_must_malloc to obtain storage. Hopefully this + works; I can't conveniently test it myself. (Thanks to Dvid + Tillman for the bug report.) + * init.c: Doc fixes. * init.c (invoke_main_func): Load the startup files (boot-9.scm)