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