aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-13 20:20:02 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-13 20:20:02 +0000
commite01eac68ed93d369c416bbbd16ed1b7d13086462 (patch)
treea04fc4c14020af223672ebfa01865fdfaf0fe961 /winsup/cygwin/ChangeLog
parent063f1df2aa2689d45fd7fd7bd8445031338ec9cb (diff)
downloadnewlib-e01eac68ed93d369c416bbbd16ed1b7d13086462.zip
newlib-e01eac68ed93d369c416bbbd16ed1b7d13086462.tar.gz
newlib-e01eac68ed93d369c416bbbd16ed1b7d13086462.tar.bz2
* autoload.cc (WNetGetResourceParentA): Import.
(WNetOpenEnumA): Import. (WNetEnumResourceA): Import. (WNetCloseEnum): Import. * fhandler.h (fhandler_netdrive::telldir): Add declaration. (fhandler_netdrive::seekdir): Ditto. (fhandler_netdrive::closedir): Ditto. * fhandler_netdrive.cc: Drop explicit including windows.h. Include winnetwk.h instead of shlwapi.h. Include dirent.h. (fhandler_netdrive::readdir): Implement. (fhandler_netdrive::telldir): New method. (fhandler_netdrive::seekdir): New method. (fhandler_netdrive::closedir): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c53384a..2b9e6c2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2005-05-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * autoload.cc (WNetGetResourceParentA): Import.
+ (WNetOpenEnumA): Import.
+ (WNetEnumResourceA): Import.
+ (WNetCloseEnum): Import.
+ * fhandler.h (fhandler_netdrive::telldir): Add declaration.
+ (fhandler_netdrive::seekdir): Ditto.
+ (fhandler_netdrive::closedir): Ditto.
+ * fhandler_netdrive.cc: Drop explicit including windows.h. Include
+ winnetwk.h instead of shlwapi.h. Include dirent.h.
+ (fhandler_netdrive::readdir): Implement.
+ (fhandler_netdrive::telldir): New method.
+ (fhandler_netdrive::seekdir): New method.
+ (fhandler_netdrive::closedir): Ditto.
+
2005-05-13 Christopher Faylor <cgf@timesys.com>
Remove PC_FULL from path_conv usage throughout.