summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 35fe3510664..78afb92b854 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,27 @@
+2002-08-28 Christopher Faylor <cgf@redhat.com>
+
+ * malloc.cc: Protect some definitions to avoid a compile time warning.
+
+2002-08-27 Nicholas Wourms <nwourms@netscape.net>
+
+ * cygwin.din: Export getc_unlocked, getchar_unlocked,
+ putc_unlocked, putchar_unlocked functions.
+ * include/cygwin/version.h: Bump api minor.
+
+2002-08-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags
+ not understood by WinSock.
+ (fhandler_socket::sendto): Ditto. If WinSock sendto() returns
+ WSAESHUTDOWN, change errno to EPIPE and raise SIGPIPE if MSG_NOSIGNAL
+ isn't set in flags.
+ * include/cygwin/socket.h: Define MSG_WINMASK and MSG_NOSIGNAL.
+ * include/cygwin/version.h: Bump API minor number.
+
+2002-08-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * poll.cc (poll): Eliminate erroneous POLLERR conditional.
+
2002-08-26 Conrad Scott <conrad.scott@dsl.pipex.com>
* fhandler_socket.cc (fhandler_socket::check_peer_secret_event):