This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
from 0d1201567 Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles. new f79a46112 Cygwin: pipe: Use read pipe handle for select() on write pipe. new e4e453797 Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.h | 18 ++++++- winsup/cygwin/fhandler_fifo.cc | 28 +++++++--- winsup/cygwin/fhandler_pipe.cc | 120 +++++++++++++++++++++++++++++------------ winsup/cygwin/select.cc | 52 +++++++++++++++--- winsup/cygwin/spawn.cc | 11 ++++ 5 files changed, 180 insertions(+), 49 deletions(-)