summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-17 20:34:15 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-17 20:34:15 +0000
commit5b59a2cc0d956943b22b8dc6282d69bd06c231d1 (patch)
treef153307b3981c7e77d554753d94baded92fdd697 /winsup/cygwin/ChangeLog
parent0d5ba26ccd9355696daffb76f465f29abd714b10 (diff)
downloadcygnal-5b59a2cc0d956943b22b8dc6282d69bd06c231d1.tar.gz
cygnal-5b59a2cc0d956943b22b8dc6282d69bd06c231d1.tar.bz2
cygnal-5b59a2cc0d956943b22b8dc6282d69bd06c231d1.zip
* 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.
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>