summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-07 08:23:57 +0000
committerantirez <antirez>2005-03-07 08:23:57 +0000
commit216ea6724f773e34c2c3781d6ab2fa4149a69b22 (patch)
tree45e92940cd7392d201aab112e3f9548d3c7a9d74 /ChangeLog
parentd455df785b1c4f6037260e8d3575e346da9a360e (diff)
TODO changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0435f18..9730149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-03-06 23:42 antirez
+
+ * bench.tcl, jim.c, regtest.tcl, test.tcl: A specializing version
+ of [for] that appears able to match the performaces of Tcl8.4 for
+ the specialized forms. The implementation is a bit complex so may
+ contain bugs... to handle with care. Also a [for] bug about
+ [continue] was fixed and the regression test added.
+
+2005-03-06 11:43 antirez
+
+ * ChangeLog, jim.c, jim.h, doc/AIO-Extension.txt: Fixed a race
+ condition in the garbage collection code. In order to fix this,
+ now the hash table iterator works in a way that's save to delete
+ returned entries during the iteration.
+
2005-03-06 10:05 antirez
* ChangeLog, doc/AIO-Extension.txt: AIO doc update