summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-22 03:38:11 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-22 03:38:11 -0800
commit1e2b6354bea11c067745a456ed372fbaa5245ec2 (patch)
tree4b51493f131c17830f8f3de0db3843af8a780213 /ChangeLog
parent26f0db2ae285c260b18adf469511baad1bfee37b (diff)
downloadtxr-1e2b6354bea11c067745a456ed372fbaa5245ec2.tar.gz
txr-1e2b6354bea11c067745a456ed372fbaa5245ec2.tar.bz2
txr-1e2b6354bea11c067745a456ed372fbaa5245ec2.zip
* lib.c (init): Hash bugfix: added missing call to hash_init.
Previously this function did nothing, but now it interns some important symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63434df7..9da05664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-02-22 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (init): Hash bugfix: added missing call to hash_init.
+ Previously this function did nothing, but now it interns
+ some important symbols.
+
+2012-02-22 Kaz Kylheku <kaz@kylheku.com>
+
* hash.c (remhash): Rewrote buggy function.
It was decrementing the hash count without checking that
something was deleted from the chain. The deletion was done