aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+0
2004-10-20* fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor1-4/+4
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-4/+4
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor1-2/+2
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor1-1/+2
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-8/+8
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-6/+4
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-1/+1
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-1/+1
2004-01-17* fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor1-2/+1
2004-01-15* gentls_offsets: Reinstate unlink of temp files.Christopher Faylor1-2/+3
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-10/+8
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-40/+40
2003-10-16 * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen1-25/+25
2003-10-15 * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen1-0/+12
2003-09-27* fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor1-1/+27
2003-09-25* devices.cc: New file.Christopher Faylor1-7/+7
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor1-1/+1
2003-09-05* dcrt0.cc (__argc_safe): New variable.Christopher Faylor1-2/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-08* fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor1-3/+15
2003-04-02* external.cc (check_ntsec): New function.Christopher Faylor1-1/+1
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor1-3/+3
2003-03-13* include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor1-1/+5
2003-03-03* fhandler_console.cc (fhandler_console::close): Don't decrement in use counterChristopher Faylor1-1/+2
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor1-0/+7
2003-02-13* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor1-1/+1
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-2/+2
2003-01-25* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor1-0/+2
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor1-1/+7
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor1-1/+2
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-10/+21
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-3/+3
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor1-3/+1
2002-11-14checking previously ChangeLog'ed file.Christopher Faylor1-1/+1
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-2/+2
2002-11-07* fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor1-5/+5
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor1-5/+5
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-9/+2
2002-10-14* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-3/+5
2002-10-09* cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor1-2/+3
2002-10-08* fhandler.h (dev_console): New class.Christopher Faylor1-297/+265
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-10/+10
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-08-19* fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor1-16/+19
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-1/+2