aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+6
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-18* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of currentCorinna Vinschen1-0/+6
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-1/+3
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-42/+42
2000-08-04* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor1-2/+3
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-2/+2
2000-07-29* environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor1-1/+1
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+1
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor1-3/+3
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+0
2000-06-26* hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor1-1/+1
2000-06-26* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor1-1/+7
2000-05-03 * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen1-0/+3
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-3/+4
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-2/+0
2000-02-24* hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor1-3/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+603