diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-05 14:21:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-05 14:21:42 (GMT) |
commit | cd89b9ea6457cd428033dbb8b2f7746dd35222ed (patch) | |
tree | 596004a17d20a96f3f29775c6400a59cd9c7c043 /ChangeLog | |
parent | 7933720835766c9a797749bd47fd1501ae6871d2 (diff) | |
download | tcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.zip tcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.tar.gz tcl-cd89b9ea6457cd428033dbb8b2f7746dd35222ed.tar.bz2 |
Fix [Bug 2568434]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |