This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix in repository newlib.
from 5018f849a Cygwin: AF_UNIX: SCM_RIGHTS: support fifo descriptors new 33895c267 Regenerate lib/posix/Makefile.in new fd07cbe4b Revert "Cygwin: Make sure newer apps get uname_x even when lo [...] new 08014298f Cygwin: pty: Discard input already accepted on interrupt. new f380be94e Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK. new 795b0185c Cygwin: update release notes for 3.2.0 new 84cd2c0f2 Cygwin: update release notes for 3.2.0, part 2 new 0e57ae089 Cygwin: pty: Attach to stub process when non-cygwin app inher [...] new 6744bb8fc Cygwin: update release notes for 3.2.0 new 7a2bde19b Cygwin: pty: Transfer input for native app only if the stdin [...] new acf9f4e3b Cygwin: update release notes for 3.2.0, part 4 new f388dbe23 Cygwin: update release notes for 3.2.0, part 5 new 05b0001f4 Cygwin: pty: Transfer input only if the stdin is a pty. new 829620f92 Cygwin: pty: Rename input/output named pipes. new e6d10783d Cygwin: Allow executing Windows Store's "app execution aliases" new 6183ff9dd Cygwin: Treat Windows Store's "app execution aliases" as symb [...] new d17818a71 Cygwin: add "app execution aliases" treatment to release notes new 3a39f2cb6 Cygwin: bump DLL version to 3.2.1
The 17 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/posix/Makefile.in | 19 ++++++++-- winsup/cygwin/fhandler.h | 2 + winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 5 ++- winsup/cygwin/fhandler_tty.cc | 67 +++++++++++++++++++++++++--------- winsup/cygwin/include/cygwin/version.h | 5 +-- winsup/cygwin/path.cc | 40 ++++++++++++++++++++ winsup/cygwin/release/3.2.0 | 39 +++++++++++++++++++- winsup/cygwin/spawn.cc | 16 +++++++- winsup/cygwin/tty.cc | 1 + winsup/cygwin/tty.h | 1 + winsup/cygwin/uname.cc | 7 ---- winsup/doc/new-features.xml | 50 ++++++++++++++++++++++++- 13 files changed, 216 insertions(+), 38 deletions(-)