summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-11-24 00:08:26 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-11-24 00:08:26 (GMT)
commitc48d854865fb1aa7c418cb6cd4ef39b5d7d0332f (patch)
tree0ab7b5ec1d21a7bbdbb2570e926240e6c1037388 /ChangeLog
parent77d958cdf70019e4a515d2752fff18018f8ee18b (diff)
downloadtcl-c48d854865fb1aa7c418cb6cd4ef39b5d7d0332f.zip
tcl-c48d854865fb1aa7c418cb6cd4ef39b5d7d0332f.tar.gz
tcl-c48d854865fb1aa7c418cb6cd4ef39b5d7d0332f.tar.bz2
[Bug 2893771] Teach [file stat] to handle locked files.
This stops [file exists] from returning false for files that exist but are locked by resorting to FindFirstFile when GetFileAttributes fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c24421a..d5b9889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-24 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tests/fCmd.test: [Bug 2893771] Teach [file stat] to handle locked
+ * win/tclWinFile.c: files so that [file exists] no longer lies.
+
2009-11-23 Jan Nijtmans <nijtmans@users.sf.net>
* library/tclIndex (regenerated) to reflect various changes