This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 416792d59 newlib: libc: delete crt0.o duplication new 2cab4d0bb Cygwin: pty, console: Refactor the code processing special keys. new 29d8a8300 Cygwin: console: Rearrange set_(in|out)put_mode() calls. new fc2662437 Cygwin: console: Call fix_tab_position() only if having broken tabs.
The 3 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/dtable.cc | 1 + winsup/cygwin/exceptions.cc | 15 +++ winsup/cygwin/fhandler.h | 36 ++++-- winsup/cygwin/fhandler_console.cc | 236 +++++++++++++++++----------------- winsup/cygwin/fhandler_termios.cc | 259 ++++++++++++++++++++++++-------------- winsup/cygwin/fhandler_tty.cc | 55 +++----- winsup/cygwin/select.cc | 4 - winsup/cygwin/spawn.cc | 40 +----- winsup/cygwin/tty.h | 2 +- 9 files changed, 353 insertions(+), 295 deletions(-)