This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b07b5829f Cygwin: Add console fix regarding Ctrl-Z etc. to release notes. new 9a7e6073d Cygwin: pty: Reflect tty settings to pseudo console mode. new 1c70319bd Cygwin: pty: Make tty setting NOFLSH work. new 9677efcf0 Cygwin: pty: Make FLUSHO and Ctrl-O work. new b56a37143 Cygwin: console: Add support for FLUSHO and Ctrl-O.
The 4 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.h | 1 + winsup/cygwin/fhandler_console.cc | 11 ++++++++++ winsup/cygwin/fhandler_termios.cc | 3 ++- winsup/cygwin/fhandler_tty.cc | 44 +++++++++++++++++++++++++++++++++------ winsup/cygwin/select.cc | 5 +++++ winsup/cygwin/tty.cc | 1 + winsup/cygwin/tty.h | 1 + 7 files changed, 59 insertions(+), 7 deletions(-)