diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-05-08 02:21:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-05-08 02:21:09 (GMT) |
commit | b0db7876f6b3796fdaaf44512cf1fb86966b870d (patch) | |
tree | 05ecac66766da24500459f542ebea7be4a73fb27 /ChangeLog | |
parent | 7592bff0075283d77566536c9bea32df7073e73d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |