diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-11-03 23:24:43 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-11-03 23:24:43 (GMT) |
commit | 582529b442db759535075226bac5cb74b4b5c783 (patch) | |
tree | b21863c4864afd6ce4e8ff900e3c7a8d28946a0a /ChangeLog | |
parent | 2afbba78fdfe1f2fb3310a5b778aac9ee5c5843c (diff) | |
download | tcl-582529b442db759535075226bac5cb74b4b5c783.zip tcl-582529b442db759535075226bac5cb74b4b5c783.tar.gz tcl-582529b442db759535075226bac5cb74b4b5c783.tar.bz2 |
* generic/tclBasic.c (TEOVI):
* tests/trace.test (trace-21.11): fix for [Bug 1590232], execution
traces may cause a second command resolution in the wrong
namespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-03 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (TEOVI): + * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution + traces may cause a second command resolution in the wrong + namespace. + 2006-11-03 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * tests/event.test (event-11.5): Rewrote tests to stop Tcl from |