summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2006-11-04 01:37:54 (GMT)
committermsofer <msofer@noemail.net>2006-11-04 01:37:54 (GMT)
commit0913c1f196de852b7d4e3b47bc7410afc956f0e3 (patch)
tree864d59cd45281c257b7b9b8fbb0ca46b2ec776c2 /ChangeLog
parentfdd965329486164718732a3368e3350e8619a83a (diff)
downloadtcl-0913c1f196de852b7d4e3b47bc7410afc956f0e3.zip
tcl-0913c1f196de852b7d4e3b47bc7410afc956f0e3.tar.gz
tcl-0913c1f196de852b7d4e3b47bc7410afc956f0e3.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. FossilOrigin-Name: 87f0d6eba665832f778ec088b2e60df5e3078bf9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c3bc20..c2203c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.