Age | Commit message (Expand) | Author | Files | Lines |
2013-06-02 | wildmatch: properly fold case everywhere | Anthony Ramine | 1 | -0/+7 |
2013-01-01 | wildmatch: advance faster in <asterisk> + <literal> patterns | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2013-01-01 | wildmatch: make a special case for "*/" with FNM_PATHNAME | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2013-01-01 | wildmatch: support "no FNM_PATHNAME" mode | Nguyễn Thái Ngọc Duy | 1 | -4/+9 |
2013-01-01 | wildmatch: make dowild() take arbitrary flags | Nguyễn Thái Ngọc Duy | 1 | -7/+6 |
2013-01-01 | wildmatch: rename constants and update prototype | Nguyễn Thái Ngọc Duy | 1 | -45/+43 |
2013-01-01 | wildmatch: replace variable 'special' with better named ones | Nguyễn Thái Ngọc Duy | 1 | -9/+9 |
2013-01-01 | wildmatch: fix "**" special case | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2012-10-15 | wildmatch: make /**/ match zero or more directories | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2012-10-15 | wildmatch: adjust "**" behavior | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2012-10-15 | wildmatch: fix case-insensitive matching | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2012-10-15 | wildmatch: remove static variable force_lower_case | Nguyễn Thái Ngọc Duy | 1 | -16/+5 |
2012-10-15 | wildmatch: make wildmatch's return value compatible with fnmatch | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
2012-10-15 | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2012-10-15 | wildmatch: follow Git's coding convention | Nguyễn Thái Ngọc Duy | 1 | -146/+146 |
2012-10-15 | wildmatch: remove unnecessary functions | Nguyễn Thái Ngọc Duy | 1 | -154/+10 |
2012-10-15 | Import wildmatch from rsync | Nguyễn Thái Ngọc Duy | 1 | -0/+368 |