Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 7a6b73ff4..61a68933b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2001-11-14 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler.cc (fhandler_disk_file::fstat): Add setting access time
+ and creation time to last modification time for files on filesystems
+ not supporting multiple timestamps.
+ (fhandler_disk_file::fstat_helper): Set access time and creation
+ time in incoming Windows structure instead of in stat buf to avoid
+ incorrectly overwriting Epoch timestamp.
+
+2001-11-14 Corinna Vinschen <corinna@vinschen.de>
+
* winsup.h: Remove alloca definition since it's now defined through
inclusion of stdlib.h.
* lib/cygwin_crt0.c: Ditto.