aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen1-5/+4
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen1-0/+4
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen1-2/+5
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor1-4/+9
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-22/+5
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor1-2/+2
2009-05-04* fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor1-3/+0
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor1-14/+32
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen1-12/+35
2009-03-25 * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen1-1/+19
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-33/+55
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-11/+13
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen1-35/+6
2008-06-12remove obsolete commentChristopher Faylor1-1/+0
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-10 * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen1-7/+14
2008-03-10 * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen1-1/+1
2008-03-10 * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen1-13/+15
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-4/+4
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-24/+75
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-71/+61
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-1/+0
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen1-1/+1
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen1-11/+3
2007-02-20Remove extraneous whitespace.Christopher Faylor1-2/+2
2006-11-23 * fhandler_console.cc (set_color): Avoid (again) inappropriateCorinna Vinschen1-1/+8
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen1-0/+20
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-4/+1
2006-05-19* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisibleChristopher Faylor1-5/+5
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor1-0/+1
2006-03-23* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor1-2/+2
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor1-3/+1
2006-01-12* fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=Christopher Faylor1-1/+1
2006-01-12* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor1-2/+3
2006-01-07* fhandler_console.cc (fhandler_console::need_invisible): Remove duplicateChristopher Faylor1-2/+2
2006-01-07* fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor1-16/+33
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor1-1/+1
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor1-4/+6
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor1-1/+1
2006-01-04* fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor1-1/+1
2006-01-04* fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor1-2/+2
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor1-5/+12
2006-01-03* fhandler_console.cc (beep): New function. Restores missing "Default Beep",Christopher Faylor1-1/+13
2005-12-19* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor1-4/+3
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor1-3/+61
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor1-2/+2