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)
commit4fad53e244d6c1862104e47eab1e8e56c62009d9 (patch)
treecaa69df2be26741c570a0a01b1513e855e49f65e /ChangeLog
parente42bc924dc2e0323699066418bed48024be24b17 (diff)
downloadtcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.zip
tcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.tar.gz
tcl-4fad53e244d6c1862104e47eab1e8e56c62009d9.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 ***