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 in repository toolchain/ci/newlib.
from 639cb7ec1 newlib: Regenerate all autotools files adds 5aa2be8ac Cygwin: path: Fix path conversion of virtual drive. adds 72175bbd2 Cygwin: clipboard: Make intent of the code clearer. adds acc44e09d Cygwin: pty: Add missing input transfer when switch_to_pcon_i [...] adds e91ea41ef Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background. adds d593c3e17 Cygwin: pty: Fix console mode of non-cygwin apps in background. adds f3d719c69 Cygwin: console: Fix console mode of non-cygwin apps in background. adds 9e4d308cd Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe. adds d9c1aeadd Cygwin: fhandler_pipe::raw_read: minor code cleanup adds 451bbfb9f Cygwin: Document that the pipe_byte option is now set by default adds 90788821b Cygwin: pipe: Restore blocking mode for cygwin process at startup. adds 8d8724ee1 Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps. new 90950758e Cygwin: Use AS_HELP_STRING for --enable-debugging new ff71c3fcd README: configure.in -> configure.ac
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/README | 20 ++--- winsup/configure.ac | 2 +- winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler_clipboard.cc | 4 +- winsup/cygwin/fhandler_pipe.cc | 84 +++++++-------------- winsup/cygwin/fhandler_tty.cc | 133 ++++++++++++++++++++++++++++------ winsup/cygwin/globals.cc | 2 +- winsup/cygwin/include/sys/clipboard.h | 1 + winsup/cygwin/include/sys/cygwin.h | 2 + winsup/cygwin/path.cc | 56 ++++++++------ winsup/cygwin/release/3.3.4 | 5 ++ winsup/cygwin/release/3.4.0 | 4 + winsup/cygwin/spawn.cc | 10 ++- winsup/doc/cygwinenv.xml | 5 +- winsup/doc/new-features.xml | 5 ++ 15 files changed, 219 insertions(+), 117 deletions(-)