This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 7bcab422e Cygwin: fix fhandler_socket_local::fchmod new cc9fe2c71 Cygwin: eliminate unused fhandler method hclose new b79018ee3 Cygwin: encapsulate Winsock based fhandler_socket classes
The 2 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/fhandler.cc | 2 +- winsup/cygwin/fhandler.h | 197 ++++++----- winsup/cygwin/fhandler_socket.cc | 559 ------------------------------ winsup/cygwin/fhandler_socket_inet.cc | 607 +++++++++++++++++++++++++++++++-- winsup/cygwin/fhandler_socket_local.cc | 427 +---------------------- winsup/cygwin/net.cc | 3 +- winsup/cygwin/poll.cc | 6 +- winsup/cygwin/select.cc | 70 +--- 8 files changed, 711 insertions(+), 1160 deletions(-)