diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-02 18:08:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-02 18:08:31 (GMT) |
commit | 2f410aca8409714a2f94c7147384ebf8750b2518 (patch) | |
tree | 6013e009956ff5fcf1cb8628f33b2e7ba6fcd6a2 /ChangeLog | |
parent | d49289c17822ead42e5cfe52143417e665af957e (diff) | |
download | tcl-2f410aca8409714a2f94c7147384ebf8750b2518.zip tcl-2f410aca8409714a2f94c7147384ebf8750b2518.tar.gz tcl-2f410aca8409714a2f94c7147384ebf8750b2518.tar.bz2 |
* generic/tclTrace.c: Corrected comingling of introspection results of
[trace info command] and [trace info execution]. [Bug 807243]
Thanks to Mark Saye.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclTrace.c: Corrected comingling of introspection results of + [trace info command] and [trace info execution]. [Bug 807243] + Thanks to Mark Saye. + 2003-10-01 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". |