summaryrefslogtreecommitdiff
path: root/lib/fnmatch_loop.c
Commit message (Collapse)AuthorAgeFilesLines
* bootstrapped repositoryRichard Maw2012-01-091-0/+1222
|
* remove many filesJim Meyering2009-11-111-1189/+0
| | | | | Many are now obtained via bootstrap from gnulib. Others (ms/) were not being maintained.
* (WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead ofPaul Eggert2002-06-121-2/+2
| | | | | (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). It also depends on HAVE_BTOWC.
* (struct patternlist.str): Size 1, not 0, as C89 requires this.Paul Eggert2002-06-111-4/+5
| | | | (NEW_PATTERN): Use offsetof, not sizeof, since str now has size 1.
* Initial revisionPaul Eggert2001-10-271-0/+1188