summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-05-31 23:29:28 (GMT)
committerhobbs <hobbs>2006-05-31 23:29:28 (GMT)
commita6b26fc718d2d7390dc34b3a580e1726e7211bff (patch)
tree3b9a2ecf4318cbb04ce17e6a410d3da7b8bc2665 /ChangeLog
parentaec2cb8f476764482a9061ea514f32ae532651a3 (diff)
downloadtcl-a6b26fc718d2d7390dc34b3a580e1726e7211bff.zip
tcl-a6b26fc718d2d7390dc34b3a580e1726e7211bff.tar.gz
tcl-a6b26fc718d2d7390dc34b3a580e1726e7211bff.tar.bz2
* generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]
fix of 2006-01-09 for [namespace inscope] as it seems to mess with itcl scope decoding. Leaving namespace-29.6 test failure until final cause it determined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e78d7f2..db9eb45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-31 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]
+ fix of 2006-01-09 for [namespace inscope] as it seems to mess with
+ itcl scope decoding. Leaving namespace-29.6 test failure until
+ final cause it determined.
+
2006-05-29 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow