summaryrefslogtreecommitdiff
path: root/src/win32/fnmatch.c
Commit message (Collapse)AuthorAgeFilesLines
* Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-101-180/+0
| | | | | | | | Since Solaris does not support some of the same flags as glibc fnmatch(), we just use the implementation we have for Windows. Now that it's no longer a windows-specific thing, I moved it into compat/ instead of win32/
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* Tabify everythingVicent Marti2011-09-191-148/+148
| | | | | | There were quite a few places were spaces were being used instead of tabs. Try to catch them all. This should hopefully not break anything. Except for `git blame`. Oh well.
* Cleanup legal dataVicent Marti2011-09-191-28/+3
| | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
* fnmatch: Fix compilation under WindowsVicent Marti2011-07-061-2/+2
|
* fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-061-0/+205