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-release-arm_eabi-coremark-O3 in repository toolchain/ci/newlib.
from 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. adds 90950758e Cygwin: Use AS_HELP_STRING for --enable-debugging adds ff71c3fcd README: configure.in -> configure.ac adds 720234b78 Cygwin: pty: Fix conditions for input transfer. adds 0795f704f Cygwin: pty: Fix conditions for input transfer again. adds 80f4b7d54 Cygwin: pty: Fix input switching failure. adds f4a26ecec Cygwin: Conditionally build documentation adds 332874079 cygwin: Add cocom and patch to build prerequisites in FAQ
No new revisions were added by this update.
Summary of changes: newlib/README | 20 +++--- winsup/Makefile.am | 6 +- winsup/configure.ac | 27 +++++++- winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.h | 2 +- winsup/cygwin/fhandler_pipe.cc | 84 ++++++++---------------- winsup/cygwin/fhandler_tty.cc | 128 +++++++++++++++++++++++++------------ winsup/cygwin/globals.cc | 2 +- winsup/cygwin/include/sys/cygwin.h | 2 + winsup/cygwin/release/3.4.0 | 4 ++ winsup/cygwin/spawn.cc | 3 + winsup/cygwin/tty.cc | 3 +- winsup/doc/Makefile.am | 2 +- winsup/doc/cygwinenv.xml | 5 +- winsup/doc/faq-programming.xml | 24 ++++--- winsup/doc/new-features.xml | 5 ++ 16 files changed, 195 insertions(+), 125 deletions(-)