summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.cc
Commit message (Expand)AuthorAgeFilesLines
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-2/+2
* * fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor2000-12-161-0/+4
* * select.cc (peek_pipe): Deal with pending newline in pty_master.Christopher Faylor2000-11-091-5/+16
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-081-1/+1
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-4/+4
* * select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor2000-08-241-2/+3
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+5
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-5/+5
* * winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor2000-08-101-0/+5
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-48/+29
* * select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor2000-08-041-0/+3
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-3/+3
* * fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor2000-07-301-2/+3
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-3/+3
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* * select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor2000-06-201-0/+2
* * select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor2000-05-181-0/+6
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-0/+1
* * dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor2000-05-131-3/+28
* Add a debugging line.Christopher Faylor2000-04-111-0/+1
* * fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor2000-04-031-4/+3
* * fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor2000-03-301-1/+0
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-1/+2
* * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor2000-03-121-10/+14
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-1/+1
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-6/+5
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1380