summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-12-16 23:44:15 (GMT)
committerdkf <dkf@noemail.net>2009-12-16 23:44:15 (GMT)
commitf45a3f6f787fc56d62aa97a0bc880cdfe7b08f68 (patch)
tree757c645504020bb6ef7a55e3cb435a4dc609e8f0 /ChangeLog
parentd4f67705e8218b7f9565547bd896608a914eec9b (diff)
downloadtcl-f45a3f6f787fc56d62aa97a0bc880cdfe7b08f68.zip
tcl-f45a3f6f787fc56d62aa97a0bc880cdfe7b08f68.tar.gz
tcl-f45a3f6f787fc56d62aa97a0bc880cdfe7b08f68.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. FossilOrigin-Name: 1fb17d6662a743675e29bd1f1423a8067bfc5ce5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 2940341..c62b2ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
+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.
+
2009-12-11 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclTest.c: Fix gcc warning: ignoring return value of ‘write’,
- * unix/tclUnixNotify.c declared with attribute warn_unused_result
- * unix/tclUnixPipe.c
- * generic/tclInt.decls CONSTify functions TclpGetUserHome and
- * generic/tclIntDecls.h TclSetPreInitScript (TIP #27)
- * generic/tclInterp.c
- * win/tclWinFile.c
- * unix/tclUnixFile.c
+ * generic/tclTest.c: Fix gcc warning: ignoring return value of
+ * unix/tclUnixNotify.c: ‘write’, declared with attribute
+ * unix/tclUnixPipe.c: warn_unused_result.
+ * generic/tclInt.decls: CONSTify functions TclpGetUserHome and
+ * generic/tclIntDecls.h:TclSetPreInitScript (TIP #27)
+ * generic/tclInterp.c:
+ * win/tclWinFile.c:
+ * unix/tclUnixFile.c:
2009-12-16 Donal K. Fellows <dkf@users.sf.net>