summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-02 18:30:28 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-02 18:30:28 (GMT)
commit37b5a07a958d560a4ec376cc8198efd66cdf82ba (patch)
treecaa69df2be26741c570a0a01b1513e855e49f65e /ChangeLog
parent3ee8203e9c261e8e6dd85d85ec06531022995b9b (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fea464..feafe59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***