summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-03 20:31:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-03 20:31:23 (GMT)
commitf6514cb20593a23726967be44adf8f2176e18185 (patch)
tree3702989446df90cec46044f428f4fa88ff701681 /ChangeLog
parent961ab79192fe2d6378d8903dca25ceaa6d4a97b8 (diff)
downloadtcl-f6514cb20593a23726967be44adf8f2176e18185.zip
tcl-f6514cb20593a23726967be44adf8f2176e18185.tar.gz
tcl-f6514cb20593a23726967be44adf8f2176e18185.tar.bz2
* generic/tclBasic.c: Fixed error in ref count management of command
* generic/tclCmdMZ.c: and execution traces that caused access to freed memory in trace-32.1. [Bug 811483].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b435ddc..798c208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-03 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c: Fixed error in ref count management of command
+ * generic/tclCmdMZ.c: and execution traces that caused access to
+ freed memory in trace-32.1. [Bug 811483].
+
2003-10-03 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/fileName.test: