aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-042001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-2/+4
2001-08-07* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor1-3/+6
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-22 * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen1-2/+20
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-2/+2
2001-06-05 * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen1-6/+6
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-1/+1
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-5/+11
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-1/+2
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-66/+123
2001-03-31 * fhandler.h (class fhandler_console): Add members `insert_mode'.Corinna Vinschen1-12/+33
2001-03-30 * fhandler.h (class fhandler_console): Add members `savebufsiz' andCorinna Vinschen1-0/+51
2001-03-22* fhandler_console.cc (fhandler_console::set_default_attr): Update consoleChristopher Faylor1-0/+2
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda1-1/+0
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen1-1/+15
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-4/+13
2001-03-03*** empty log message ***Christopher Faylor1-82/+82
2001-02-27* fhandler.h (class fhandler_console): Make all variables thatEgor Duda1-86/+158
2001-02-14* fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor1-7/+0
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-4/+3
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-1/+1
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-1/+1
2001-01-03* fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor1-1/+1
2000-12-16* fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor1-38/+146
2000-12-15* fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor1-126/+40
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-2/+5
2000-12-09* path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor1-35/+124
2000-11-17* fhandler_console.cc: New member variable `dwBufferSize' for `info'.Christopher Faylor1-2/+4
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor1-1/+1
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor1-8/+1
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie1-1/+1
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-4/+3
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+17
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-9/+4
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