From 87735856c864ffb811e812b5fe5c8341c86b5e87 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 5 Oct 1996 18:04:46 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0c72fa713..9dd1cf381 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -328,6 +328,14 @@ Wed Sep 18 17:13:35 1996 Mikael Djurfeldt _scm_make_srcprops --> scm_make_srcprops; Remove one layer of function calls in the definition of the whash access macros. +Tue Sep 17 11:33:16 1996 Lee Iverson + + * init.c (scm_boot_guile): Add level of indirection to + scm_boot_guile_1() to ensure that stack base pointer is properly + initialized. There was no guarantee that variable i was the + highest/lowest variable on stack (i.e. the call frame of + scm_boot_guile was not completely protected from gc). + Tue Sep 17 01:40:56 1996 Gary Houston * ports.h (scm_port_table): put back file_name, it will be used to