summaryrefslogtreecommitdiff
path: root/win32/readdir.c
Commit message (Collapse)AuthorAgeFilesLines
* - possible NULL derefPierre Joye2011-01-101-0/+10
|
* - fix TS buildPierre Joye2009-09-011-1/+2
|
* - #48746, fix regression in readdir/scandir and mounted points or junctions ↵Pierre Joye2009-09-011-6/+15
| | | | on windows
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵Dmitry Stogov2006-11-101-20/+22
| | | | then _findfirst/_findnext
* Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez)Ilia Alshanetsky2004-06-091-3/+6
|
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-80/+0
| | | | | OSes where libc does not have a native scandir() implementation.
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-261-0/+80
|
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-291-11/+13
|
* fixed access problem when japanese Shift_JIS character is used as directory ↵Rui Hirokawa2002-04-221-1/+2
| | | | name. Some characters in Shift_JIS are including 0x5c (slash) as second byte.
* Comments didn't reflect rewinddir()Sean Bright2001-02-031-6/+7
|
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
|
* The behaviour for result == NULL || entry == NULL is undefined.Sascha Schumann2000-05-241-8/+4
|
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-231-2/+34
|
* - Make Win32 compile againAndi Gutmans1999-09-181-1/+2
|
* PHP 4.0Zeev Suraski1999-04-071-0/+111