summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:55 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:55 (GMT)
commit42dd647d50995c33e37029d56d3d9880ba7ad75e (patch)
treefee003902556a262262c7174809c9e14334539f1 /ChangeLog
parent5f0443404189f50df5bed4923c57dfd2ba22c28c (diff)
downloadtcl-42dd647d50995c33e37029d56d3d9880ba7ad75e.zip
tcl-42dd647d50995c33e37029d56d3d9880ba7ad75e.tar.gz
tcl-42dd647d50995c33e37029d56d3d9880ba7ad75e.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 2e3d634..91a0db8 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.