diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 648c038f1..a7d23206c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2002-12-20 Christopher Faylor <cgf@redhat.com> + + * fhandler.h (line_edit_status): Reorganize so that tests for error + condition can be < or >. + * fhandler_tty.cc (fhandler_pty_master::write): Don't return after + sending a signal. + + * fhandler_termios.cc (fhandler_termios::line_edit): Trivial change to + use built-in bool types. + 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org> * localtime.cc (tzsetwall): Set lcl_is_set and lcl_TZname |