diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-18 20:10:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-18 20:10:30 (GMT) |
commit | 26a75c8619e638a8cb57c46899fa77eb6fa1c8d8 (patch) | |
tree | d91d69270182bfa80aeecdc71636998a4c321761 /ChangeLog | |
parent | d6e613c86fae19a602868da81cf6077c49e5c214 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |