newlib/winsup
Christopher Faylor f611148366 * sigproc.h (class sigframe): Implement 'unregister()' method.
(sigframe::~sigframe): Use unregister method.
(sigframe::call_signal_handler): Declare new method.
* exceptions.cc (sigframe::call_signal_handler): New method.  Unregisters
current sigframe before calling signal handler.
(setup_handler): Clear waiting threads prior to arming signal_arrived.
* syscalls.cc (_read): Change goto to loop.  Recalculate sigframe inside of
loop so that constructor is called when appropriate.
* wait.cc (wait4): Ditto.
* signal.cc: Change "sig" to "signal" in debugging messages throughout.
* sigproc.cc: Ditto.
2001-04-01 00:06:17 +00:00
..
cygwin * sigproc.h (class sigframe): Implement 'unregister()' method. 2001-04-01 00:06:17 +00:00
doc
mingw
testsuite
utils Update copyright. 2001-03-18 03:25:30 +00:00
w32api * include/winuser.h (RT_CURSOR): Add protection for XFree86Server. 2001-03-30 13:22:17 +00:00
ChangeLog * configure: fix regeneration bug. 2001-03-20 01:26:45 +00:00
configure * configure: fix regeneration bug. 2001-03-20 01:26:45 +00:00
configure.in
CYGWIN_LICENSE
MAINTAINERS
Makefile.common
Makefile.in