diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-15 23:13:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-15 23:13:11 (GMT) |
commit | 53a6c6e15b5a20bc8c7bb870aba701855f8da484 (patch) | |
tree | 1edcef987184945f8a7f58505afb8ae295520675 /ChangeLog | |
parent | 6c361fffabf21b1adb6113a86da85c4dc64a9f9d (diff) | |
download | tcl-53a6c6e15b5a20bc8c7bb870aba701855f8da484.zip tcl-53a6c6e15b5a20bc8c7bb870aba701855f8da484.tar.gz tcl-53a6c6e15b5a20bc8c7bb870aba701855f8da484.tar.bz2 |
* generic/tclStringObj.c: Factor out duplicate code from
Tcl_AppendObjToObj.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-02-15 Don Porter <dgp@users.sourceforge.net> + * generic/tclStringObj.c: Factor out duplicate code from + Tcl_AppendObjToObj. + * generic/tclStringObj.c: Replace the 'size_t uallocated' field of the String struct, storing the number of bytes allocated to store the Tcl_UniChar array, with an 'int maxChars' field, storing the |