This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/posix_spawn in repository newlib.
discards 2589cbaf7 Cygwin: add pgroup support to posix_spawn fast path discards 5e5e50524 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] discards b0645a576 Cygwin: add fast-path for posix_spawn(p) discards fd911b58f Cygwin: hook posix_spawn/posix_spawnp discards 76d85013a Cygwin: add ability to pass cwd to child process discards f13127def Cygwin: allow redirecting stderr in ch_spawn adds bd409f3c1 amdgcn, libm: fix vector ilogb bugs (bug 33272) adds 7b5fb35e3 Cygwin: pty: Fix FLUSHO handling adds 3a03874f7 Cygwin: Note Ctrl-O (FLUSHO) fix to release note adds 8a5d39527 Cygwin: lock cygheap during fork new 1dabba3ed Cygwin: allow redirecting stderr in ch_spawn new 5ca186fd9 Cygwin: add ability to pass cwd to child process new b97aecf2b Cygwin: hook posix_spawn/posix_spawnp new 9dd807043 Cygwin: add fast-path for posix_spawn(p) new 9a62bd63e Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] new 0802d9184 Cygwin: add pgroup support to posix_spawn fast path
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 (2589cbaf7) \ N -- N -- N refs/heads/topic/posix_spawn (0802d9184)
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 6 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/libm/machine/amdgcn/amdgcn_veclib.h | 10 +++- newlib/libm/machine/amdgcn/v64df_fmod.c | 95 +++++++++++++++--------------- newlib/libm/machine/amdgcn/v64df_ilogb.c | 22 +++---- newlib/libm/machine/amdgcn/v64sf_fmod.c | 58 ++++++++---------- newlib/libm/machine/amdgcn/v64sf_ilogb.c | 11 ++-- winsup/cygwin/fhandler/pty.cc | 6 +- winsup/cygwin/fork.cc | 7 ++- winsup/cygwin/local_includes/fhandler.h | 1 - winsup/cygwin/local_includes/tty.h | 1 - winsup/cygwin/release/3.6.5 | 7 +++ winsup/cygwin/select.cc | 16 +++-- winsup/cygwin/tty.cc | 1 - 12 files changed, 124 insertions(+), 111 deletions(-)