aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-14 21:12:10 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-14 21:12:10 +0000
commitdad546a5ebf3b21179e2e1d9574f972112d39d9c (patch)
tree4e9a0a1259b5e36951cc0f9c23013b2e731b6ba5 /winsup/cygwin/ChangeLog
parent6dd9ec6c589d9b75cae74046d2a1e0e1c59b950f (diff)
downloadnewlib-dad546a5ebf3b21179e2e1d9574f972112d39d9c.zip
newlib-dad546a5ebf3b21179e2e1d9574f972112d39d9c.tar.gz
newlib-dad546a5ebf3b21179e2e1d9574f972112d39d9c.tar.bz2
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Check
return code from GetFileSize and set file size to 0 if necessary. * fhandler_netdrive.cc (fhandler_netdrive::fstat): Set permissions to read/execute for all.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 411d98d..9db75a9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-14 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Check
+ return code from GetFileSize and set file size to 0 if necessary.
+ * fhandler_netdrive.cc (fhandler_netdrive::fstat): Set permissions
+ to read/execute for all.
+
2005-05-13 Christopher Faylor <cgf@timesys.com>
* path.cc (normalize_posix_path): Do normalization on . and .. after