aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/select.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+5
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-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-5/+5
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor1-0/+5
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-48/+29
2000-08-04* select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor1-0/+3
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-3/+3
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor1-2/+3
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-3/+3
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2
2000-06-20* select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor1-0/+2
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor1-0/+6
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-0/+1
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor1-3/+28
2000-04-11Add a debugging line.Christopher Faylor1-0/+1
2000-04-03* fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor1-4/+3
2000-03-30* fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor1-1/+0
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-1/+2
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor1-10/+14
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor1-1/+1
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-6/+5
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1380