This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_4-branch in repository newlib.
from 97a975dac Cygwin: let feraiseexcept actually raise an exception new 6461906be Cygwin: random: make random(3) functions thread-safe new ea980c5d4 Cygwin: random: drop unused function srandomdev() new 35bb10c89 Add release text for random(3) fix new 721b5e05b Fix profiler error() definition and usage new 8d5043b32 Cygwin: rand(3): implement in terms of random(3) new 4a7cc5af0 newlib: nl_langinfo: Fix a bug of time stuff. new 8e009dce7 Cygwin: posix_fallocate: return ENODEV new 89a1e4a57 Cygwin: open(2): reset sparseness on O_TRUNCated files new 3b617528e Cygwin: bump DLL version to 3.4.11 new 736e7c709 Cygwin: Add '--names-only' flag to cygcheck
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/locale/nl_langinfo.c | 8 +-- winsup/cygwin/fhandler/base.cc | 11 +++- winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/random.cc | 91 +++++++++++++++++----------------- winsup/cygwin/release/3.4.10 | 15 ++++++ winsup/cygwin/syscalls.cc | 4 ++ winsup/doc/utils.xml | 11 ++-- winsup/utils/gmondump.c | 8 +-- winsup/utils/mingw/cygcheck.cc | 18 +++++-- winsup/utils/mingw/dump_setup.cc | 17 ++++--- winsup/utils/profiler.cc | 46 +++++++++-------- 11 files changed, 139 insertions(+), 92 deletions(-)