summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-10 18:15:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-10 18:15:24 (GMT)
commit0f9b7b55baae648f729e6f24fec0887d1f38138a (patch)
treee0c5de7e2d8f02f6e177178525fab8cd6cebe1a9 /ChangeLog
parent02ca88a79487e618d0aa1bf9a949ecb18cbd0acc (diff)
downloadtcl-0f9b7b55baae648f729e6f24fec0887d1f38138a.zip
tcl-0f9b7b55baae648f729e6f24fec0887d1f38138a.tar.gz
tcl-0f9b7b55baae648f729e6f24fec0887d1f38138a.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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3821263..dd13ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 Kevin Kenny <kennykb@acm.org>
* library/clock.tcl: Fixed a bug where %z always put a plus