summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:28 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:28 (GMT)
commit1150e7e99aa60d4f7edcb46684f6685d2cd89a01 (patch)
treea71355399d45e0eb4c8dcda3ac9714656d57097b /ChangeLog
parent37b5a07a958d560a4ec376cc8198efd66cdf82ba (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feafe59..3d5299c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.