diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-08 11:19:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-08 11:19:29 (GMT) |
commit | 044705529a95670964399979c6f08dbe891338cb (patch) | |
tree | 3a03a080b36f7b84e6ed5f94d8b0ef3726b31f20 /ChangeLog | |
parent | febd402f818f7db2de0f1890cb936ffc2aebccbe (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |