summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-02-05 14:21:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-02-05 14:21:42 (GMT)
commitcd89b9ea6457cd428033dbb8b2f7746dd35222ed (patch)
tree596004a17d20a96f3f29775c6400a59cd9c7c043 /ChangeLog
parent7933720835766c9a797749bd47fd1501ae6871d2 (diff)
downloadtcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.zip
tcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.tar.gz
tcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.tar.bz2
Fix [Bug 2568434]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 265120d..3d3710b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-02-05 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclExecute.c (TclExecuteByteCode): Make sure that
+ INST_CONCAT1 will not lose string reps wrongly. [Bug 2568434]
+
* generic/tclStringObj.c (Tcl_AppendObjToObj): Special-case the
appending of one bytearray to another, which can be extremely rapid.
Part of scheme to address [Bug 1665628] by making the basic string