summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fnmatch.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-06implement FNM_LEADING_DIR; matches Linux and other *BSDs; approved thorpejprovos
2000-06-28Implement FNM_CASEFOLD, for matching the pattern in a case-insensitivethorpej
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-03-16Fix gcc-2.8.1 warnings.christos
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix gcc warnings.christos
1995-02-27merge with Lite, keeping local changes. Also use new Id format.cgd
1993-11-24Change C library functions to use strchr() and strrchr() instead of index()jtc
1993-11-11First pass at getting a clean compile with "gcc -Wall", mostly explictlyjtc
1993-11-11Implement the FNM_PERIOD flag.jtc
1993-11-09Fixed the most major defect in fnmatch(): backslash-escape processing injtc
1993-11-06just berkeley copyright/version # changes.cgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-07-30Add RCS frob.mycroft
1993-06-16Update fnmatch() to be more posix complient (from bostic).jtc
1993-04-10Make return status match POSIX and man page.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd