summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fnmatch.c
AgeCommit message (Expand)Author
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2011-12-06New fnmatch(3) implementation which is not recursive.Stefan Sperling
2011-02-10Put a limit on recursion during matching, and reject input of size greaterStefan Sperling
2008-10-01POSIX character class support for fnmatch(3) and glob(3). OK deraadt@Todd C. Miller
2006-03-31(char)to{upper,lower}()Theo de Raadt
2005-08-08zap remaining rcsid.Marc Espie
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-03-23Add #ifdef __STDC__ around the rangematch function header to avoidTodd C. Miller
1998-03-19some -WallTodd C. Miller
1997-09-22From FreeBSD:Todd C. Miller
1997-07-23trailing blankskstailey
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt