summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-06-22 17:09:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-06-22 17:09:15 (GMT)
commit6d2ef9cec6186ac320b6baea1c8c35d20b953061 (patch)
tree9c19ed0c63b59641ab72595ab8bc69512cc25b1c /ChangeLog
parentabe71b0d5a315b3f7fa348e2318547e5180ef089 (diff)
downloadtcl-6d2ef9cec6186ac320b6baea1c8c35d20b953061.zip
tcl-6d2ef9cec6186ac320b6baea1c8c35d20b953061.tar.gz
tcl-6d2ef9cec6186ac320b6baea1c8c35d20b953061.tar.bz2
* generic/tclExecute.c: Revised TclStackRealloc() signature to better
* generic/tclInt.h: parallel (and fall back on) Tcl_Realloc. * generic/tclNamesp.c (TclResetShadowesCmdRefs): Replaced ckrealloc based allocations with TclStackRealloc allocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7051815..206bdee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c: Revised TclStackRealloc() signature to better
+ * generic/tclInt.h: parallel (and fall back on) Tcl_Realloc.
+
+ * generic/tclNamesp.c (TclResetShadowesCmdRefs): Replaced
+ ckrealloc based allocations with TclStackRealloc allocations.
+
2007-06-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Move most instances of the Tcl_Parse struct