diff options
author | Christopher Faylor <me@cgf.cx> | 2002-01-10 03:21:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-01-10 03:21:27 +0000 |
commit | c0a8e8d0f92afd91dae916fdcf537f06eb8dc256 (patch) | |
tree | 53835aa9b9ee957f851af2d0d74371840785046c /winsup/cygwin/ChangeLog | |
parent | fe37dd79ec5c16b5f124c756ef4c232ba591fcaf (diff) | |
download | newlib-c0a8e8d0f92afd91dae916fdcf537f06eb8dc256.zip newlib-c0a8e8d0f92afd91dae916fdcf537f06eb8dc256.tar.gz newlib-c0a8e8d0f92afd91dae916fdcf537f06eb8dc256.tar.bz2 |
* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.
(ctrl_c_handler): Attempt to work around potential signal duplication during
process startup.
(sig_handle): Ignore SIGINT when we're just an "exec stub".
* spawn.cc (spawn_guts): Store pid of spawned process in global for use by
ctrl_c_handler.
* dcrt0.cc (dll_crt0_1): Call renamed initialization function.
* winsup.h: Reflect function name change.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8a233f0..864b8d8 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2002-01-09 Christopher Faylor <cgf@redhat.com> + Robert Collins <rbtcollins@hotmail.com> + + * exceptions.cc (early_stuff_init): Rename from misnamed + set_console_handler. + (ctrl_c_handler): Attempt to work around potential signal duplication + during process startup. + (sig_handle): Ignore SIGINT when we're just an "exec stub". + * spawn.cc (spawn_guts): Store pid of spawned process in global for use + by ctrl_c_handler. + * dcrt0.cc (dll_crt0_1): Call renamed initialization function. + * winsup.h: Reflect function name change. + 2002-01-08 Corinna Vinschen <corinna@vinschen.de> * net.cc (cygwin_accept): Set sun_path for newly connected socket. |