diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-16 23:31:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-16 23:31:31 (GMT) |
commit | 342c553d632744e239b6e614cf6ecdbe8cf0befd (patch) | |
tree | 975d4feb1bef267978e6693d9d311cf84f92890f /ChangeLog | |
parent | a71c14e5ab7004c6ff446303a9c13b2bdcadd57d (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |