newlib/winsup
Christopher Faylor 35f879a6d0 * fhandler.h (fhandler_pipe::hit_eof): New method.
(writepipe_exists): New class element.
(orig_pid): Ditto.
(id): Ditto.
(is_slow): Eliminate.
* pipe.cc (fhandler_pipe::set_close_on_exec): Set inheritance on
writepipe_exists, if it exists.
(fhandler_pipe::hit_eof): New method, modelled after tty.
(fhandler_pipe::dup): Duplicate writepipe_exists, if it exists.
(make_pipe): Set up a dummy event for pipes on windows 9x.  The nonexistence
of this event means that the write side of the pipe has closed.
(_dup): Move to syscalls.cc
(_dup2): Ditto.

* dtable.cc (dtable::build_fhandler): Fill out set_names here, if appropriate.
* syscalls.cc (_open): Call set_names in build_fhandler.
2001-09-24 21:50:44 +00:00
..
bz2lib
cygwin * fhandler.h (fhandler_pipe::hit_eof): New method. 2001-09-24 21:50:44 +00:00
doc expand entry "How can I get bash filename completion to be case insensitive?" 2001-09-23 11:19:13 +00:00
mingw 2001-09-19 Earnie Boyd <earnie@SF.net> 2001-09-19 15:37:19 +00:00
subauth * Makefile.in: Use 'rm -f' when cleaning. 2001-05-20 04:25:02 +00:00
testsuite * libltp/lib/get_high_address.c (get_high_address): Get inaccessible 2001-09-20 15:44:41 +00:00
utils * Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not 2001-09-22 00:40:37 +00:00
w32api 2001-09-18 Danny Smith <dannysmith@users.sourceforge.net> 2001-09-19 23:56:12 +00:00
ChangeLog * Makefile.common: Change method for finding current directory. 2001-05-15 05:11:55 +00:00
configure * configure.in: Fix typo. 2001-05-05 04:18:16 +00:00
configure.in * configure.in: Fix typo. 2001-05-05 04:18:16 +00:00
CYGWIN_LICENSE
MAINTAINERS
Makefile.common * Makefile.common: Change method for finding current directory. 2001-05-15 05:11:55 +00:00
Makefile.in