summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-02-04 21:59:53 +0000
committerJim Blandy <jimb@red-bean.com>1997-02-04 21:59:53 +0000
commit5ede70d071b7c62fc9a889ccdecaa426f92ff394 (patch)
tree0387c4f956d113d123e96d982614a33fd8b955ba
parent4f4383ab5cb42f587d8120cd0170cbf94307f7e0 (diff)
downloadguile-5ede70d071b7c62fc9a889ccdecaa426f92ff394.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog16
1 files changed, 16 insertions, 0 deletions
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 <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.