summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-4/+3
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-1/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor2001-01-031-1/+1
* * fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor2000-12-161-38/+146
* * fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor2000-12-151-126/+40
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-2/+5
* * path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor2000-12-091-35/+124
* * fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor2000-11-171-2/+4
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-231-1/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-8/+1
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-1/+1
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-4/+3
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+17
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-9/+4
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+4
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor2000-07-301-10/+7
* * fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if itChristopher Faylor2000-07-291-0/+9
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-1/+19
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* * fhandler_console.cc (fhandler_console::read): Explicitly set cursor to makeChristopher Faylor2000-07-261-0/+1
* * fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor2000-07-101-2/+6
* * Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor2000-07-101-12/+15
* * dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor2000-07-041-4/+16
* * fhandler_console.cc (fhandler_console::read): Detect extended keycodeChristopher Faylor2000-04-241-1/+1
* * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor2000-04-151-0/+1
* * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor2000-03-121-9/+2
* * fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor2000-03-121-4/+8
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-1/+0
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-1/+2
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-2/+2
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1387