summaryrefslogtreecommitdiff
path: root/src/compat
Commit message (Collapse)AuthorAgeFilesLines
* Always use internal fnmatch, not systemRussell Belfer2012-10-152-207/+0
|
* Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-102-0/+207
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/