diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-10 13:17:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-10 13:17:51 (GMT) |
commit | 15bee119a24685e66f1d427e207032ea02d04c64 (patch) | |
tree | d8a34d2cbc81e6bc796eda193b958269f5cab158 /ChangeLog | |
parent | e3e6b80ad37780e6da0793def7b2076461f69d83 (diff) | |
download | tcl-15bee119a24685e66f1d427e207032ea02d04c64.zip tcl-15bee119a24685e66f1d427e207032ea02d04c64.tar.gz tcl-15bee119a24685e66f1d427e207032ea02d04c64.tar.bz2 |
Fix efficiency bug detected by Kieran Elby.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclListObj.c (Tcl_ListObjGetElements): Make this list->dict + transformation - encountered when using [foreach] with dicts - not as + expensive as it was before. Spotted by Kieran Elby and reported on + tcl-core. + 2008-09-07 Miguel Sofer <msofer@users.sf.net> * doc/namespace.n: fix [Bug 2098441] |