summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-03-10 22:10:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-03-10 22:10:37 (GMT)
commita90747f408664f3324867307342bafd1038b4ddc (patch)
treea86fc8f66659e2dd409d346fed4eb1e047ed8c55 /ChangeLog
parent72ca5496075c88513fe036a43c4bbf94f4c90b42 (diff)
downloadtcl-a90747f408664f3324867307342bafd1038b4ddc.zip
tcl-a90747f408664f3324867307342bafd1038b4ddc.tar.gz
tcl-a90747f408664f3324867307342bafd1038b4ddc.tar.bz2
* generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken
cast of ClientData to (TraceCommandInfo *) when not warranted. Thanks to Yuri Victorovich for the report. [Bug 1153871] * generic/tcl.h: Moved flag values TCL_TRACE_ENTER_EXEC and * generic/tclInt.h: TCL_TRACE_LEAVE_EXEC from public interface into private. Should be used only by internal workings of execution traces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b46f237..033caec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-03-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken
+ cast of ClientData to (TraceCommandInfo *) when not warranted.
+ Thanks to Yuri Victorovich for the report. [Bug 1153871]
+ * generic/tcl.h: Moved flag values TCL_TRACE_ENTER_EXEC and
+ * generic/tclInt.h: TCL_TRACE_LEAVE_EXEC from public interface
+ into private. Should be used only by internal workings of
+ execution traces.
+
2005-03-08 Jeff Hobbs <jeffh@ActiveState.com>
* win/makefile.vc: clarify necessary defined vars that can come