summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-12 14:45:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-12 14:45:34 (GMT)
commit50707cc831683d99d683b35c712cdbb238ffa2d2 (patch)
treefa75aa691a4066458545e5f3754ff2a87f1058e0 /ChangeLog
parentbf722c6315c4ee0b75907cb81d40c7d7a68bc938 (diff)
downloadtcl-50707cc831683d99d683b35c712cdbb238ffa2d2.zip
tcl-50707cc831683d99d683b35c712cdbb238ffa2d2.tar.gz
tcl-50707cc831683d99d683b35c712cdbb238ffa2d2.tar.bz2
* generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep
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 FillUnicodeRep share a common core routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bbfd36..d193180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-12 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep
+ 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
+ FillUnicodeRep share a common core routine.
+
2009-02-12 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOODefineCmds.c (TclOOGetDefineCmdContext): Use the