diff options
author | dgp <dgp@users.sourceforge.net> | 2006-02-28 15:47:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-02-28 15:47:10 (GMT) |
commit | ee4fdde97a86a54e979eba422b462f0c45ae9121 (patch) | |
tree | 60936ebfe7abee67de474ed25fe62f127d92aee8 /ChangeLog | |
parent | 79c06cebc59a8bb6423c763367e84015e5fb0322 (diff) | |
download | tcl-ee4fdde97a86a54e979eba422b462f0c45ae9121.zip tcl-ee4fdde97a86a54e979eba422b462f0c45ae9121.tar.gz tcl-ee4fdde97a86a54e979eba422b462f0c45ae9121.tar.bz2 |
* generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL
* tests/namespace.test: evaluations act the same as [uplevel #0]
* tests/parse.test: evaluations, even when execution traces or
* tests/trace.test: invocations of [::unknown] are present.
[Bug 1439836].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-02-28 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL + * tests/namespace.test: evaluations act the same as [uplevel #0] + * tests/parse.test: evaluations, even when execution traces or + * tests/trace.test: invocations of [::unknown] are present. + [Bug 1439836]. + 2006-02-22 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown] |