summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-12 17:08:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-12 17:08:44 (GMT)
commitebd799b7e4d40a843ff6c49f8fc77670acf6b67a (patch)
treed29a8a37a32403308269023653e87f973e40cb41 /ChangeLog
parent50707cc831683d99d683b35c712cdbb238ffa2d2 (diff)
downloadtcl-ebd799b7e4d40a843ff6c49f8fc77670acf6b67a.zip
tcl-ebd799b7e4d40a843ff6c49f8fc77670acf6b67a.tar.gz
tcl-ebd799b7e4d40a843ff6c49f8fc77670acf6b67a.tar.bz2
* generic/tclStringObj.c: Simplified Tcl_GetCharLength by
* generic/tclTestObj.c: removing code that did nothing. Added early returns from Tcl_*SetObjLength when the desired length is already present; adapted test command to the change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d193180..3bae1b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-12 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c: Simplified Tcl_GetCharLength by
+ * generic/tclTestObj.c: removing code that did nothing.
+ Added early returns from Tcl_*SetObjLength when the desired length
+ is already present; adapted test command to the change.
+
* 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