This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
discards 68c34cc6e Cygwin: add fhandler_base::npfs_handle discards 496c21b6d Cygwin: remove the fhandler_base_overlapped class discards 88a8b6e2a Cygwin: fhandler_pipe: fix permission problem discards 69ff3587d Cygwin: fhandler_pipe: control blocking mode of the Windows pipe discards d9c5e0e7c Cygwin: fhandler_pipe: add raw_read and raw_write discards 1b077d4d4 Cygwin: fhandler_pipe: derive from fhandler_base adds 801120c1f Cygwin: loader script: add DWARF 5 sections new f9c629e2f Cygwin: fhandler_pipe: derive from fhandler_base new cba862f80 Cygwin: fhandler_pipe: add raw_read and raw_write new b9b0fea1b Cygwin: fhandler_pipe: control blocking mode of the Windows pipe new 9cc0046e2 Cygwin: fhandler_pipe: fix permission problem new a9b95a34f Cygwin: remove the fhandler_base_overlapped class new e926c6dfe Cygwin: add fhandler_base::npfs_handle new 08bee3823 Cygwin: select: Improve select/poll response. new 5a7a0d34c Cygwin: pipe: Revert to create() rather than nt_create().
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (68c34cc6e) \ N -- N -- N refs/heads/topic/pipe (5a7a0d34c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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/cygwin.sc.in | 9 +- winsup/cygwin/fhandler_pipe.cc | 192 +++++------------------------------------ winsup/cygwin/select.cc | 32 ++++++- 3 files changed, 56 insertions(+), 177 deletions(-)