summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-03-10 20:22:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-03-10 20:22:34 (GMT)
commit05d3c7804d87884e7d7f1abb843602a31a5aeb73 (patch)
tree9b2e6d0e74234670da25a25c7fb47684fba6ea5b /ChangeLog
parentdd554b7d2ad1bdc8a120c1f6627e43035d454420 (diff)
downloadtcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.zip
tcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.tar.gz
tcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.tar.bz2
* generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken
cast of ClientData to (TraceCommandInfo *) when not warranted. Thanks to Yuri Victorovich for the report. [Bug 1153871]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 419d674..e8be7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken
+ cast of ClientData to (TraceCommandInfo *) when not warranted.
+ Thanks to Yuri Victorovich for the report. [Bug 1153871]
+
2005-03-08 Jeff Hobbs <jeffh@ActiveState.com>
* win/makefile.vc: clarify necessary defined vars that can come