summaryrefslogtreecommitdiff
path: root/win32/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* fix leakAnatol Belski2016-08-261-0/+2
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-38/+88
* add vim modelinesAnatol Belski2015-05-201-0/+9
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+0
* fix datatype mismatchAnatol Belski2014-10-281-4/+4
* - Fixed possible memory leakFelipe Pena2013-10-121-0/+1
* - 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 o...Pierre Joye2009-09-011-6/+15
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-20/+22
* 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
* 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 n...Rui Hirokawa2002-04-221-1/+2
* 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