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