summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-041-2108/+0
* * fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd inChristopher Faylor2009-08-101-1/+1
* * fhandler_console.cc (create_invisible_console_workaround): FixCorinna Vinschen2009-08-101-1/+1
* * fhandler_console.cc (set_console_title): Set buffer size toCorinna Vinschen2009-07-251-2/+2
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* * fhandler_console.cc: Change workstation -> windows station throughout.Christopher Faylor2009-07-051-8/+8
* * autoload.cc (SetParent): Add new import.Christopher Faylor2009-07-041-38/+129
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-2/+2
* * autoload.cc: Fix typo in comment.Corinna Vinschen2009-07-031-2/+15
* * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen2009-06-041-5/+4
* * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen2009-06-041-0/+4
* * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen2009-06-031-2/+5
* * fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor2009-05-301-4/+9
* * 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