summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-01 10:02:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-01 10:02:06 (GMT)
commit8f397c357860e5098e4eeea5140ed0d3c724075d (patch)
tree309f612d31031e225f495a61bdf8b30f3b4601ed /ChangeLog
parentf1f50f7c10e4e06c7dd7e75798a1475c376b6269 (diff)
downloadtcl-8f397c357860e5098e4eeea5140ed0d3c724075d.zip
tcl-8f397c357860e5098e4eeea5140ed0d3c724075d.tar.gz
tcl-8f397c357860e5098e4eeea5140ed0d3c724075d.tar.bz2
Increase efficiency of [lindex] compilation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ea2b3f..b00587a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-06-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclCompCmds.c (TclCompileLindexCmd): Compile the most
+ common case of [lindex] more efficiently.
+
* unix/tclUnixNotfy.c (Tcl_FinalizeNotifier): Pass the correct
number of arguments to Tcl_JoinThread.