diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-09 13:53:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-09 13:53:09 (GMT) |
commit | a4456778c8605e05c3598b6848b2660ae7b10d27 (patch) | |
tree | f79fa1fc3192b7406bf4c1d421d7201574cc9501 /ChangeLog | |
parent | a1c89c96202675838c881bc0abd1f1d23925cafd (diff) | |
parent | 4ad182db909f346b0e4dc54ffc41abecaf0fad98 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |