]> sourceware.org Git - newlib-cygwin.git/commit
* dir.cc: Rename opendir_* to dirent_* throughout.
authorChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 21:20:56 +0000 (21:20 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 16 Mar 2005 21:20:56 +0000 (21:20 +0000)
commit2693c1ac5651248b79c3a7805615b043a901ae6f
tree9baedb56d5c51dd988be04ed51023e74ccbc1679
parent80e4c577b6ada0d6b64bf139075c2f9983608bc8
* dir.cc: Rename opendir_* to dirent_* throughout.
(opendir_states): Move and rename.
* fhandler.h (dirent_states): to here.
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Use raw readdir when
skipping through entries since it is keeping track of "." and "..".
(fhandler_cygdrive::seekdir): Use fhandler_disk_file::readdir to do everything.
* fhandler_virtual.cc (fhandler_virtual::opendir): Set flag indicating that we
provide .  and ..
(fhandler_virtual::seekdir): Ditto.
(fhandler_virtual::rewinddir): Ditto.
* fhandler_registry.cc (fhandler_registry::rewinddir): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/dir.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_registry.cc
winsup/cygwin/fhandler_virtual.cc
This page took 0.029161 seconds and 5 git commands to generate.