diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-04 20:43:57 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-04 20:43:57 -0400 |
commit | b347ef4f083443e608b46f308894acc2567ce630 (patch) | |
tree | aa5b033d1c3744d8afccba15d422858df05c25ac /ChangeLog | |
parent | 32f2baf11e8139321ceae409b832d6dd37008091 (diff) | |
download | txr-b347ef4f083443e608b46f308894acc2567ce630.tar.gz txr-b347ef4f083443e608b46f308894acc2567ce630.tar.bz2 txr-b347ef4f083443e608b46f308894acc2567ce630.zip |
* hash.c (ll_hash): Added a break in the case that handles
pointer hashing of identity-equal objects. Without this, if the
pointer size is not 4 or 8, we fall through to the next case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-11-04 Kaz Kylheku <kaz@kylheku.com> + * hash.c (ll_hash): Added a break in the case that handles + pointer hashing of identity-equal objects. Without this, if the + pointer size is not 4 or 8, we fall through to the next case. + +2011-11-04 Kaz Kylheku <kaz@kylheku.com> + * txr.c (help): Change year from 2009 to 2011. 2011-11-03 Kaz Kylheku <kaz@kylheku.com> |