This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from d1be0a59d Cygwin: winpids: Fix getting process multiple times new 9fd429e6a Cygwin: Bump DLL version to 3.1 new 5955da96e Cygwin: FIFO: stop using overlapped I/O new 48d4cce3b Cygwin: FIFO: allow multiple writers new c75e077f9 Cygwin: FIFO: add a spinlock new c6e221c03 Cygwin: FIFO: improve EOF detection new 035bf7dc8 Cygwin: FIFO: update clone and dup new e02a0f729 Cygwin: FIFO: update fixup_after_fork new 1aa438a94 Cygwin: FIFO: update set_close_on_exec new ee394c311 Cygwin: FIFO: update select new 40db74128 Cygwin: FIFO: avoid crashes when cloning a client new a137da74b Cygwin: FIFO: add support for the duplex case
The 11 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 | 63 ++- winsup/cygwin/fhandler_fifo.cc | 787 ++++++++++++++++++++++++++++----- winsup/cygwin/include/cygwin/version.h | 4 +- winsup/cygwin/select.cc | 161 ++++++- winsup/cygwin/select.h | 7 + 5 files changed, 882 insertions(+), 140 deletions(-)