diff options
author | vasiljevic <zv@archiware.com> | 2010-04-02 14:36:45 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2010-04-02 14:36:45 (GMT) |
commit | 7c7d90d57d57939779bcba9540d93fb9e359d419 (patch) | |
tree | ff11d52134fb0af8829ca9c050163e02263fb861 /ChangeLog | |
parent | 58031cfb11e3f6825fa69aebd2ff69e42850e9b9 (diff) | |
download | tcl-7c7d90d57d57939779bcba9540d93fb9e359d419.zip tcl-7c7d90d57d57939779bcba9540d93fb9e359d419.tar.gz tcl-7c7d90d57d57939779bcba9540d93fb9e359d419.tar.bz2 |
* generic/tclStringObj.c: (SetStringFromAny): avoid trampling
over the tclEmptyStringRep->bytes as it is thread-shared
(thx to Gustaf Neumann for the (hard) work of locating this one).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-04-02 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclStringObj.c: (SetStringFromAny): avoid trampling + over the tclEmptyStringRep->bytes as it is thread-shared + (thx to Gustaf Neumann for the (hard) work of locating this one). + 2010-03-01 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * unix/tclUnixChan.c: [backported] Refrain from a possibly lengthy |