summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-22/+5
* * fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor2009-05-061-2/+2
* * fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor2009-05-041-3/+0
* * fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor2009-05-041-14/+32
* * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen2009-04-071-12/+35
* * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen2009-03-251-1/+19
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-33/+55
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-11/+13
* * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen2008-06-121-35/+6
* remove obsolete commentChristopher Faylor2008-06-121-1/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen2008-03-101-7/+14
* * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen2008-03-101-1/+1
* * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen2008-03-101-13/+15
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-2/+2
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-4/+4
* * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen2008-02-061-24/+75
* * autoload.cc (CharToOemA): Remove.Corinna Vinschen2008-02-051-71/+61
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-1/+0
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen2007-02-231-1/+1
* * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen2007-02-221-11/+3
* Remove extraneous whitespace.Christopher Faylor2007-02-201-2/+2
* * fhandler_console.cc (set_color): Avoid (again) inappropriateCorinna Vinschen2006-11-231-1/+8
* * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen2006-07-031-0/+20
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-4/+1
* * fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisibleChristopher Faylor2006-05-191-5/+5
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-211-0/+1
* * fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor2006-03-231-2/+2
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-3/+1
* * fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=Christopher Faylor2006-01-121-1/+1
* * fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor2006-01-121-2/+3
* * fhandler_console.cc (fhandler_console::need_invisible): Remove duplicateChristopher Faylor2006-01-071-2/+2
* * fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor2006-01-071-16/+33
* (fix ChangeLog and check in remaining files)Christopher Faylor2006-01-051-1/+1
* * fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor2006-01-051-4/+6
* * fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor2006-01-051-1/+1
* * fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor2006-01-041-1/+1
* * fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor2006-01-041-2/+2
* * dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor2006-01-031-5/+12
* * fhandler_console.cc (beep): New function. Restores missing "Default Beep",Christopher Faylor2006-01-031-1/+13
* * fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor2005-12-191-4/+3
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-3/+61
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor2005-11-141-2/+2
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-141-32/+6
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-13/+15
* Revert erroneous checkin.Corinna Vinschen2005-09-281-1/+1
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-1/+1