summaryrefslogtreecommitdiffstats
path: root/wildmatch.c (follow)
Commit message (Expand)AuthorAgeLines
* wildmatch: change behavior of "foo**bar" in WM_PATHNAME modeNguyễn Thái Ngọc Duy2018-10-29-2/+2
* wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-23-2/+1
* typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-06-1/+1
* wildmatch: properly fold case everywhereAnthony Ramine2013-06-02-0/+7
* wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy2013-01-01-0/+23
* wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy2013-01-01-0/+12
* wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy2013-01-01-4/+9
* wildmatch: make dowild() take arbitrary flagsNguyễn Thái Ngọc Duy2013-01-01-7/+6
* wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy2013-01-01-45/+43
* wildmatch: replace variable 'special' with better named onesNguyễn Thái Ngọc Duy2013-01-01-9/+9
* wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy2013-01-01-1/+2
* wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy2012-10-15-0/+12
* wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy2012-10-15-6/+7
* wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy2012-10-15-0/+2
* wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy2012-10-15-16/+5
* wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy2012-10-15-9/+12
* Integrate wildmatch to gitNguyễn Thái Ngọc Duy2012-10-15-1/+4
* wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy2012-10-15-146/+146
* wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy2012-10-15-154/+10
* Import wildmatch from rsyncNguyễn Thái Ngọc Duy2012-10-15-0/+368