This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 1e6c561d4 Implement reduced code size "tiny" printf and puts new b63843ed5 Cygwin: FIFO: rename client[] to fc_handler[] new 528169992 Cygwin: FIFO: hit_eof: add a call to fifo_client_lock new 164378951 Cygwin: FIFO: remember the type of the fhandler new 0c72e766e Cygwin: FIFO: fix a thinko in listen_client_thread new 513f050cb Cygwin: FIFO: fix the error checking in raw_read new 10bf30beb Cygwin: check for STATUS_PENDING in fhandler_base::raw_read new d243b3c70 Cygwin: FIFO: code simplification: don't overload get_handle new 3ef03376c Cygwin: FIFO: fix fifo_client_handler::close new 6b20be094 Cygwin: FIFO: fix the use of the read_ready event new c5bc7a806 Cygwin: FIFO: use a retry loop when opening a writer new 7b28776d3 Cygwin: FIFO: fix clone new a7d08b3ec Cygwin: FIFO: start the listen_client thread when duping a reader new bb4662787 Cygwin: FIFO: improve raw_write new 2b4cf7622 Cygwin: FIFO: fix and simplify listen_client_thread
The 14 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.cc | 14 +- winsup/cygwin/fhandler.h | 43 +-- winsup/cygwin/fhandler_fifo.cc | 579 +++++++++++++++++++++-------------------- winsup/cygwin/ntdll.h | 4 +- winsup/cygwin/select.cc | 4 +- 5 files changed, 343 insertions(+), 301 deletions(-)