diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-02 19:50:28 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-02 19:50:28 (GMT) |
commit | 1150e7e99aa60d4f7edcb46684f6685d2cd89a01 (patch) | |
tree | a71355399d45e0eb4c8dcda3ac9714656d57097b /ChangeLog | |
parent | 37b5a07a958d560a4ec376cc8198efd66cdf82ba (diff) | |
download | tcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.zip tcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.tar.gz tcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.tar.bz2 |
* doc/glob.n: Fixed documentation ambiguity regarding the handling
of -join.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2010-09-02 Andreas Kupries <andreask@activestate.com> + * doc/glob.n: Fixed documentation ambiguity regarding the handling + of -join. + * 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. |