diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-21 03:16:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-21 03:16:21 (GMT) |
commit | 75356d2bd57c3f9c2107bab0cbff3dee826c7076 (patch) | |
tree | de158f20d809ee283b1fec11dd160db16dc30236 /ChangeLog | |
parent | f8e35a6396aefc1ffbb6a104b8cfd659e1afa2d9 (diff) | |
parent | 7c09879dbba02a4c3b86b6fbc4b9f1a05dba7b5b (diff) | |
download | tcl-75356d2bd57c3f9c2107bab0cbff3dee826c7076.zip tcl-75356d2bd57c3f9c2107bab0cbff3dee826c7076.tar.gz tcl-75356d2bd57c3f9c2107bab0cbff3dee826c7076.tar.bz2 |
3605447 Make sure the -clear option to [namespace export] always clears,
whether or not new export patterns are specified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-02-20 Don Porter <dgp@users.sourceforge.net> + + * generic/tclNamesp.c: [Bug 3605447] Make sure the -clear option + * tests/namespace.test: to [namespace export] always clears, whether + or not new export patterns are specified. + 2013-02-19 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclTrace.c: [Bug 2438181]: Incorrect error reporting in |