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/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fbce5e289..8d4e9745e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,18 @@
2005-05-17 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler.h (class fhandler_netdrive): Add method rewinddir.
+ * fhandler_netdrive.cc (struct netdriveinf): New structure to
+ store thread arguments.
+ (thread_netdrive): Thread handling all potentially blocking
+ WNet... calls.
+ (create_thread_and_wait): Start and wait for above thread.
+ (fhandler_netdrive::exists): Change to call create_thread_and_wait
+ instead of calling WNet... function.
+ (fhandler_netdrive::readdir): Ditto. Fix error handling.
+ (fhandler_netdrive::rewinddir): New method.
+
+2005-05-17 Corinna Vinschen <corinna@vinschen.de>
+
* external.cc (cygwin_internal): Avoid compiler warning.
2005-05-16 Christopher Faylor <cgf@timesys.com>