summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-05-08 02:21:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-05-08 02:21:09 (GMT)
commitb0db7876f6b3796fdaaf44512cf1fb86966b870d (patch)
tree05ecac66766da24500459f542ebea7be4a73fb27 /ChangeLog
parent7592bff0075283d77566536c9bea32df7073e73d (diff)
downloadtcl-b0db7876f6b3796fdaaf44512cf1fb86966b870d.zip
tcl-b0db7876f6b3796fdaaf44512cf1fb86966b870d.tar.gz
tcl-b0db7876f6b3796fdaaf44512cf1fb86966b870d.tar.bz2
* generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],
insure that a command in a deleted namespace cannot be found through a cached name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 993e6d5..76314a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
-2009-04-30 Miguel Sofer <msofer@users.sf.net>
+2009-05-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],
+ insure that a command in a deleted namespace cannot be found
+ through a cached name.
+
* generic/tclBasic.c: Let coroutines start with a much smaller
* generic/tclCompile.h: stack: 200 words (previously was 2000,
* generic/tclExecute.c: the same as interps)