This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from e6e6622 Fix copy/paste buglet in comment new bbf6993 Move getentropy/getrandom into own file new abfcf32 Move string functions from miscfunc.cc to strfuncs.cc new e2ab9b7 Don't assert on sum of iov_len overflowing an ssize_t new 946cd7d check_iovec: Change test to be more robust against invalid io [...] new 19f9a97 miscfuncs.cc: Drop unneeded includes and unused global variable
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/Makefile.in | 1 + winsup/cygwin/libc/getentropy.cc | 70 ++++++++++ winsup/cygwin/miscfuncs.cc | 269 +-------------------------------------- winsup/cygwin/strfuncs.cc | 193 ++++++++++++++++++++++++++++ 4 files changed, 268 insertions(+), 265 deletions(-) create mode 100644 winsup/cygwin/libc/getentropy.cc