summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-03 20:42:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-03 20:42:06 (GMT)
commit5a7659af1087fa2c7e87967ad997b2364e8f1295 (patch)
tree9f099217551ef1662a4ebe36cfdb87908a134b5e /ChangeLog
parent2f410aca8409714a2f94c7147384ebf8750b2518 (diff)
downloadtcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.zip
tcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.tar.gz
tcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.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 d50dcc5..eeaa820 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-02 Don Porter <dgp@users.sourceforge.net>
* generic/tclTrace.c: Corrected comingling of introspection results of