Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -0/+10 |
| | |||||
* | - fix TS build | Pierre Joye | 2009-09-01 | 1 | -1/+2 |
| | |||||
* | - #48746, fix regression in readdir/scandir and mounted points or junctions ↵ | Pierre Joye | 2009-09-01 | 1 | -6/+15 |
| | | | | on windows | ||||
* | opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵ | Dmitry Stogov | 2006-11-10 | 1 | -20/+22 |
| | | | | then _findfirst/_findnext | ||||
* | Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez) | Ilia Alshanetsky | 2004-06-09 | 1 | -3/+6 |
| | |||||
* | Moved the scandir code into it's own files so that it can be used by other | Ilia Alshanetsky | 2003-01-27 | 1 | -80/+0 |
| | | | | | OSes where libc does not have a native scandir() implementation. | ||||
* | Fix broken build by adding scandir and alphasort for win32 | Shane Caraveo | 2003-01-26 | 1 | -0/+80 |
| | |||||
* | Fixed bug #11214 (patch by Steph Fox) | Edin Kadribasic | 2002-07-29 | 1 | -11/+13 |
| | |||||
* | fixed access problem when japanese Shift_JIS character is used as directory ↵ | Rui Hirokawa | 2002-04-22 | 1 | -1/+2 |
| | | | | name. Some characters in Shift_JIS are including 0x5c (slash) as second byte. | ||||
* | Comments didn't reflect rewinddir() | Sean Bright | 2001-02-03 | 1 | -6/+7 |
| | |||||
* | Fix Win32 build | Zeev Suraski | 2000-06-04 | 1 | -1/+0 |
| | |||||
* | The behaviour for result == NULL || entry == NULL is undefined. | Sascha Schumann | 2000-05-24 | 1 | -8/+4 |
| | |||||
* | Add POSIX-like readdir_r for Win32 | Sascha Schumann | 2000-05-23 | 1 | -2/+34 |
| | |||||
* | - Make Win32 compile again | Andi Gutmans | 1999-09-18 | 1 | -1/+2 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+111 |