History log of /freebsd-current/include/fnmatch.h
Revision Date Author Comments
# 5a1d1441 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

include: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 2321c474 20-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

include: further adoption of SPDX licensing ID tags.

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.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 7a815afd 19-Oct-2010 Dimitry Andric <dim@FreeBSD.org>

Import the binutils-2_17-branch from the sourceware CVS repository,
exactly as it was on Tue, 7 Aug 2007 00:00:13 +0000.

Corresponds to git commit b458c361f01f7a257f897d0961d0a379ee999aaa.

This is currently (and most likely forever :) the last commit on this
branch.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# f2556687 16-Feb-2010 Warner Losh <imp@FreeBSD.org>

Remove the Berkeley clause 3's.
Add a few $FreeBSD$


# f981ba17 05-May-2009 David E. O'Brien <obrien@FreeBSD.org>

Flatten vendor/binutils/dist.


# 59cf8412 06-Apr-2009 Ed Maste <emaste@FreeBSD.org>

Flatten the dist tree.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 497e80a3 31-May-2008 Peter Wemm <peter@FreeBSD.org>

Reorganize the gcc vendor import work area. This flattens out a bunch
of unnecessary path components that are relics of cvs2svn.

(These are directory moves)


# 3a5c2520 18-Dec-2003 Jordan K. Hubbard <jkh@FreeBSD.org>

Now I understand what Bruce was getting at - -1 can be parsed as two
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.


# f415f209 18-Dec-2003 Jordan K. Hubbard <jkh@FreeBSD.org>

Adjust in response to various bits of brucification:

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.


# 2c09e9e3 17-Dec-2003 Jordan K. Hubbard <jkh@FreeBSD.org>

Correct inexplicable tab smash.
Noticed by: Nate Lawson <nate@root.org>


# be4a5e89 16-Dec-2003 Jordan K. Hubbard <jkh@FreeBSD.org>

Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html)


# c1a2075e 17-Sep-2002 Mike Barcroft <mike@FreeBSD.org>

Use the relatively new visibility primitives for conditionals.


# bb28f3c2 23-Mar-2002 Warner Losh <imp@FreeBSD.org>

Breath deep and take __P out of the system include files.

# 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.


# 3cc1fd63 21-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Add FNM_FILE_NAME - GNU alias to FNM_PATHNAME
Move all excepting NOESCAPE,PATHNAME,PERIOD under !defined(_POSIX_SOURCE)


# f27c4403 24-Feb-1998 Bruce Evans <bde@FreeBSD.org>

Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.


# 791a338b 02-Jan-1997 Andrey A. Chernov <ache@FreeBSD.org>

Oops, remove FNM_NOCASE alias: really I can't remember any system
with this define, it was ftpd-inspired.


# e1a1573d 02-Jan-1997 Andrey A. Chernov <ache@FreeBSD.org>

Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD
for better compatibility with other systems


# 00b18da2 05-Dec-1996 Andrey A. Chernov <ache@FreeBSD.org>

Fix compiler warning: /* inside comment

2.2 candidate


# 70cd2f63 23-Oct-1996 Bruce Evans <bde@FreeBSD.org>

Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.


# d9de4eee 23-Oct-1996 Andrey A. Chernov <ache@FreeBSD.org>

GNU-style changes:
1) Rename FNM_ICASE to FNM_CASEFOLD
2) Add FNM_LEADING_DIR


# 95e4966c 20-Oct-1996 Wolfram Schneider <wosch@FreeBSD.org>

add flag FNM_ICASE for case insensitve search

Reviewed by: ache


# 59deaec5 24-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Include Sources