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