summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-04 20:43:57 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-11-04 20:43:57 -0400
commitb347ef4f083443e608b46f308894acc2567ce630 (patch)
treeaa5b033d1c3744d8afccba15d422858df05c25ac /ChangeLog
parent32f2baf11e8139321ceae409b832d6dd37008091 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc522aa..6526a9e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>