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-O2_LTO in repository toolchain/ci/newlib.
from fff00f776 Cygwin: bump API minor and set DLL version to 3.3.0 adds 582c7f966 Cygwin: getaddrinfo: return valid ai_socktype and ai_protocol values adds 26d6595f5 Cygwin: add release msg for previous getaddrinfo patch adds 66eefa25f Cygwin: Rename WSYM_sysfile to WSYM_default adds 38965159d Cygwin: Add winsymlinks:sys new 2b50ec0cd libc: Added implementation for sig2str/str2sig. new cf9a51371 Cygwin: clarify importance of new GNU-specifc API new 5970bbded Cygwin: export new sig2str/str2sig new 15c53a34b libc: Fix compilation for new sig2str/str2sig implementation
The 4 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/net.cc | 52 ++++++- winsup/cygwin/path.cc | 9 +- winsup/cygwin/release/3.3.0 | 12 +- winsup/doc/cygwinenv.xml | 20 ++- winsup/doc/new-features.xml | 10 +- winsup/doc/pathnames.xml | 29 ++-- winsup/doc/posix.xml | 2 + 15 files changed, 456 insertions(+), 30 deletions(-) create mode 100644 newlib/libc/signal/sig2str.c