diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-12-16 22:18:23 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-12-16 22:18:23 +0000 |
commit | 4aff3ae21344ace0c2aabb54143aae0ad18cabf5 (patch) | |
tree | 722ca868b91f3dc7b7d942fe692be63d49d18449 | |
parent | 01e2a66d2629f317f4b223732d4648b4b41bdaa5 (diff) | |
download | guile-4aff3ae21344ace0c2aabb54143aae0ad18cabf5.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 46b3a274c..574d94097 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -115,6 +115,15 @@ Wed Nov 27 14:14:56 1996 Marius Vollmer <mvo@zagadka.ping.de> Scheme function, instead of syntax. Single argument is now a symbol. +Thu Nov 21 20:26:36 1996 Jim Blandy <jimb@totoro.cyclic.com> + + * ramap.c (scm_ra_sum, scm_ra_difference, scm_ra_product, + scm_ra_divide): Properly terminate statements passed as arguments + to IVDEP macros. (Thanks to Bernard Urban.) + + * eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arrays + with non-constant sizes. (Thanks to Bernard Urban.) + Thu Nov 21 11:17:42 1996 Jim Blandy <jimb@floss.cyclic.com> It's an "eval closure", not an "eval thunk." A thunk is a |