libc/winsup/cygwin/ChangeLog

20 lines
582 B
Plaintext
Raw Normal View History

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.