diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-05 01:44:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-05 01:44:02 +0000 |
commit | 6e8b4dcdf1e467c51560bcc0b0cd919fabaa24cf (patch) | |
tree | eb45f46830396f533d6ee57c0d40b128030f49f1 /winsup/cygwin/ChangeLog | |
parent | 915d1824f7eae24e2075842af9a7a92a40c450e4 (diff) | |
download | cygnal-6e8b4dcdf1e467c51560bcc0b0cd919fabaa24cf.tar.gz cygnal-6e8b4dcdf1e467c51560bcc0b0cd919fabaa24cf.tar.bz2 cygnal-6e8b4dcdf1e467c51560bcc0b0cd919fabaa24cf.zip |
* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"
test.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7453ead5c..b80506916 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2001-11-04 Christopher Faylor <cgf@redhat.com> + * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken + pipe" test. + +2001-11-04 Christopher Faylor <cgf@redhat.com> + * select.cc: Add more comments throughout. Use bool 'true' where appropriate throughout. (fhandler_socket::select_read): Remove duplicate setting for *_ready |