1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-02-04 21:59:53 +00:00
parent 4f4383ab5c
commit 5ede70d071

View file

@ -1,3 +1,19 @@
Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com>
* 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 <ghouston@actrix.gen.nz>
* * net_db.c (scm_lnaof): change scheme name from lnaof to inet-lnaof.