]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
authorChristopher Faylor <me@cgf.cx>
Sun, 29 Jul 2012 19:18:05 +0000 (19:18 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 29 Jul 2012 19:18:05 +0000 (19:18 +0000)
commit7ea2ecec23fb3614b490d729cc834617b2dadc78
treeb635daa2c60e481e49e4d1b26bd2e56a72e371cd
parenta2b7f569715640f97f6761f2cf49b455ef71fb29
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
handling to print non-printable characters using hex notation.
* smallprint.cc (__small_vsprintf): Semi-reimplement printing of non-printable
characters in hex but only when padding is specified.
* dcrt0.cc (dll_crt0_0): Remove tty_list initialization.
* shared.cc (memory_init): Initialize tty_list here.
* path.cc (path_conv::check): Remove unneeded parentheses from if check.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/path.cc
winsup/cygwin/shared.cc
This page took 0.030228 seconds and 5 git commands to generate.