diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-11-04 01:37:55 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-11-04 01:37:55 (GMT) |
commit | 3e6a8effaded504ae2e5c836620c08eb5b4f0e68 (patch) | |
tree | 864d59cd45281c257b7b9b8fbb0ca46b2ec776c2 /ChangeLog | |
parent | 05dc17a9876e3f7fedbf33d15d7302fa7a5a278d (diff) | |
download | tcl-3e6a8effaded504ae2e5c836620c08eb5b4f0e68.zip tcl-3e6a8effaded504ae2e5c836620c08eb5b4f0e68.tar.gz tcl-3e6a8effaded504ae2e5c836620c08eb5b4f0e68.tar.bz2 |
* generic/tclBasic.c (TEOVI): fix por possible leak of a Command
in the presence of execution traces that delete it.
* 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 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-11-03 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (TEOVI): fix por possible leak of a Command + in the presence of execution traces that delete it. + + * 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-01 Daniel Steffen <das@users.sourceforge.net> * generic/tclEnv.c (Darwin): mark _environ symbol as unexported. |