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:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-09 16:57:03 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-09 16:57:03 +0400
commit7c4626ed08b9e06e7c3a2d46b38b13827ec33955 (patch)
treee9ea4aff86adf534dfbf0755064e599da0516ac2 /winsup/cygwin/ChangeLog
parent821c8b9aacac0dde42d6d9a957ca7534ae3fedfc (diff)
* passwd.cc (getpass): Make check for closed stream more reliable.
Check if setting tty attributes worked and only revert to old state if so.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 604651f53..8b1f98e3e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,4 +1,10 @@
-2012-07-08 Corinna Vinschen <corinna@vinschen.de>
+2012-07-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * passwd.cc (getpass): Make check for closed stream more reliable.
+ Check if setting tty attributes worked and only revert to old state
+ if so.
+
+2012-07-09 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in, configure.in, mkvers.sh: Revert accidental checkin from
2012-07-06.