diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-21 03:24:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-21 03:24:19 (GMT) |
commit | cf932506740f880b4265e40f0a4d4e7dacbf0b9b (patch) | |
tree | b20ac1210f410b99b8a0b68107be42a9c97ff550 /ChangeLog | |
parent | e878a050b2e76ce58af3e5bc9db745831986bd04 (diff) | |
parent | 3e947f695b3f16576201fd4aa5e507c8032a0166 (diff) | |
download | tcl-cf932506740f880b4265e40f0a4d4e7dacbf0b9b.zip tcl-cf932506740f880b4265e40f0a4d4e7dacbf0b9b.tar.gz tcl-cf932506740f880b4265e40f0a4d4e7dacbf0b9b.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-20 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinDde.c: [Bug 3605401]: Compiler error with latest mingw-w64 |