diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-24 02:17:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-24 02:17:09 (GMT) |
commit | b5d80dadf08263e6780d1038b46fdbb4eaa4829c (patch) | |
tree | 39da8d892b5c4660498cff95945920fe451cacbf /ChangeLog | |
parent | c9ac0de4ba3254bc18fb2222cf61c5e40813fd97 (diff) | |
download | tcl-b5d80dadf08263e6780d1038b46fdbb4eaa4829c.zip tcl-b5d80dadf08263e6780d1038b46fdbb4eaa4829c.tar.gz tcl-b5d80dadf08263e6780d1038b46fdbb4eaa4829c.tar.bz2 |
* generic/tclCmdMZ.c (): Fixed [Bug 807243] where
* tests/trace.test (trace-31,32.*): the introspection results
of both [trace info command] and [trace info execution] were getting
co-mingled. Thanks to Mark Saye for the report.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-09-23 Don Porter <dgp@users.sourceforge.net> + * generic/tclCmdMZ.c (): Fixed [Bug 807243] where + * tests/trace.test (trace-31,32.*): the introspection results + of both [trace info command] and [trace info execution] were getting + co-mingled. + * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of [info commands] on input data, where glob-special characters could |