This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_6-branch in repository newlib.
from 4a442d859 Cygwin: add release note for newgrp(1) fixes new 7c067a550 Cygwin: pty: Fix ESC sequence parsing in pty_master_fwd_thread new 9dfed83bd Cygwin: pty: Allow ST as a termination in pty_master_fwd_thread new 70fbf33dc Cygwin: pty: Make ESC sequence parser in pty_master_fwd_threa [...] new 3c5e6fce0 Cygwin: pty: Fix state initialization in pty_master_fwd_thread new a82ec6938 Cygwin: pty: Add new workaround for rlwrap in pcon enabled mode new 97d254c04 Cygwin: termios: Make is_console_app() return true for unknown new c0c6185bb Cygwin: is_console_app(): do handle errors new a83652b67 Cygwin: is_console_app(): deal with the `.bat`/`.cmd` file ex [...] new f782455c3 Cygwin: path: Implement path_conv::is_app_execution_alias() new 9d17f9fef Cygwin: termios: Change argument of fhandler_termios::spawn_worker() new 6c3d26961 Cygwin: termios: Handle app execution alias in is_console_app() new c4c813092 Cygwin: Add release note for recent pty related fixes
The 12 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: winsup/cygwin/fhandler/pty.cc | 71 ++++++++++++++++++++++++++++++--- winsup/cygwin/fhandler/termios.cc | 37 ++++++++++++----- winsup/cygwin/local_includes/fhandler.h | 2 +- winsup/cygwin/local_includes/path.h | 5 +++ winsup/cygwin/local_includes/wincap.h | 2 + winsup/cygwin/path.cc | 2 +- winsup/cygwin/release/3.6.6 | 7 ++++ winsup/cygwin/spawn.cc | 2 +- winsup/cygwin/wincap.cc | 10 +++++ 9 files changed, 121 insertions(+), 17 deletions(-)