diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-02 18:31:00 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-02 18:31:00 (GMT) |
commit | 5f0443404189f50df5bed4923c57dfd2ba22c28c (patch) | |
tree | dc1607e422ae75cd5d0878952ced49cf8b3eab2d /ChangeLog | |
parent | 364f13006382f8f84f235b29cb953ac4348d57f9 (diff) | |
download | tcl-5f0443404189f50df5bed4923c57dfd2ba22c28c.zip tcl-5f0443404189f50df5bed4923c57dfd2ba22c28c.tar.gz tcl-5f0443404189f50df5bed4923c57dfd2ba22c28c.tar.bz2 |
* library/safe.tcl (::safe::AliasGlob): Fixed another problem, the
option -join does not stop option processing in the core builtin,
so the emulation must not do that either.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-09-02 Andreas Kupries <andreask@activestate.com> + + * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the + option -join does not stop option processing in the core builtin, + so the emulation must not do that either. + 2010-09-01 Andreas Kupries <andreas_kupries@users.sourceforge.net> * library/safe.tcl (::safe::AliasGlob): Moved the command |