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/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 42e57fb92..056af7255 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2008-08-19 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * fhandler.cc (fhandler_base::wait_overlapped): Always assume that
+ bytes will be non-NULL. Distinguish input result from result derived
+ from WFMO and GetOverlappedResult or res can never be -1. Only raise
+ SIGPIPE when writing.
+ * fhandler.h (fhandler_base::wait_overlapped): Pass first argument by
+ value.
+ * fhandler_fifo.cc (fhandler_fifo::wait): Pass in dummy byte count to
+ wait_overlapped.
+ * pipe.cc (DEFAULT_PIPEBUFSIZE): Define to 65536 explicitly.
+
2008-08-19 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variable