| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler.h (class dev_console): Add `metabit' indicating the | Corinna Vinschen | 2006-07-03 | 1 | -0/+20 |
* | * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here. | Christopher Faylor | 2006-06-03 | 1 | -4/+1 |
* | * fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible | Christopher Faylor | 2006-05-19 | 1 | -5/+5 |
* | * tty.h (tty::hwnd): Move to tty_min. | Christopher Faylor | 2006-04-21 | 1 | -0/+1 |
* | * fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make error | Christopher Faylor | 2006-03-23 | 1 | -2/+2 |
* | * cygheap.cc (init_cygheap::manage_console_count): Turn console control handler | Christopher Faylor | 2006-03-16 | 1 | -3/+1 |
* | * fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >= | Christopher Faylor | 2006-01-12 | 1 | -1/+1 |
* | * fhandler.h (set_console_state_for_spawn): Whackamole the argument back to a | Christopher Faylor | 2006-01-12 | 1 | -2/+3 |
* | * fhandler_console.cc (fhandler_console::need_invisible): Remove duplicate | Christopher Faylor | 2006-01-07 | 1 | -2/+2 |
* | * fhandler.h (set_console_state_for_spawn): Eliminate argument from | Christopher Faylor | 2006-01-07 | 1 | -16/+33 |
* | (fix ChangeLog and check in remaining files) | Christopher Faylor | 2006-01-05 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::need_invisible): Only try to open | Christopher Faylor | 2006-01-05 | 1 | -4/+6 |
* | * fhandler_console.cc (fhandler_console::need_invisible): Open up the security | Christopher Faylor | 2006-01-05 | 1 | -1/+1 |
* | * fhandler_console.cc (beep): Use MB_OK which is documented as using the | Christopher Faylor | 2006-01-04 | 1 | -1/+1 |
* | * fhandler_process.cc (fhandler_process::readdir): Add missing argument to | Christopher Faylor | 2006-01-04 | 1 | -2/+2 |
* | * dir.cc (readdir_worker): Minor code cleanup. | Christopher Faylor | 2006-01-03 | 1 | -5/+12 |
* | * fhandler_console.cc (beep): New function. Restores missing "Default Beep", | Christopher Faylor | 2006-01-03 | 1 | -1/+13 |
* | * 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 |