summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-03-08 11:19:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-03-08 11:19:29 (GMT)
commit044705529a95670964399979c6f08dbe891338cb (patch)
tree3a03a080b36f7b84e6ed5f94d8b0ef3726b31f20 /ChangeLog
parentfebd402f818f7db2de0f1890cb936ffc2aebccbe (diff)
downloadtcl-044705529a95670964399979c6f08dbe891338cb.zip
tcl-044705529a95670964399979c6f08dbe891338cb.tar.gz
tcl-044705529a95670964399979c6f08dbe891338cb.tar.bz2
Moved [lindex] guts to tclListObj.c, same as [lset] guts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38a1a4c..a66faa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclListObj.c (TclLindexList, TclLindexFlat): Moved these
+ functions to tclListObj.c from tclCmdIL.c to mirror the way that the
+ equivalent functions for [lset]'s guts are arranged.
+
2007-03-08 Kevin B. Kenny <kennykb@acm.org>
* library/clock.tcl: Further tweaks to the Windows time zone table