| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler.h (set_console_state_for_spawn): Add an argument to the declaration. | Christopher Faylor | 2005-12-19 | 1 | -4/+3 |
* | * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function. | Christopher Faylor | 2005-12-19 | 1 | -3/+61 |
* | * fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additional | Christopher Faylor | 2005-11-14 | 1 | -2/+2 |
* | * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function. | Christopher Faylor | 2005-11-14 | 1 | -32/+6 |
* | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 2005-11-14 | 1 | -13/+15 |
* | Revert erroneous checkin. | Corinna Vinschen | 2005-09-28 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 2005-09-28 | 1 | -1/+1 |
* | * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state | Christopher Faylor | 2005-09-13 | 1 | -2/+0 |
* | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 2005-07-06 | 1 | -6/+6 |
* | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 2005-07-05 | 1 | -5/+3 |
* | * fhandler_console.cc (fhandler_console::read): Fix a compiler warning. | Christopher Faylor | 2005-06-11 | 1 | -1/+1 |
* | * cygtls.cc (_cygtls::remove): Clear exitsock after close. | Christopher Faylor | 2005-05-11 | 1 | -1/+2 |
* | * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid | Christopher Faylor | 2005-04-28 | 1 | -1/+2 |
* | * fhandler.h (dev_console::set_color): Define new function. | Christopher Faylor | 2005-04-22 | 1 | -61/+61 |
* | * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensity | Corinna Vinschen | 2004-12-16 | 1 | -2/+2 |
* | * fhandler_console.cc (read): Consider offset within scrolling | Corinna Vinschen | 2004-12-14 | 1 | -2/+17 |
* | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 2004-11-26 | 1 | -1/+0 |
* | * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message. | Christopher Faylor | 2004-10-20 | 1 | -4/+4 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -4/+4 |
* | Change the name "title_mutex" to "tty_mutex" throughout. | Christopher Faylor | 2004-05-17 | 1 | -2/+2 |
* | * cygthread.cc (cygthread::is): Eliminate. | Christopher Faylor | 2004-05-16 | 1 | -1/+2 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -8/+8 |
* | * fhandler.h (fhandler_base::status): Declare private. | Corinna Vinschen | 2004-04-09 | 1 | -6/+4 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 2004-02-02 | 1 | -1/+1 |
* | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 2004-02-02 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::close): Remove obsolete test for | Christopher Faylor | 2004-01-17 | 1 | -2/+1 |
* | * gentls_offsets: Reinstate unlink of temp files. | Christopher Faylor | 2004-01-15 | 1 | -2/+3 |
* | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 2003-12-30 | 1 | -10/+8 |
* | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 2003-12-11 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -40/+40 |
* | * dcrt0.cc: Remove local variable alternate_charset_active. | Corinna Vinschen | 2003-10-16 | 1 | -25/+25 |
* | * fhandler_console.cc (char_command): Add escape sequence for codepage | Corinna Vinschen | 2003-10-15 | 1 | -0/+12 |
* | * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT, | Christopher Faylor | 2003-09-27 | 1 | -1/+27 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -7/+7 |
* | * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be | Christopher Faylor | 2003-09-09 | 1 | -1/+1 |
* | * dcrt0.cc (__argc_safe): New variable. | Christopher Faylor | 2003-09-05 | 1 | -2/+2 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * fhandler_console.cc (fhandler_console::read) Handle certain key up events, to | Christopher Faylor | 2003-04-08 | 1 | -3/+15 |
* | * external.cc (check_ntsec): New function. | Christopher Faylor | 2003-04-02 | 1 | -1/+1 |
* | * cygwin.din: Export btowc, trunc. | Christopher Faylor | 2003-03-17 | 1 | -3/+3 |
* | * include/cygwin/version.h: Bump DLL minor number to 23. | Christopher Faylor | 2003-03-13 | 1 | -1/+5 |
* | * fhandler_console.cc (fhandler_console::close): Don't decrement in use counter | Christopher Faylor | 2003-03-03 | 1 | -1/+2 |
* | * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if | Christopher Faylor | 2003-03-02 | 1 | -0/+7 |
* | * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for | Christopher Faylor | 2003-02-13 | 1 | -1/+1 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -2/+2 |
* | * fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region | Christopher Faylor | 2003-01-25 | 1 | -0/+2 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_master::set_winsize): Declare new function. | Christopher Faylor | 2002-12-27 | 1 | -1/+7 |
* | * fhandler.h (fhandler_termios::line_edit): Replace third argument with | Christopher Faylor | 2002-12-27 | 1 | -1/+2 |