summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 156f661db..e3c31d59f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-17 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_serial.cc (raw_read): Evaluate minchars taking the
+ vmin_ > ulen case into account. Simplify evaluating the bytes to read.
+ Don't use bytes in Queue value from ClearCommError call in case vtime_
+ is > 0. Reformat GetOverlappedResult call. Simplify call to ReadFile.
+
2006-08-14 Corinna Vinschen <corinna@vinschen.de>
* security.cc (subauth): Initialize user_token to NULL. Add comment.