libc/winsup/cygwin/ChangeLog

33 lines
1.0 KiB
Plaintext
Raw Normal View History

2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler.h (fhandler_base::is_tty): Make bool.
(fhandler_serial::is_tty): Ditto.
(fhandler_termios::is_tty): Ditto.
(fhandler_base::is_slow): Return bool value.
(fhandler_socket::is_slow): Ditto.
(fhandler_serial::is_slow): Ditto.
(fhandler_console::is_slow): Ditto.
(fhandler_tty_common::is_slow): Ditto.
(fhandler_tty_master::is_slow): Ditto.
(fhandler_dev_null::is_slow): Ditto.
2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to
allow for (at least) null terminating byte for "/dev/console".
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
* tty.cc: Update copyright.
* pipe.cc: Ditto.
2008-01-01 Christopher Faylor <me+cygwin@cgf.cx>
* newsym: First stab at understanding data as well as functions.
* pipe.cc (fhandler_pipe::init): Move more intelligence here.
(fhandler_pipe::create): Simplify based on above change.
* tty.cc (tty_list::allocate): Remove non-NT code.