diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-16 13:51:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-16 13:51:02 (GMT) |
commit | b4ca6b5a992c406bbf4f3ef73ecb5ae2a8d878a6 (patch) | |
tree | b94afa1b480c83e5095e24e1d8596e4c76b8708a /ChangeLog | |
parent | 182448a5403990b1f583b5f9cf6cf6d8e2b7c8de (diff) | |
download | tcl-b4ca6b5a992c406bbf4f3ef73ecb5ae2a8d878a6.zip tcl-b4ca6b5a992c406bbf4f3ef73ecb5ae2a8d878a6.tar.gz tcl-b4ca6b5a992c406bbf4f3ef73ecb5ae2a8d878a6.tar.bz2 |
* generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation
so that shortening a (not multiply-referenced) list by lopping the end
off with [lrange] or [lreplace] is efficient.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-16 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation + so that shortening a (not multiply-referenced) list by lopping the end + off with [lrange] or [lreplace] is efficient. + 2012-02-15 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation |