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/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8a4fccd6c..b41486066 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,18 @@
+2009-06-14 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
+ * fhandler.cc (fhandler_base::fcntl): Fix comment.
+ (fhandler_base::wait_overlapped): Accept an optional len parameter.
+ Use the len parameter when WriteFile fails with ERROR_IO_PENDING. Make
+ debug output less alarming.
+ (fhandler_base::write_overlapped): Pass len to wait_overlapped.
+ * fhandler.h (fhandler_base::wait_overlapped): Add an optional argument
+ denoting the number of characters intended to be written.
+
+ * fhandler_tty.cc (fhandler_pty_master::close): Don't close archetype
+ handles when cygwin is still initializing since the handles aren't
+ actually opened at that point.
+
2009-06-14 Corinna Vinschen <corinna@vinschen.de>
* localtime.cc (time2): Take another stab at fixing a compiler warning.