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 | 37b5a07a958d560a4ec376cc8198efd66cdf82ba (patch) | |
tree | caa69df2be26741c570a0a01b1513e855e49f65e /ChangeLog | |
parent | 3ee8203e9c261e8e6dd85d85ec06531022995b9b (diff) | |
download | tcl-37b5a07a958d560a4ec376cc8198efd66cdf82ba.zip tcl-37b5a07a958d560a4ec376cc8198efd66cdf82ba.tar.gz tcl-37b5a07a958d560a4ec376cc8198efd66cdf82ba.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 *** |