summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
| | | | Add a few $FreeBSD$
* Now I understand what Bruce was getting at - -1 can be parsed as twojkh2003-12-181-1/+1
| | | | | tokens, so it does indeed need to be parenthesized. Duh. Sometimes it can stare you right and the face and you still don't see it. Thanks, bde.
* Adjust in response to various bits of brucification:jkh2003-12-181-1/+3
| | | | | | | | | | | | | | 1) Fix style issues in comments. 2) Properly namespaceify changes 3) Appropriate sectioning of changes Not changed: parenthesis around macro rvalue. That would make the additions inconsistent with the other entries there, merely a different style violation rather than a clear and obvious improvement so I'm going to have to disagree with the judges on that one. If someone wishes to adjust *all* the rvalues to conform to fully parenthesized marco rule, that would be both consistent and reasonable but that's beyond the scope of the changes I wish to make at this time.
* Correct inexplicable tab smash.jkh2003-12-171-1/+1
| | | | Noticed by: Nate Lawson <nate@root.org>
* Conformance: Define FNM_NOSYS (see ↵jkh2003-12-171-0/+2
| | | | http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html)
* 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