<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/include/fnmatch.h, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-12-18T10:41:39Z</updated>
<entry>
<title>Now I understand what Bruce was getting at - -1 can be parsed as two</title>
<updated>2003-12-18T10:41:39Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-18T10:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3a5c2520648d8f78d4f6b7dbe2f6504ca2aaf990'/>
<id>urn:sha1:3a5c2520648d8f78d4f6b7dbe2f6504ca2aaf990</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Adjust in response to various bits of brucification:</title>
<updated>2003-12-18T07:42:08Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-18T07:42:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f415f20926b5aaeab8db5b15f6f4a60cd4cd18b4'/>
<id>urn:sha1:f415f20926b5aaeab8db5b15f6f4a60cd4cd18b4</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Correct inexplicable tab smash.</title>
<updated>2003-12-17T08:03:18Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-17T08:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2c09e9e3a4e320dfed5f87417196c44d256b7967'/>
<id>urn:sha1:2c09e9e3a4e320dfed5f87417196c44d256b7967</id>
<content type='text'>
Noticed by:	Nate Lawson &lt;nate@root.org&gt;
</content>
</entry>
<entry>
<title>Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html)</title>
<updated>2003-12-17T02:54:29Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-17T02:54:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=be4a5e8916525655a945efe194f6b416a7374bb0'/>
<id>urn:sha1:be4a5e8916525655a945efe194f6b416a7374bb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the relatively new visibility primitives for conditionals.</title>
<updated>2002-09-17T22:25:40Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-17T22:25:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c1a2075e9378925465c85d5b91c9cb00f39fadab'/>
<id>urn:sha1:c1a2075e9378925465c85d5b91c9cb00f39fadab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Breath deep and take __P out of the system include files.</title>
<updated>2002-03-23T17:24:55Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T17:24:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bb28f3c29b4c91af1b0e79e456294bb08735648a'/>
<id>urn:sha1:bb28f3c29b4c91af1b0e79e456294bb08735648a</id>
<content type='text'>
# 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.
</content>
</entry>
<entry>
<title>Add FNM_FILE_NAME - GNU alias to FNM_PATHNAME</title>
<updated>1999-11-21T17:32:45Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-21T17:32:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3cc1fd63ffeaa7c447693b6e18b5b200650df088'/>
<id>urn:sha1:3cc1fd63ffeaa7c447693b6e18b5b200650df088</id>
<content type='text'>
Move all excepting NOESCAPE,PATHNAME,PERIOD under !defined(_POSIX_SOURCE)
</content>
</entry>
<entry>
<title>Removed _POSIX_SOURCE ifdefs.  This is not a POSIX.1 header.</title>
<updated>1998-02-25T02:15:59Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-25T02:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f27c4403283d600505dff9f3b2c3df0b23780897'/>
<id>urn:sha1:f27c4403283d600505dff9f3b2c3df0b23780897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oops, remove FNM_NOCASE alias: really I can't remember any system</title>
<updated>1997-01-02T19:05:16Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-01-02T19:05:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=791a338bdbdbefc05fe4a141f369d314b54298a1'/>
<id>urn:sha1:791a338bdbdbefc05fe4a141f369d314b54298a1</id>
<content type='text'>
with this define, it was ftpd-inspired.
</content>
</entry>
<entry>
<title>Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD</title>
<updated>1997-01-02T18:27:22Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-01-02T18:27:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e1a1573d6f179470cdf0f03bd02220eb1f9bca7e'/>
<id>urn:sha1:e1a1573d6f179470cdf0f03bd02220eb1f9bca7e</id>
<content type='text'>
for better compatibility with other systems
</content>
</entry>
</feed>
