summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-11-04 01:37:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-11-04 01:37:55 (GMT)
commit3e6a8effaded504ae2e5c836620c08eb5b4f0e68 (patch)
tree864d59cd45281c257b7b9b8fbb0ca46b2ec776c2 /ChangeLog
parent05dc17a9876e3f7fedbf33d15d7302fa7a5a278d (diff)
downloadtcl-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--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.