aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-13 02:56:36 +0000
committerChristopher Faylor <me@cgf.cx>2003-02-13 02:56:36 +0000
commit939d19b0da0f169f25007513f7afd3eae435f77e (patch)
treec51c958212276195866a9e29c64c6f39444fa7c5 /winsup
parent7a44ba059bef3cea74e2c2005e9c781592840e8e (diff)
downloadnewlib-939d19b0da0f169f25007513f7afd3eae435f77e.zip
newlib-939d19b0da0f169f25007513f7afd3eae435f77e.tar.gz
newlib-939d19b0da0f169f25007513f7afd3eae435f77e.tar.bz2
* fhandler_tty.cc (process_input): Add sanity check to ensure that console
typeahead is cleared on signal.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3d4746c..f03c99e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2003-02-12 Christopher Faylor <cgf@redhat.com>
+ * fhandler_tty.cc (process_input): Add sanity check to ensure that
+ console typeahead is cleared on signal.
+
+2003-02-12 Christopher Faylor <cgf@redhat.com>
+
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for
debugging?) code.