summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-02 18:08:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-02 18:08:31 (GMT)
commit2f410aca8409714a2f94c7147384ebf8750b2518 (patch)
tree6013e009956ff5fcf1cb8628f33b2e7ba6fcd6a2 /ChangeLog
parentd49289c17822ead42e5cfe52143417e665af957e (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45eefd0..d50dcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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="".