summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dir.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen2001-07-201-0/+4
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-031-3/+2
* * dir.cc (rmdir): Rearrange slightly to allow removing directoriesCorinna Vinschen2001-05-121-13/+29
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+1
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-1/+1
* * dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor2001-03-171-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen2001-03-021-1/+1
* * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen2001-03-021-1/+10
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-9/+2
* Add copyright year 2001Corinna Vinschen2001-02-211-1/+1
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-2/+17
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-1/+1
* * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen2000-11-141-1/+1
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-2/+3
* * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen2000-11-091-1/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-8/+8
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-3/+8
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor2000-08-101-30/+17
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-1/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-3/+3
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-251-1/+2
* * dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2000-05-251-1/+1
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-251-2/+1
* Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2000-05-251-1/+2
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-241-1/+5
* * dir.cc (writable_directory): handle root directoriesDJ Delorie2000-05-231-0/+4
* * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen2000-05-221-7/+16
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+340