summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 5aec17776..da43ba0e9 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-10 Kevin Ryde <user42@zip.com.au>
+
+ * hash.c (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather
+ than size>=0, since 0<=hash<size cannot be satisfied for size==0, and
+ such a size causes divide-by-zeros in scm_hasher.
+
2004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* numbers.c (scm_is_signed_integer, scm_is_unsigned_integer):