diff options
author | dgp <dgp@users.sourceforge.net> | 2004-09-09 17:12:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-09-09 17:12:12 (GMT) |
commit | 045fc77ff4e4fe4a8733883a90adc96d68fc6547 (patch) | |
tree | 134ce773473248553a80b38aa1b531c25018bd39 /ChangeLog | |
parent | d6e816c7ffc49a84ca4030b72df0b629851ea9a1 (diff) | |
download | tcl-045fc77ff4e4fe4a8733883a90adc96d68fc6547.zip tcl-045fc77ff4e4fe4a8733883a90adc96d68fc6547.tar.gz tcl-045fc77ff4e4fe4a8733883a90adc96d68fc6547.tar.bz2 |
Also corrected faulty prevention of [namespace import] cycles.
[Bug 1017299]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.test: logic that relied exclusively on string matching and failed in the presence of [rename]s. [Bug 560297] + Also corrected faulty prevention of [namespace import] cycles. + [Bug 1017299] 2004-09-08 Kevin B. Kenny <kennykb@acm.org> |