summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2d12203e7..9ce596289 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2008-12-20 Christopher Faylor <me+cygwin@cgf.cx>
+ * pipe.cc (getov_result): Add parameters to facilitate better EOF
+ checking.
+ (pipe_handler): Pass extra arguments to getov_result.
+
+2008-12-20 Christopher Faylor <me+cygwin@cgf.cx>
+
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate
gotos and to hopefully eliminate one race when a signal is detected or
there is a WFMO error.