diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-02 18:30:28 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-02 18:30:28 (GMT) |
commit | 4fad53e244d6c1862104e47eab1e8e56c62009d9 (patch) | |
tree | caa69df2be26741c570a0a01b1513e855e49f65e /ChangeLog | |
parent | e42bc924dc2e0323699066418bed48024be24b17 (diff) | |
download | tcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.zip tcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.tar.gz tcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.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> *** 8.5.9 TAGGED FOR RELEASE *** |