This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix in repository newlib.
from 0ee48565f Cygwin: AF_UNIX: recvmsg: check for shutdown new 73e7ca5c8 libc/time: Move internal newlib tz-structs into own header new 5accf1be0 Cygwin: Stop using c++wrap for MinGW-compiled utilities new d37c87d88 Cygwin: Remove ccwrap new 0f6a76a83 Cygwin: Remove --with-windows-{libs,headers} new 90e3a9374 Cygwin: Use aclocal option --system-acdir rather than --acdir new 533c9b05b Cygwin: AF_UNIX: sendmsg: call grab_admin_pkt new 58205dc37 Cygwin: AF_UNIX: move the definition of class af_unix_pkt_hdr_t new 721814a4c Cygwin: AF_UNIX: make some methods public new 84f97738a Cygwin: set_bits: extend socket code to all sockets new 7c0424710 Cygwin: AF_UNIX: select: first cut
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: newlib/libc/include/sys/_tz_structs.h | 24 +++ newlib/libc/include/time.h | 20 --- newlib/libc/sys/linux/include/time.h | 20 --- newlib/libc/sys/phoenix/include/time.h | 17 -- newlib/libc/time/local.h | 1 + winsup/Makefile.common | 4 +- winsup/acinclude.m4 | 53 +----- winsup/c++wrap | 6 - winsup/ccwrap | 56 ------ winsup/configure | 64 +------ winsup/configure.ac | 5 - winsup/configure.cygwin | 10 -- winsup/cygserver/Makefile.in | 9 +- winsup/cygserver/aclocal.m4 | 53 +----- winsup/cygserver/autogen.sh | 2 +- winsup/cygserver/configure | 69 +------- winsup/cygserver/configure.ac | 6 - winsup/cygwin/Makefile.in | 17 +- winsup/cygwin/aclocal.m4 | 53 +----- winsup/cygwin/autogen.sh | 2 +- winsup/cygwin/configure | 68 +------- winsup/cygwin/configure.ac | 5 - winsup/cygwin/fhandler.h | 56 ++++-- winsup/cygwin/fhandler_socket_unix.cc | 26 +-- winsup/cygwin/gentls_offsets | 2 +- winsup/cygwin/select.cc | 286 ++++++++++++++++++++++++++++--- winsup/cygwin/select.h | 16 ++ winsup/cygwin/tzcode/localtime_wrapper.c | 1 + winsup/utils/Makefile.in | 21 +-- winsup/utils/aclocal.m4 | 53 +----- winsup/utils/autogen.sh | 2 +- winsup/utils/configure | 66 +------ winsup/utils/configure.ac | 3 - 33 files changed, 409 insertions(+), 687 deletions(-) create mode 100644 newlib/libc/include/sys/_tz_structs.h delete mode 100755 winsup/c++wrap delete mode 100755 winsup/ccwrap