diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-04-07 02:36:37 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-04-07 02:36:37 (GMT) |
commit | fc43ab2356c5126058af8392723740b01af546c5 (patch) | |
tree | 6c7f4f2fa53567780961904d137ab8ec67567fdc | |
parent | f4aae297ab93a93609f6e467d30b0e022440daab (diff) | |
download | tcl-fc43ab2356c5126058af8392723740b01af546c5.zip tcl-fc43ab2356c5126058af8392723740b01af546c5.tar.gz tcl-fc43ab2356c5126058af8392723740b01af546c5.tar.bz2 |
corrected behaviour of [namespace code] (Bug #219385, Patch #403530)
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-04-07 Miguel Sofer <msofer@users.sourceforge.net> + + * doc/namespace.n: document correct functionality + * generic/tclNamesp.c: corrected behaviour of [namespace code] + (Bug #219385, Patch #403530) + * library/init.tcl: + * tests/namespace-old.test: test correct functionality + * tests/namespace.test: test correct functionality + 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/Makefile.in (checkdoc): New target, checking the |