summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-09 13:53:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-09 13:53:09 (GMT)
commita4456778c8605e05c3598b6848b2660ae7b10d27 (patch)
treef79fa1fc3192b7406bf4c1d421d7201574cc9501 /ChangeLog
parenta1c89c96202675838c881bc0abd1f1d23925cafd (diff)
parent4ad182db909f346b0e4dc54ffc41abecaf0fad98 (diff)
downloadtcl-a4456778c8605e05c3598b6848b2660ae7b10d27.zip
tcl-a4456778c8605e05c3598b6848b2660ae7b10d27.tar.gz
tcl-a4456778c8605e05c3598b6848b2660ae7b10d27.tar.bz2
Revise empty string tests so that we avoid potentially expensive string rep
generations, especially for dicts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a26e005..74d5613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-09 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclListObj.c: Revise empty string tests so that we avoid
+ potentially expensive string rep generations, especially for dicts.
+
2011-05-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.h: fix USE_TCLALLOC so that it can be enabled