summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-01-24 11:59:28 (GMT)
committervincentdarley <vincentdarley>2003-01-24 11:59:28 (GMT)
commitd52dfb6c70dc389c6e212ed49b127d02fe683681 (patch)
tree0edec3ad21f600e64fd4bd817c121ab1cadb4505 /ChangeLog
parentc17811ad85f1e8bacc89e6ae99ef8a719de46a66 (diff)
downloadtcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.zip
tcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.tar.gz
tcl-d52dfb6c70dc389c6e212ed49b127d02fe683681.tar.bz2
stringObj unicode Tcl_SetObjLength fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b23817a..11bcd16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.