This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm_eabi-coremark-O3 in repository toolchain/ci/newlib.
from 182ba1f02 Cygwin: simplify linkat with AT_EMPTY_PATH adds 919dea66d Cygwin: pty: Fix a race issue in startup of pseudo console. adds 5cf99d2f6 Cygwin: console: Fix restoring console mode failure. adds 1debd4d63 Regenerate lib/posix/Makefile.in adds 582628d55 Revert "Cygwin: Make sure newer apps get uname_x even when lo [...] adds 4e16e575d Cygwin: pty: Discard input already accepted on interrupt. adds b92a6303f Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK. adds abc8acb6a Cygwin: update release notes for 3.2.0 adds 07e2ce9f5 Cygwin: update release notes for 3.2.0, part 2 adds 850b5a9aa Cygwin: pty: Attach to stub process when non-cygwin app inher [...] adds a9ff2cad6 Cygwin: update release notes for 3.2.0 adds 12325677f Cygwin: pty: Transfer input for native app only if the stdin [...] adds 1eaa9b08a Cygwin: update release notes for 3.2.0, part 4 adds 11ae6943e Cygwin: update release notes for 3.2.0, part 5 adds d10d0d9b0 Cygwin: pty: Transfer input only if the stdin is a pty. adds ef05e8bda Cygwin: pty: Rename input/output named pipes. adds 2533912fc Cygwin: Allow executing Windows Store's "app execution aliases" adds 0631c6644 Cygwin: Treat Windows Store's "app execution aliases" as symb [...] adds f57888323 Cygwin: add "app execution aliases" treatment to release notes adds 80cda9bbd Cygwin: bump DLL version to 3.2.1
No new revisions were added by this update.
Summary of changes: newlib/libc/posix/Makefile.in | 19 ++++++-- winsup/cygwin/fhandler.h | 3 ++ winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 5 +- winsup/cygwin/fhandler_tty.cc | 83 +++++++++++++++++++++++++--------- winsup/cygwin/include/cygwin/version.h | 5 +- winsup/cygwin/path.cc | 40 ++++++++++++++++ winsup/cygwin/release/3.2.0 | 39 +++++++++++++++- winsup/cygwin/spawn.cc | 30 +++++++++--- winsup/cygwin/tty.cc | 1 + winsup/cygwin/tty.h | 1 + winsup/cygwin/uname.cc | 7 --- winsup/doc/new-features.xml | 50 +++++++++++++++++++- 13 files changed, 239 insertions(+), 46 deletions(-)