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/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 18ac5ab69..e107aaed1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2002-12-13 Christopher Faylor <cgf@redhat.com>
+
+ Throughout, change fhandler_*::read and fhandler_*::raw_read to void
+ functions whose second arguments are both the lenght and the return
+ value.
+ * fhandler.cc (fhandler_base::read): Rework slightly to use second
+ argument as input/output. Tweak CRLF stuff.
+ (fhandler_base::readv): Accommodate fhandler_*::read changes.
+ * cygthread.h (cygthread::detach): Declare as taking optional handle
+ argument.
+ (cygthread::detach): When given a handle argument, wait for the handle
+ to be signalled before waiting for thread to detach. Return true when
+ signal detected.
+
2002-12-12 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe.