OSDN Git Service

* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
authorcgf <cgf>
Thu, 16 Mar 2006 02:57:37 +0000 (02:57 +0000)
committercgf <cgf>
Thu, 16 Mar 2006 02:57:37 +0000 (02:57 +0000)
commit1ce680fc2c8016c7ef402881a30d1c5ff602d926
treef17fbe469160f4954ebb0da331cd6699b34ec7c3
parent41c37d0651db12a62b36fec996b31e1b7989cfe2
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
on/off depending on whether we have allocated a console or not.
* dcrt0.cc (child_info_fork::fork_retry): Add more potential retry statuses.
(dll_crt0_0): Turn on/off console control depending on whether we have a
controlling tty or not.
* exceptions.cc (init_console_handler): Change BOOL to bool.
* fhandler_console.cc (fhandler_console::need_invisible): Cosmetic change.
* winsup.h (init_console_handler): Reflect argument type change.
* wincap.h (supports_setconsolectrlhandler_null): Remove duplicate capability
throughout.
* wincap.cc: Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
winsup/cygwin/winsup.h