summaryrefslogtreecommitdiff
path: root/win32/readdir.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #36365: scandir duplicates file name at every 65535th fileChristoph M. Becker2020-04-241-1/+1
* Use readdir() instead of readdir_r()Nikita Popov2019-04-111-3/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove paddingAnatol Belski2017-11-151-4/+0
* Fixed bug #75525 Access Violation in vcruntime140.dllAnatol Belski2017-11-151-1/+5
* vim folds and modelinesAnatol Belski2017-07-041-0/+9
* The d_name member of struct dirent should be a pointerAnatol Belski2017-02-121-1/+1
* preliminary fix for bug #73971, more refactoring is neededAnatol Belski2017-01-221-1/+1
* Path handling related refactoringsAnatol Belski2016-12-221-6/+13
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-15/+9
* Fix #36365: scandir duplicates file name at every 65535th fileChristoph M. Becker2015-07-281-1/+1
* * Last _WIN32_WINNT macro redefKalle Sommer Nielsen2008-08-141-1/+1
* MFB: Fix win32 buildFrank M. Kromann2006-12-011-0/+2
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-3/+7
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-5/+0
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-261-1/+5
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-291-1/+1
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Fix Win32 buildZeev Suraski2000-06-041-2/+7
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-231-0/+1
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-4/+5
* PHP 4.0Zeev Suraski1999-04-071-0/+37