summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-16 23:31:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-16 23:31:31 (GMT)
commit1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9 (patch)
tree975d4feb1bef267978e6693d9d311cf84f92890f /ChangeLog
parentb37c64be40edeb5c2f75e084417fb802058ae239 (diff)
downloadtcl-1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9.zip
tcl-1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9.tar.gz
tcl-1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9.tar.bz2
Upgrade to Safe Base's handling of [glob] to be more permissive with the
feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01f3ac7..1d3ff88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-12-16 Donal K. Fellows <dkf@users.sf.net>
+ * library/safe.tcl (::safe::AliasGlob): Upgrade to correctly support a
+ larger fraction of [glob] functionality, while being stricter about
+ directory management.
+
* doc/tm.n: [Bug 1911342]: Formatting rewrite to avoid bogus crosslink
to the list manpage when generating HTML.