This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 72865dc2a Revert "localtime define _DIAGASSERT" and followups affecting [...] new d05124dc6 Cygwin: FIFO: minor change - use NtClose new ce23e9764 Cygwin: FIFO: simplify the fifo_client_handler structure new 32dbc3d21 Cygwin: FIFO: change the fifo_client_connect_state enum new 9b2afd78c Cygwin: FIFO: simplify the listen_client_thread code new 25e872736 Cygwin: FIFO: remove the arm method new 624fda1e9 Cygwin: FIFO: honor the flags argument in dup new 13c65c43c Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked new 301454f13 Cygwin: FIFO: fix hit_eof new 9ee8fdf2b Cygwin: FIFO: make opening a writer more robust new 71726ba70 Cygwin: FIFO: use a cygthread instead of a homemade thread new 878eb2246 Cygwin: FIFO: add shared memory new 365818a4a Cygwin: FIFO: keep track of the number of readers new 16e7c1057 Cygwin: FIFO: introduce a new type, fifo_reader_id_t new 606baf556 Cygwin: FIFO: designate one reader as owner new c76ded2ca Cygwin: FIFO: allow fc_handler list to grow dynamically new d9918451e Cygwin: FIFO: add a shared fifo_client_handler list new 39a9cd946 Cygwin: FIFO: take ownership on exec new f35dfff3d Cygwin: FIFO: find a new owner when closing new bf66a56cc Cygwin: FIFO: allow any reader to take ownership new 4811889e0 Cygwin: FIFO: support opening multiple readers new 98dfadec3 Cygwin: FIFO: update commentary
The 21 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 | 208 +++++- winsup/cygwin/fhandler_fifo.cc | 1564 ++++++++++++++++++++++++++++------------ winsup/cygwin/select.cc | 48 +- 3 files changed, 1311 insertions(+), 509 deletions(-)