Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f0015a183..5e2643ca7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2002-12-19 Steve Osborn <bub@io.com>
+
+ * fhandler.h (line_edit_status): Add a new element.
+ * fhandler_termios.cc (fhandler_termios::line_edit): After
+ accept_input, handle both potential error condition and pipe full
+ conditions.
+ * fhandler_tty.cc (fhandler_pty_master::accept_input): Return -1 on
+ error.
+ (fhandler_pty_master::write): Handle pipe full condition.
+
2002-12-16 Steve Osborn <bub@io.com>
Christopher Faylor <cgf@redhat.com>