summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-18 20:10:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-18 20:10:30 (GMT)
commit26a75c8619e638a8cb57c46899fa77eb6fa1c8d8 (patch)
treed91d69270182bfa80aeecdc71636998a4c321761 /ChangeLog
parentd6e613c86fae19a602868da81cf6077c49e5c214 (diff)
downloadtcl-26a75c8619e638a8cb57c46899fa77eb6fa1c8d8.zip
tcl-26a75c8619e638a8cb57c46899fa77eb6fa1c8d8.tar.gz
tcl-26a75c8619e638a8cb57c46899fa77eb6fa1c8d8.tar.bz2
* generic/tclStringObj.c: Simplify the logic of the
Tcl_*SetObjLength() routines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00dc9c4..93b560b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-02-18 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c: Simplify the logic of the
+ Tcl_*SetObjLength() routines.
+
* generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it
has parallel structure with GrowUnicodeBuffer(). The revision permits
allocation attempts to continue all the way up to failure, with no gap.