summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-10 13:17:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-10 13:17:51 (GMT)
commit094ae2eaba162bbf71de484af207525f6cd79273 (patch)
treed8a34d2cbc81e6bc796eda193b958269f5cab158 /ChangeLog
parent75092eb2cfb1a905b9d4cfef45dbf5ce2c4cc992 (diff)
downloadtcl-094ae2eaba162bbf71de484af207525f6cd79273.zip
tcl-094ae2eaba162bbf71de484af207525f6cd79273.tar.gz
tcl-094ae2eaba162bbf71de484af207525f6cd79273.tar.bz2
Fix efficiency bug detected by Kieran Elby.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76eff3d..0944544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]