diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 90ca85880..faf2f0950 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,19 @@ +Tue Feb 4 16:57:40 1997 Jim Blandy + + * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca. + * eval.c: Add necessary CPP cruft to support that. + * configure, Makefile.in: regenerated. + + Change from Thomas Morgan: + * procprop.c (scm_procedure_properties): Convert the Scheme + boolean returned by scm_procedure_p into a C boolean before using + it as a condition for SCM_ASSERT. + (scm_procedure_property): Likewise. + + * simpos.c (SYSTNAME): Accept both 'unix' and '__unix' as + indications of Unixness. + * stime.c: Same. + Tue Feb 4 05:07:35 1997 Gary Houston * * net_db.c (scm_lnaof): change scheme name from lnaof to inet-lnaof.