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 in repository toolchain/ci/newlib.
from a92d69d74 Cygwin: sigproc: Do not send signal to myself if exiting. adds f03222f24 Cygwin: fhandler_netdrive: improve debug output adds d54d8f173 Cygwin: pthread_kill: check for invalid signal number adds 24bffff63 Cygwin: raise: fix check for multithreaded process adds afb7c557d Cygwin: raise: align return value and error checking to Linux adds 1fda4aebd Cygwin: add release message for raise fix adds 68faeef4b ldtoa: don't restrict outbuf size to ndigits adds a496c9cdf Cygwin: sigproc: Fix potential race issue regarding exit_state. adds e84b43ea9 Cygwin: Fix release note 3.3.3. new 6d34b62cb Cygwin: fhandler_pipe::raw_read: fix handle leak new 4f47e64b1 Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDING
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/stdlib/ldtoa.c | 35 +++++++++++++------ winsup/cygwin/autoload.cc | 1 + winsup/cygwin/fhandler_fifo.cc | 70 +++++++++++++++++++++++++------------- winsup/cygwin/fhandler_netdrive.cc | 41 +++++++++++++++++++--- winsup/cygwin/fhandler_pipe.cc | 16 +++++---- winsup/cygwin/release/3.3.3 | 10 +++--- winsup/cygwin/signal.cc | 9 +++-- winsup/cygwin/sigproc.cc | 14 ++++---- winsup/cygwin/thread.cc | 4 +++ 9 files changed, 142 insertions(+), 58 deletions(-)