summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c0a458131..f2c80e96d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
+ * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
+ before zero filling. Combine similar error handling statements.
+
+2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
+
* syscalls.cc (ftruncate64): On 9x, call write with a zero length
to zero fill when the file is extended.