summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-15 23:13:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-15 23:13:11 (GMT)
commit53a6c6e15b5a20bc8c7bb870aba701855f8da484 (patch)
tree1edcef987184945f8a7f58505afb8ae295520675 /ChangeLog
parent6c361fffabf21b1adb6113a86da85c4dc64a9f9d (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 969da70..2c22914 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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