This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/shared_arch_headers in repository newlib.
discards de6ffe470 Cygwin: fix fenv.h includes discards 797a9278b Cygwin: don't export _feinitialise from newlib discards 7803e212a fenv: drop Cygwin-specific implementation in favor of newlib code discards c06e30d3d fenv: move shared x86 fenv.c to libm/machine/shared_x86 discards a0d06f6c5 fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 discards 718f39554 fenv: add missing declarations to x86 fenv.h discards e8e95bf64 configure.host: define shared ix86 and x86_64 directory discards 3835c015d Add build mechanism to share common header files between machines adds 80cda9bbd Cygwin: bump DLL version to 3.2.1 adds fdda29fb5 Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat. adds ba2fbfec9 Cygwin: pty: Use find_exec() rather than path_conv::check(). adds 8bb5161fe Cygwin: pty: Use atexit() instead of hooking exit() for GDB. adds caa78917b Cygwin: select: don't set ready for exception on socket shutdown adds ef95c0352 Cygwin: select: Fix FD_CLOSE handling new 31397574c Add build mechanism to share common header files between machines new 7bd201566 configure.host: define shared ix86 and x86_64 directory new c5c8e71a1 fenv: add missing declarations to x86 fenv.h new 42fd64b28 fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 new 572fdaa41 fenv: move shared x86 fenv.c to libm/machine/shared_x86 new cf8c783cc fenv: drop Cygwin-specific implementation in favor of newlib code new 35e69525a Cygwin: don't export _feinitialise from newlib new 7725d2ad7 Cygwin: fix fenv.h includes new 6005ed21c fenv: fix up stub file comment, drop symlinks from description
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 (de6ffe470) \ N -- N -- N refs/heads/topic/shared_arch_headers (6005ed21c)
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 9 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/configure.host | 3 + newlib/libm/fenv/fenv_stub.c | 20 +- winsup/cygwin/fhandler.h | 32 +-- winsup/cygwin/fhandler_socket_inet.cc | 26 +- winsup/cygwin/fhandler_tty.cc | 470 +++++++++++++++++---------------- winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/select.cc | 36 ++- winsup/cygwin/spawn.cc | 24 +- winsup/cygwin/tty.cc | 6 +- winsup/cygwin/tty.h | 18 +- 10 files changed, 334 insertions(+), 303 deletions(-)