diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-18 14:30:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-18 14:30:32 (GMT) |
commit | 45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5 (patch) | |
tree | 60fa5566603c62e37f69bdb9762bc0506879e67c /ChangeLog | |
parent | 3fda4f0df6f0fdabe84372aee281ffb4ca7108e1 (diff) | |
parent | 0e364dd3151b7ead1200e77e0024c811c9d3ed52 (diff) | |
download | tcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.zip tcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.tar.gz tcl-45f8750b6cdcdf2f420648ff8e04a1fcb12f19d5.tar.bz2 |
[Bug 3608360]: Test to make sure we never let [file exists] do globbing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ +2013-03-18 Donal K. Fellows <dkf@users.sf.net> + + * tests/cmdAH.test (cmdAH-19.12): [Bug 3608360]: Added test to ensure + that we never ever allow [file exists] to do globbing. + 2013-03-12 Jan Nijtmans <nijtmans@users.sf.net> * unix/tcl.m4: Patch by Andrew Shadura, providing better support for - * three architectures they have in Debian. + three architectures they have in Debian. 2013-03-11 Don Porter <dgp@users.sourceforge.net> |