1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-05 18:04:46 +00:00
parent 8acae5bbb7
commit 87735856c8

View file

@ -328,6 +328,14 @@ Wed Sep 18 17:13:35 1996 Mikael Djurfeldt <mdj@kenneth>
_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 <leei@Canada.AI.SRI.COM>
* 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 <ghouston@actrix.gen.nz>
* ports.h (scm_port_table): put back file_name, it will be used to