diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-02-04 19:54:33 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-02-04 19:54:33 (GMT) |
commit | 8de616ebaa9b5992be55b8d4c3af38f1b88b6faa (patch) | |
tree | 3003e65a089e29d8c1bcf00bdd20e500dc9cf2a7 /ChangeLog | |
parent | 6840471c4e85cee7fa1a5255959225e8b34e941a (diff) | |
download | tcl-8de616ebaa9b5992be55b8d4c3af38f1b88b6faa.zip tcl-8de616ebaa9b5992be55b8d4c3af38f1b88b6faa.tar.gz tcl-8de616ebaa9b5992be55b8d4c3af38f1b88b6faa.tar.bz2 |
* generic/tclExecute.c (INST_CONCAT1): fix optimisation for
in-place concatenation (was going over String type)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-02-04 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (INST_CONCAT1): fix optimisation for + in-place concatenation (was going over String type) + 2008-02-04 Don Porter <dgp@users.sourceforge.net> *** 8.5.1 TAGGED FOR RELEASE *** |