aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+4
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor1-10/+7
2000-07-29* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if itChristopher Faylor1-0/+9
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-1/+19
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2
2000-07-26* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to makeChristopher Faylor1-0/+1
2000-07-10* fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor1-2/+6
2000-07-10* Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor1-12/+15
2000-07-04* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor1-4/+16
2000-04-24* fhandler_console.cc (fhandler_console::read): Detect extended keycodeChristopher Faylor1-1/+1
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor1-0/+1
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor1-9/+2
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor1-4/+8
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-1/+0
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor1-1/+2
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-2/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1387