OSDN Git Service

* fhandler.h (fhandler_tty_slave): Declare new methods.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler_tty.cc
2001-03-18 duda* fhandler.h (fhandler_tty_slave): Declare new methods.
2001-03-17 cgffix spelling error.
2001-03-12 duda* fhandler.h (fhandler_termios::fixup_after_exec):...
2001-03-11 cgf* autoload.cc (noload): Use proper method for multiline...
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-03-04 duda* fhandler.h (class fhandler_tty_common): New mutex...
2000-10-17 cgf* debug.cc (add_handle): Issue warning on attempts...
2000-09-18 cgf* fhandler_tty.cc (fhandler_tty_slave::write): Correct...
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-07 cgf* exceptions.cc (signal_exit): Reset all mutos owned...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-29 cgf* signal.cc (_raise): New function.
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 cgfCorrect order in include files.
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-03 cgf* fhandler_tty.cc (fhandler_pty_master::process_slave_o...
2000-08-02 cgf* strace.cc (strace::prntf): Make second argument the...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-05-12 cgf* Makefile.in (DLL_OFILES): Sort.
2000-03-15 cgfPipe changes throughout suggested by Eric Fifer <EFifer...
2000-03-12 cgf* fhandler.cc (fhandler_base::get_readahead_into_buffer...
2000-03-12 cgf* fhandler_console.cc (fhandler_console::read): Don...
2000-03-09 cgf* environ.cc: Eliminate oldstack CYGWIN option.
2000-03-07 cgfThroughout use strace class in place of individual...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision