diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7aef2ee44..5c5d53462 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,23 @@ 2003-03-02 Christopher Faylor <cgf@redhat.com> + * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary + if LoadLibraryEx fails. + * dtable.cc (dtable::dec_console_fds): Eliminate. + (dtable::release): Don't treat console specially. + (dtable::build_fhandler): Ditto. + * dtable.h (console_fds): Eliminate. + (dtable::dec_console_fds): Eliminate. + (dtable::inc_console_fds): Eliminate. + * fhandler.h (fhandler_console::open_fhs): New static element. + * fhandler_console.cc (fhandler_console::open): Increment open_fs. + (fhandler_console::close): Call FreeConsole if no more open consoles + and ctty is not associated with the console. + * syscalls.cc (setsid): Simplify check for when to call FreeConsole. + (check_pty_fds): Eliminate definition. + * winsup.h (check_pty_fds): Eliminate declaration. + +2003-03-02 Christopher Faylor <cgf@redhat.com> + * dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary was ignored. |