summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the relatively new visibility primitives for conditionals.mike2002-09-171-3/+3
|
* Breath deep and take __P out of the system include files.imp2002-03-231-1/+1
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Add FNM_FILE_NAME - GNU alias to FNM_PATHNAMEache1999-11-211-0/+5
| | | | Move all excepting NOESCAPE,PATHNAME,PERIOD under !defined(_POSIX_SOURCE)
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.bde1998-02-251-2/+0
|
* Oops, remove FNM_NOCASE alias: really I can't remember any systemache1997-01-021-1/+0
| | | | with this define, it was ftpd-inspired.
* Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLDache1997-01-021-0/+2
| | | | for better compatibility with other systems
* Fix compiler warning: /* inside commentache1996-12-051-1/+1
| | | | 2.2 candidate
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.bde1996-10-241-2/+2
|
* GNU-style changes:ache1996-10-231-3/+4
| | | | | 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR
* add flag FNM_ICASE for case insensitve searchwosch1996-10-201-0/+1
| | | | Reviewed by: ache
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+53
OpenPOWER on IntegriCloud