summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-12 03:46:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-12 03:46:32 (GMT)
commit17a69ae4cf88c0a60211daa415a3d7cd1d77238d (patch)
tree0508003028aa6113b3fdc4380de4f136a51ab199 /ChangeLog
parent95504e489088e89fb179000ccf42553b620183d8 (diff)
downloadtcl-17a69ae4cf88c0a60211daa415a3d7cd1d77238d.zip
tcl-17a69ae4cf88c0a60211daa415a3d7cd1d77238d.tar.gz
tcl-17a69ae4cf88c0a60211daa415a3d7cd1d77238d.tar.bz2
* generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep
so that we no longer pass through Tcl_DStrings which have their own sets of problems when lengths overflow the int range. Now AUTUR and UpdateStringOfString share a common core routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf18b17..cb2db93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-11 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep
+ so that we no longer pass through Tcl_DStrings which have their own
+ sets of problems when lengths overflow the int range. Now AUTUR and
+ UpdateStringOfString share a common core routine.
+
* generic/tclStringObj.c: Changed type of the 'allocated' field
* generic/tclTestObj.c: of the String struct (and the
TestString counterpart) from size_t to int since only int values are