aboutsummaryrefslogtreecommitdiff
path: root/include/fnmatch.h
Commit message (Collapse)AuthorAgeFilesLines
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326024
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
| | | | | | | Add a few $FreeBSD$ Notes: svn path=/head/; revision=203964
* Now I understand what Bruce was getting at - -1 can be parsed as twoJordan K. Hubbard2003-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. Notes: svn path=/head/; revision=123636
* Adjust in response to various bits of brucification:Jordan K. Hubbard2003-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. Notes: svn path=/head/; revision=123630
* Correct inexplicable tab smash.Jordan K. Hubbard2003-12-171-1/+1
| | | | | | | Noticed by: Nate Lawson <nate@root.org> Notes: svn path=/head/; revision=123589
* Conformance: Define FNM_NOSYS (see ↵Jordan K. Hubbard2003-12-171-0/+2
| | | | | | | http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) Notes: svn path=/head/; revision=123585
* Use the relatively new visibility primitives for conditionals.Mike Barcroft2002-09-171-3/+3
| | | | Notes: svn path=/head/; revision=103507
* Breath deep and take __P out of the system include files.Warner Losh2002-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. Notes: svn path=/head/; revision=93032
* Add FNM_FILE_NAME - GNU alias to FNM_PATHNAMEAndrey A. Chernov1999-11-211-0/+5
| | | | | | | Move all excepting NOESCAPE,PATHNAME,PERIOD under !defined(_POSIX_SOURCE) Notes: svn path=/head/; revision=53516
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.Bruce Evans1998-02-251-2/+0
| | | | Notes: svn path=/head/; revision=33806
* Oops, remove FNM_NOCASE alias: really I can't remember any systemAndrey A. Chernov1997-01-021-1/+0
| | | | | | | with this define, it was ftpd-inspired. Notes: svn path=/head/; revision=21229
* Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLDAndrey A. Chernov1997-01-021-0/+2
| | | | | | | for better compatibility with other systems Notes: svn path=/head/; revision=21227
* Fix compiler warning: /* inside commentAndrey A. Chernov1996-12-051-1/+1
| | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20154
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.Bruce Evans1996-10-241-2/+2
| | | | Notes: svn path=/head/; revision=19144
* GNU-style changes:Andrey A. Chernov1996-10-231-3/+4
| | | | | | | | 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR Notes: svn path=/head/; revision=19133
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-201-0/+1
| | | | | | | Reviewed by: ache Notes: svn path=/head/; revision=19059
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+53
Notes: svn path=/head/; revision=1539