OSDN Git Service

2002-03-01 David O'Brien <obrien@FreeBSD.org>
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / fhandler_console.cc
2001-11-26 cgfRevert erroneous checkin.
2001-11-26 cgf* Makefile.in (libcygwin.a): Use ar commands to build...
2001-11-12 cgf* fhandler_console.cc (fhandler_console::read): Revert...
2001-10-24 cgf* Makefile.in: Only build testsuite directory on first...
2001-10-24 cgfEnsure that all fhandler_*::read definitions are __stdc...
2001-10-22 cgfRemove 'cb' parameter and modify fhandler_* constructor...
2001-10-13 cgf* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-10-13 cgf* autoload.cc (wsock_init): Reorganize slightly to...
2001-10-04 cgf* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-12 corinna * Makefile.in: Build wincap.o.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgfMove appropriate variables to NO_COPY segment, throughout.
2001-09-04 corinna2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
2001-08-07 cgf* fhandler_console.cc (get_tty_stuff): Don't initialize...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-06-22 corinna * fhandler_console.cc (fhandler_console::read...
2001-06-16 cgf* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPE...
2001-06-05 corinna * fhandler_console.cc (fhandler_console::dup...
2001-05-08 cgf* cygheap.cc (_cfree): Add regparm attribute.
2001-04-28 cgfThroughout, change 'tty_attached' to 'real_tty_attached...
2001-04-24 cgfRemove trailing underscore from fhandler_base and frien...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-04-09 cgf* Makefile.in: Put -lgcc last in list of libraries...
2001-03-31 corinna * fhandler.h (class fhandler_console): Add...
2001-03-30 corinna * fhandler.h (class fhandler_console): Add...
2001-03-22 cgf* fhandler_console.cc (fhandler_console::set_default_at...
2001-03-12 duda* fhandler.h (fhandler_termios::fhandler_termios):...
2001-03-06 corinna * autoload.c (cygwin_premain0): Add missing...
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-03-03 cgf*** empty log message ***
2001-02-27 duda* fhandler.h (class fhandler_console): Make all variabl...
2001-02-14 cgf* fhandler_console.cc (fhandler_console::char_command...
2001-01-28 cgfThroughout, change 'cygwin_shared.mount' to 'mount_table'.
2001-01-17 cgf* autoload.cc (LoadDLLinitfunc): Remove debugging state...
2001-01-08 cgf* pinfo.cc (codepage_init): Move function.
2001-01-03 cgf* fhandler_console.cc (fhandler_console::read): Restore...
2000-12-16 cgf* fhandler_console.cc (read): Add support for xterm...
2000-12-15 cgf* fhandler.h (fhandler_console): Add additional argumen...
2000-12-10 cgf* autoload.cc: Autoload CharToOemA.
2000-12-09 cgf* path.cc (normalize_win32_path): Check for explicit...
2000-11-17 cgf* fhandler_console.cc: New member variable `dwBufferSiz...
2000-10-23 cgf* fork.cc (fork): Set sigframe here, since it can pause...
2000-10-21 cgf* fhandler.h (fhandler_console): Remove tcsetpgrp.
2000-10-19 dj* Makefile.in: add miscfuncs.cc
2000-10-12 cgf* errno.cc (seterrno_from_win_error): Fix debugging...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-07 cgfSplit out tty and shared_info stuff into their own...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-30 cgf* fhandler_console.cc: Remove VK_DIVIDE detection.
2000-07-29 cgf* fhandler_console.cc: Add VK_DIVIDE detection. Return...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-07-26 cgf* fhandler_console.cc (fhandler_console::read): Explici...
2000-07-10 cgf* fhandler_console.cc (fhandler_console::read): Unicode...
2000-07-10 cgf* Makefile.in (install): Install textmode.o as well...
2000-07-04 cgf* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM...
2000-04-24 cgf* fhandler_console.cc (fhandler_console::read): Detect...
2000-04-15 cgf* fhandler_console.cc (keytable): Add support for keypa...
2000-03-12 cgf* fhandler.cc (fhandler_base::get_readahead_into_buffer...
2000-03-12 cgf* fhandler_console.cc (fhandler_console::read): Don...
2000-02-26 cgf* exceptions.cc (interruptible): Make a little more...
2000-02-24 cgfFix final round of gcc warnings relating to unused...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision