This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT in repository toolchain/ci/newlib.
from 26d6595f5 Cygwin: add release msg for previous getaddrinfo patch adds 66eefa25f Cygwin: Rename WSYM_sysfile to WSYM_default adds 38965159d Cygwin: Add winsymlinks:sys adds 2b50ec0cd libc: Added implementation for sig2str/str2sig. adds cf9a51371 Cygwin: clarify importance of new GNU-specifc API adds 5970bbded Cygwin: export new sig2str/str2sig adds 15c53a34b libc: Fix compilation for new sig2str/str2sig implementation new 99a4b087d Cygwin: Make gmondump conform to its doc + adjust doc new 94ead7b76 Cygwin: More profiler format + small issue fixes
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: newlib/libc/include/sys/signal.h | 17 +++ newlib/libc/signal/Makefile.am | 4 +- newlib/libc/signal/Makefile.in | 14 +- newlib/libc/signal/sig2str.c | 302 +++++++++++++++++++++++++++++++++++++++ newlib/libc/signal/signal.tex | 4 + winsup/cygwin/common.din | 2 + winsup/cygwin/environ.cc | 2 + winsup/cygwin/globals.cc | 7 +- winsup/cygwin/path.cc | 9 +- winsup/cygwin/release/3.3.0 | 8 +- winsup/doc/cygwinenv.xml | 20 ++- winsup/doc/new-features.xml | 10 +- winsup/doc/pathnames.xml | 29 ++-- winsup/doc/posix.xml | 2 + winsup/doc/utils.xml | 7 +- winsup/utils/gmondump.c | 12 ++ winsup/utils/profiler.cc | 60 +++----- 17 files changed, 438 insertions(+), 71 deletions(-) create mode 100644 newlib/libc/signal/sig2str.c