summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>