diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-10 20:40:06 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-10 20:40:06 (GMT) |
commit | 1cced1e04ddb24fb248965ccecb3815be9fa44a2 (patch) | |
tree | 36918f8b7ee174ee14a3b7e19580813af8c2fcbe /ChangeLog | |
parent | ff59f687d9a7ba1a84e8254166258300183af233 (diff) | |
download | tcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.zip tcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.tar.gz tcl-1cced1e04ddb24fb248965ccecb3815be9fa44a2.tar.bz2 |
Cleanup directories that have been set chmod 000.
On Windows7 and Vista we really have no access and these were
getting left behind.
A few tests were changed to reflect the intent of the test where
setting a directory chmod 000 should prevent any
modification. This restriction was ignored on XP but is honoured
on Vista
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-11-10 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/winFCmd.test: Cleanup directories that have been set chmod + 000. On Windows7 and Vista we really have no access and these were + getting left behind. + A few tests were changed to reflect the intent of the test where + setting a directory chmod 000 should prevent any + modification. This restriction was ignored on XP but is honoured + on Vista + 2009-11-10 Andreas Kupries <andreask@activestate.com> * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). |