summaryrefslogtreecommitdiff
path: root/win32/glob.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Reduce var scopeAnatol Belski2018-02-191-2/+2
* Make sizeof formatting consistentYoung-X2017-12-091-1/+1
* cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-6/+0
* Merge branch 'pull-request/1278'Anatol Belski2015-05-211-2/+4
|\
| * fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-131-2/+4
* | add vim modelinesAnatol Belski2015-05-201-0/+9
|/
* fix datatype mismatchAnatol Belski2014-10-281-1/+1
* master renames phase 3Anatol Belski2014-08-251-5/+5
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-5/+5
* fixed glob compilation with vc12Anatol Belski2014-01-201-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