diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-03 21:59:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-03 21:59:27 +0000 |
commit | c571716c6406baaab8a831eca54756e7ac8f9554 (patch) | |
tree | 8e100bb8cea2397de8fcb1e8ddbe984beda856ce /winsup/cygwin/ChangeLog | |
parent | 50be1d78d9c6ab81a269669fbc49a3ef36587078 (diff) | |
download | cygnal-c571716c6406baaab8a831eca54756e7ac8f9554.tar.gz cygnal-c571716c6406baaab8a831eca54756e7ac8f9554.tar.bz2 cygnal-c571716c6406baaab8a831eca54756e7ac8f9554.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 25 |
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> |