OSDN Git Service

* fhandler.h (fhandler_tty_slave): Declare new methods.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / select.cc
2001-03-18 duda* fhandler.h (fhandler_tty_slave): Declare new methods.
2001-03-18 cgfUpdate copyrights.
2001-03-02 cgf* select.cc (peek_console): Don't report read_ready...
2001-01-17 cgf* autoload.cc (LoadDLLinitfunc): Remove debugging state...
2000-12-16 cgf* fhandler_console.cc (read): Add support for xterm...
2000-11-09 cgf* select.cc (peek_pipe): Deal with pending newline...
2000-09-08 cgf* sigproc.h (sigframe::set): Eliminate second argument...
2000-09-07 cgfSplit out tty and shared_info stuff into their own...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-24 cgf* select.cc (cygwin_select): Correct logic for "always_...
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-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-10 cgf* winsup.h: Change strchr inline for strange gcc problem.
2000-08-09 cgf* select.cc (allocfd_set): Zero allocated fd_set.
2000-08-04 cgf* select.cc (fhandler_console::select_read): Call set_c...
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* include/cygwin/version.h: Bump DLL minor version...
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-06-20 cgf* select.cc (socket_cleanup): Shutdown I/O on dummy...
2000-05-18 cgf* select.cc (thread_pipe): Add paranoid check to ensure...
2000-05-17 cgf* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-05-13 cgf* dcrt0.cc (build_argv): Remove unneeded variable.
2000-04-11 cgfAdd a debugging line.
2000-04-03 cgf* fhandler.h (select_stuff): Eliminate use of 'total'.
2000-03-30 cgf* fhandler.h (select_record): Explicitly zero elements...
2000-03-15 cgfPipe changes throughout suggested by Eric Fifer <EFifer...
2000-03-12 cgf* fhandler.cc (fhandler_base::get_readahead_into_buffer...
2000-02-23 cgfRespond to more g++ warnings relating to initializing...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision