summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog25
1 files changed, 19 insertions, 6 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 268378f64..ab9f24160 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2004-02-03 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in (DLL_OFILES): Add strsig.o.
+ * cygtls.h (_local_storage::signamebuf) New element.
+ * sysconf.cc (sysconf): Implement _SC_RTSIG_MAX.
+ * tlsoffset.h: Regenerate.
+ * include/limits.h (_POSIX_RTSIG_MAX): New define.
+ (RTSIG_MAX): Ditto.
+ * include/cygwin/signal.h (SIGRTMIN): New define.
+ (SIGRTMAX): Ditto.
+ (NSIG): Bump.
+ * strsig.cc: New file.
+
2004-02-03 Jason Tishler <jason@tishler.net>
* window.cc (Winmain): Show windows error code in error output when
@@ -134,12 +147,12 @@
2004-01-23 Pierre Humblet <pierre.humblet@ieee.org>
- * fhandler_socket.cc (fhandler_socket::create_secret_event): Avoid
- creating multiple handles. Always allow event inheritance but set the
- handle inheritance appropriately. Improve error handling.
- (fhandler_socket::check_peer_secret_event): Improve error handling.
- (fhandler_socket::close_secret_event): Simply call CloseHandle.
- (fhandler_socket::set_close_on_exec): Set secret event inheritance.
+ * fhandler_socket.cc (fhandler_socket::create_secret_event): Avoid
+ creating multiple handles. Always allow event inheritance but set the
+ handle inheritance appropriately. Improve error handling.
+ (fhandler_socket::check_peer_secret_event): Improve error handling.
+ (fhandler_socket::close_secret_event): Simply call CloseHandle.
+ (fhandler_socket::set_close_on_exec): Set secret event inheritance.
2004-01-23 Christopher Faylor <cgf@redhat.com>