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)
commit342c553d632744e239b6e614cf6ecdbe8cf0befd (patch)
tree975d4feb1bef267978e6693d9d311cf84f92890f /ChangeLog
parenta71c14e5ab7004c6ff446303a9c13b2bdcadd57d (diff)
downloadtcl-342c553d632744e239b6e614cf6ecdbe8cf0befd.zip
tcl-342c553d632744e239b6e614cf6ecdbe8cf0befd.tar.gz
tcl-342c553d632744e239b6e614cf6ecdbe8cf0befd.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.