diff options
author | dgp <dgp@users.sourceforge.net> | 2005-03-10 22:10:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-03-10 22:10:37 (GMT) |
commit | a90747f408664f3324867307342bafd1038b4ddc (patch) | |
tree | a86fc8f66659e2dd409d346fed4eb1e047ed8c55 /ChangeLog | |
parent | 72ca5496075c88513fe036a43c4bbf94f4c90b42 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |