diff options
author | vincentdarley <vincentdarley> | 2003-01-24 11:59:28 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-01-24 11:59:28 (GMT) |
commit | d52dfb6c70dc389c6e212ed49b127d02fe683681 (patch) | |
tree | 0edec3ad21f600e64fd4bd817c121ab1cadb4505 /ChangeLog | |
parent | c17811ad85f1e8bacc89e6ae99ef8a719de46a66 (diff) | |
download | tcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.zip tcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.tar.gz tcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.tar.bz2 |
stringObj unicode Tcl_SetObjLength fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-01-24 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclStringObj.c: proper fixes for Tcl_SetObjLength and + Tcl_AttemptSetObjectLength dealing with string objects with + both pure-unicode and normal internal representations. + Previous fix didn't handle all cases correctly. + * generic/tclIO.c: Add 'Tcl_GetString()' to ensure the object has + a valid 'objPtr->bytes' field before manipulating it directly. + + This fixes [Bug 635200] and [Bug 671138], but may reduce performance + of Unicode string handling in some cases. A further patch will + be applied to address this, once the code is known to be correct. + 2003-01-24 Mo DeJong <mdejong@users.sourceforge.net> * win/configure: Regen. |