diff options
author | dgp <dgp@users.sourceforge.net> | 2004-09-10 18:22:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-09-10 18:22:09 (GMT) |
commit | e670a163e03da4535c4a90ad9471f702c37a43ec (patch) | |
tree | e6ae0a7a7c69f1282a6d6065636be290c225da10 /ChangeLog | |
parent | b94a66126401085879ed9e146d694bda9416a37d (diff) | |
download | tcl-e670a163e03da4535c4a90ad9471f702c37a43ec.zip tcl-e670a163e03da4535c4a90ad9471f702c37a43ec.tar.gz tcl-e670a163e03da4535c4a90ad9471f702c37a43ec.tar.bz2 |
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved
longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY
flag revealed by testing the 2004-09-09 commits against Itcl.
TCL_NAMESPACE_ONLY now acts as specified in the pre-function
comment, forcing resolution in the passed in context namespace.
It has been incorrectly forcing resolution in the interp's current
namespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-09-11 Don Porter <dgp@users.sourceforge.net> + + * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved + longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY + flag revealed by testing the 2004-09-09 commits against Itcl. + TCL_NAMESPACE_ONLY now acts as specified in the pre-function + comment, forcing resolution in the passed in context namespace. + It has been incorrectly forcing resolution in the interp's current + namespace. + 2004-09-10 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (INST_CONCAT1): added a peephole |