summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-03-30 14:22:30 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-03-30 14:22:30 (GMT)
commit18602aa3752175c93bc985c5c13cde3f0f9fb3ee (patch)
tree40a5e67b211a69a71edc7de3a63659abc08e4efb /ChangeLog
parent9a08b056c6086eb886da58e32ce8efae27b13b25 (diff)
downloadtcl-18602aa3752175c93bc985c5c13cde3f0f9fb3ee.zip
tcl-18602aa3752175c93bc985c5c13cde3f0f9fb3ee.tar.gz
tcl-18602aa3752175c93bc985c5c13cde3f0f9fb3ee.tar.bz2
* generic/tclExecute.c: optimise the lookup of elements of indexed
arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b80f6a..730dec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-30 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c: optimise the lookup of elements of indexed
+ arrays.
+
2007-03-29 Miguel Sofer <msofer@users.sf.net>
* generic/tclProc.c (Tcl_ApplyObjCmd):