aboutsummaryrefslogtreecommitdiffstats
path: root/wildmatch.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Merge branch 'pw/wildmatch-fixes'Junio C Hamano1-7/+16
2023-03-20wildmatch: hide internal return valuesPhillip Wood1-1/+6
2023-03-20wildmatch: avoid undefined behaviorPhillip Wood1-2/+2
2023-03-20wildmatch: fix exponential behaviorPhillip Wood1-4/+8
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2018-10-29wildmatch: change behavior of "foo**bar" in WM_PATHNAME modeNguyễn Thái Ngọc Duy1-2/+2
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason1-2/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2013-06-02wildmatch: properly fold case everywhereAnthony Ramine1-0/+7
2013-01-01wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy1-0/+23
2013-01-01wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy1-0/+12
2013-01-01wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy1-4/+9
2013-01-01wildmatch: make dowild() take arbitrary flagsNguyễn Thái Ngọc Duy1-7/+6
2013-01-01wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy1-45/+43
2013-01-01wildmatch: replace variable 'special' with better named onesNguyễn Thái Ngọc Duy1-9/+9
2013-01-01wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy1-1/+2
2012-10-15wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy1-0/+12
2012-10-15wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy1-6/+7
2012-10-15wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy1-0/+2
2012-10-15wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy1-16/+5
2012-10-15wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy1-9/+12
2012-10-15Integrate wildmatch to gitNguyễn Thái Ngọc Duy1-1/+4
2012-10-15wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy1-146/+146
2012-10-15wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy1-154/+10
2012-10-15Import wildmatch from rsyncNguyễn Thái Ngọc Duy1-0/+368