summaryrefslogtreecommitdiff
path: root/win32/glob.c
Commit message (Expand)AuthorAgeFilesLines
* fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-211-2/+4
* backported the VC12 fix for ARG_MAXAnatol Belski2014-07-021-3/+10
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
* - use php_sys_satPierre Joye2010-09-131-1/+1
* - wsPierre Joye2010-09-131-25/+24
* - silent warningPierre Joye2010-09-131-1/+1
* - use php_sys_lstatPierre Joye2010-09-131-1/+1
* Fixed compiler warningKalle Sommer Nielsen2010-08-171-2/+1
* - expose glob and globfree on wi ndows, can be used by shared ext (core or ex...Pierre Joye2009-01-011-2/+2
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-101-2/+6
* Nuke compile warningsfoobar2003-09-201-1/+1
* - Let's be consistent with these..foobar2003-02-171-1/+1
* Fixed bug #21597 (made glob() understand windows paths)Edin Kadribasic2003-01-271-4/+11
* Sync with openbsd glob.c 1.19Edin Kadribasic2002-06-041-1/+1
* Removed some leftover debugging code.Edin Kadribasic2002-06-041-3/+1
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+917