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 | 7a3b6d780c3e6b3d8f002c499f11daea41cd411a (patch) | |
tree | b20ac1210f410b99b8a0b68107be42a9c97ff550 /ChangeLog | |
parent | 1dd6a945f9e3a815d98802769aba7da38fbc2ae5 (diff) | |
parent | 75356d2bd57c3f9c2107bab0cbff3dee826c7076 (diff) | |
download | tcl-7a3b6d780c3e6b3d8f002c499f11daea41cd411a.zip tcl-7a3b6d780c3e6b3d8f002c499f11daea41cd411a.tar.gz tcl-7a3b6d780c3e6b3d8f002c499f11daea41cd411a.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 |