diff options
author | hobbs <hobbs> | 2006-05-31 23:29:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-05-31 23:29:28 (GMT) |
commit | a6b26fc718d2d7390dc34b3a580e1726e7211bff (patch) | |
tree | 3b9a2ecf4318cbb04ce17e6a410d3da7b8bc2665 /ChangeLog | |
parent | aec2cb8f476764482a9061ea514f32ae532651a3 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |