This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b7520b14d Add global stdio streams support for reent small. new d87ef0dac Cygwin: ntdll.h: add definitions required for pipe-based AF_UNIX new 1949db782 Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as [...] new 488221cf5 Cygwin: small_s[w]printf: add '_' modifier to print lower cas [...] new 7d260cfac Cygwin: add transform_chars_af_unix helper new 97b7aaaeb Cygwin: fhandler_socket_unix: implement socket, bind, and close
The 5 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.h | 18 ++ winsup/cygwin/fhandler_socket_unix.cc | 571 ++++++++++++++++++++++++++++------ winsup/cygwin/miscfuncs.h | 2 + winsup/cygwin/ntdll.h | 53 +++- winsup/cygwin/path.cc | 5 +- winsup/cygwin/smallprint.cc | 120 ++++--- winsup/cygwin/strfuncs.cc | 13 +- 7 files changed, 639 insertions(+), 143 deletions(-)