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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6582ed7f4..83d332020 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2011-04-18 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle the
+ FD_CLOSE event specially when called from accept. Explain why.
+ (fhandler_socket::shutdown): Fake success on not-connected socket and
+ trigger socket event if the read side of a socket is affected. Explain
+ why.
+ * poll.cc (poll): Check for saw_shutdown_read on sockets to generate
+ POLLHUP as well.
+
+2011-04-18 Corinna Vinschen <corinna@vinschen.de>
+
* Fix various copyrights.
2011-04-17 Christopher Faylor <me.cygwin2011@cgf.cx>