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 b245ca135 Cygwin: pipes: nt_create: set read handle to NULL in error case discards da0bb364b Cygwin: pipes: call nt_create with handle references discards 3c17e7787 Cygwin: pipes: workaround unrelibale system info discards 4f47d0449 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes discards fbe6ba329 Cygwin: pipes: create pipes with synchronization enabled discards 64c56cd08 Cygwin: pipes: use NtClose when file has been opened with an [...] discards 6b492f7a7 Cygwin: pipes: always close read side pipe handle in error case discards 4279c2a2c Cygwin: pipes: fix a bug in raw_write discards cc34f9975 Cygwin: move get_obj_handle_count() to miscfuncs.cc discards e45207139 Cygwin: _pipe: add a comment discards 952f32324 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" discards 9260ffaae Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" discards c35db324e Cygwin: fhandler_pipe.cc:nt_select: fix flags again discards a62f4d128 Cygwin: fhandler_pipe.cc:nt_select: fix flags discards 037b3d0e7 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." discards 9e96a27e6 Cygwin: pipe: Revert to create() rather than nt_create(). discards 027432210 Cygwin: select: Improve select/poll response. discards 5fdce0c80 Cygwin: add fhandler_base::npfs_handle discards fb4165d26 Cygwin: remove the fhandler_base_overlapped class discards a6a90bb7e Cygwin: fhandler_pipe: fix permission problem discards 04adb3b96 Cygwin: fhandler_pipe: control blocking mode of the Windows pipe discards 196b40ef3 Cygwin: fhandler_pipe: add raw_read and raw_write discards 7215dbc58 Cygwin: fhandler_pipe: derive from fhandler_base adds d5cc66426 Cygwin: testsuite: avoid "conflicting types" gcc warning adds 6a35ae33f nftw: fix thread cancellation support adds c2fe205b5 strstr: avoid warnings adds 76c2c7a89 ldexp/ldexpf: avoid assembler warning new eeeb5650c Cygwin: fix declaration of RtlInitEmptyUnicodeString new 27ccf5160 Cygwin: fhandler_pipe: derive from fhandler_base new 84c8747f2 Cygwin: fhandler_pipe: add raw_read and raw_write new f4c74329b Cygwin: fhandler_pipe: control blocking mode of the Windows pipe new 296bd3e78 Cygwin: fhandler_pipe: fix permission problem new c2c0ef039 Cygwin: remove the fhandler_base_overlapped class new 9786c9486 Cygwin: add fhandler_base::npfs_handle new 2e36ae2e3 Cygwin: select: Improve select/poll response. new 5220cc900 Cygwin: pipe: Revert to create() rather than nt_create(). new f7b046840 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." new 1af4532e9 Cygwin: fhandler_pipe.cc:nt_select: fix flags new 69a298961 Cygwin: fhandler_pipe.cc:nt_select: fix flags again new ffd336186 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" new e7ae0d6a2 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" new d7edc1c51 Cygwin: _pipe: add a comment new 896c53bd4 Cygwin: move get_obj_handle_count() to miscfuncs.cc new 396f2950c Cygwin: pipes: fix a bug in raw_write new 9009ff81c Cygwin: pipes: always close read side pipe handle in error case new bcbba2ee0 Cygwin: pipes: use NtClose when file has been opened with an [...] new 7bb6d968e Cygwin: pipes: create pipes with synchronization enabled new f6dc31259 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes new db89493fa Cygwin: pipes: workaround unrelibale system info new 7814651a7 Cygwin: pipes: call nt_create with handle references new 8c99ffa4c Cygwin: pipes: nt_create: set read handle to NULL in error case
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 (b245ca135) \ N -- N -- N refs/heads/topic/pipe (8c99ffa4c)
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 24 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: newlib/libc/posix/nftw.c | 4 +++- newlib/libc/string/str-two-way.h | 4 ++-- newlib/libc/string/strstr.c | 10 +++++----- newlib/libm/machine/i386/f_ldexp.S | 2 +- newlib/libm/machine/i386/f_ldexpf.S | 2 +- winsup/cygwin/ntdll.h | 5 +++-- winsup/cygwin/syscalls.cc | 2 +- winsup/testsuite/libltp/include/test.h | 6 +++--- 8 files changed, 19 insertions(+), 16 deletions(-)