diff options
author | Christopher Faylor <me@cgf.cx> | 2001-06-24 21:57:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-06-24 21:57:50 +0000 |
commit | 125205875b0b7daf8ab919387924a98b83d918b7 (patch) | |
tree | 2e9ea0689cb086c404f69ce8a397210ea8605dc5 /winsup/cygwin/ChangeLog | |
parent | 50b1264871afbdcb14a1fd5fae3fe3bc358c0bad (diff) | |
download | cygnal-125205875b0b7daf8ab919387924a98b83d918b7.tar.gz cygnal-125205875b0b7daf8ab919387924a98b83d918b7.tar.bz2 cygnal-125205875b0b7daf8ab919387924a98b83d918b7.zip |
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
(setup_handler): Move actions after a successful interrupt to interrupt_setup.
* fork.cc (vfork): Augment debugging output.
* sigproc.cc (proc_subproc): Ditto.
* spawn.cc (spawn_guts): Ditto. Correctly fill out progname when spawn
NO_WAIT. Call signal handler when a signal arrives.
* sigproc.h: Declare a function.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8dcfe7f50..11f7508fc 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +Sun Jun 24 17:38:19 2001 Christopher Faylor <cgf@cygnus.com> + + * exceptions.cc (interrupt_setup): Move actions from setup_handler to + here. + (setup_handler): Move actions after a successful interrupt to + interrupt_setup. + * fork.cc (vfork): Augment debugging output. + * sigproc.cc (proc_subproc): Ditto. + * spawn.cc (spawn_guts): Ditto. Correctly fill out progname when spawn + NO_WAIT. Call signal handler when a signal arrives. + * sigproc.h: Declare a function. + Fri Jun 22 16:50:00 2001 Corinna Vinschen <corinna@vinschen.de> * fhandler.h class fhandler_socket): Declare new method |