summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-02-04 19:54:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-02-04 19:54:33 (GMT)
commit8de616ebaa9b5992be55b8d4c3af38f1b88b6faa (patch)
tree3003e65a089e29d8c1bcf00bdd20e500dc9cf2a7 /ChangeLog
parent6840471c4e85cee7fa1a5255959225e8b34e941a (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1a4bf2..f284785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***