aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-07 14:17:44 +0000
committerantirez <antirez>2005-03-07 14:17:44 +0000
commit9d6d58cce293a381209a41e73bc5f2ba59f512ce (patch)
treeefd6ba4821e42de6c498c7986c0e29ec64e36b22 /ChangeLog
parent216ea6724f773e34c2c3781d6ab2fa4149a69b22 (diff)
downloadjimtcl-9d6d58cce293a381209a41e73bc5f2ba59f512ce.zip
jimtcl-9d6d58cce293a381209a41e73bc5f2ba59f512ce.tar.gz
jimtcl-9d6d58cce293a381209a41e73bc5f2ba59f512ce.tar.bz2
specializing version of while (still not complete, but already
handles most of the cases that it's worth to optimize).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9730149..c022807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-07 09:23 antirez
+
+ * ChangeLog, TODO: TODO changes
+
2005-03-06 23:42 antirez
* bench.tcl, jim.c, regtest.tcl, test.tcl: A specializing version