This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/fifo in repository newlib.
from d2e0b65a7 Cygwin: serial: fix GCC warning adds 4a36897af Cygwin: symlinks: support WSL symlinks new bde67ff60 Cygwin: FIFO: cosmetic change new 31d5fb0e7 Cygwin: FIFO: simplify the fifo_client_handler structure new 33be8f885 Cygwin: honor the flags argument in fhandler_fifo::dup new ce8f3e433 Cygwin: FIFO: change the handling of the read_ready event new 406ae5aee Cygwin: FIFO: use a cygthread for listening instead of a home [...] new 2f379a6ed Cygwin: FIFO: add shared memory new 26f516551 Cygwin: FIFO: keep track of the number of readers new b46546809 Cygwin: FIFO: introduce a new type, fifo_reader_id_t new f5cf220eb Cygwin: indentation change new c35bdd58c Cygwin: FIFO: designate one reader as owner
The 10 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 | 104 ++++-- winsup/cygwin/fhandler_fifo.cc | 791 ++++++++++++++++++++++------------------- winsup/cygwin/path.cc | 73 ++++ winsup/cygwin/release/3.1.5 | 6 + winsup/cygwin/select.cc | 9 + winsup/doc/new-features.xml | 4 + 6 files changed, 591 insertions(+), 396 deletions(-)