summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-05-06 22:14:25 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-05-06 22:14:25 +0000
commitd204b24c16997253c00c651979a0e4faa6d571c8 (patch)
treef24019c621ff4a4179479f1bdb7e1180dbeb0a79
parente466c6a2d66a1c1c589da449b2e8f3e07a0ea58f (diff)
downloadguile-d204b24c16997253c00c651979a0e4faa6d571c8.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 137e4e9da..10703a28a 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-07 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * ramap.c (raeql_1): Do not call scm_uniform_vector_length on
+ arrays. The length of array is already determined differently and
+ scm_uniform_vector_length does not work on arrays.
+
2001-05-06 Marius Vollmer <mvo@zagadka.ping.de>
* snarf.h (SCM_FUNC_CAST_ARBITRARY_ARGS): Use "SCM (*)()" for C++