1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-07-09 22:47:39 +00:00
parent eee211fd6e
commit 540b3e77f7

View file

@ -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-06-15 Rob Browning <rlb@defaultvalue.org>
* gc_os_dep.c: update ifdefery for macosx.