<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/include/glob.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>2012-01-08T21:01:51Z</updated>
<entry>
<title>MFC r228754:</title>
<updated>2012-01-08T21:01:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-08T21:01:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a70450626a119150d0b51984e7eaeb306859f14a'/>
<id>urn:sha1:a70450626a119150d0b51984e7eaeb306859f14a</id>
<content type='text'>
	 - Add restrict keyword to glob(3)

PR:		kern/161958
Approved by:	jilles
</content>
</entry>
<entry>
<title>Add size_t declaration</title>
<updated>2006-05-22T05:57:39Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-05-22T05:57:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d61b5f8ac73844178c67dffe9d75db5301f5d062'/>
<id>urn:sha1:d61b5f8ac73844178c67dffe9d75db5301f5d062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make gl_offs size_t too, as required by POSIX</title>
<updated>2006-05-22T05:39:57Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-05-22T05:39:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fa9ad9461acfab5c3620793b2ea9e1534caf0cae'/>
<id>urn:sha1:fa9ad9461acfab5c3620793b2ea9e1534caf0cae</id>
<content type='text'>
Make non-standard gl_matchc in the similar fashion as gl_pathc size_t too,
like done in NetBSD &amp; others
</content>
</entry>
<entry>
<title>Use size_t for gl_pathc as asked in the libc's Makefile:</title>
<updated>2006-05-22T05:10:17Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2006-05-22T05:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=de7ac8d19c04d6a3255172cfddff3607f6b43d46'/>
<id>urn:sha1:de7ac8d19c04d6a3255172cfddff3607f6b43d46</id>
<content type='text'>
# If you bump SHLIB_MAJOR, see standards/55112.

PR:             55112
Reviewed by:    ume
</content>
</entry>
<entry>
<title>Update glob(3) to add all the POSIX required options, specifically:</title>
<updated>2002-07-17T04:58:09Z</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2002-07-17T04:58:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4a59c3ab552ad09f910322387e7fb7f7cb29eb52'/>
<id>urn:sha1:4a59c3ab552ad09f910322387e7fb7f7cb29eb52</id>
<content type='text'>
- add GLOB_NOMATCH return value and use it when we don't get a match
- rename GLOB_ABEND to GLOB_ABORTED and use it instead of returning 1
  in some places
- add GLOB_NOESCAPE flag and retire GLOB_QUOTE to compatibility
  section

Suggestions/advice on correct usage of POSIX defines: wollman
</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>Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible</title>
<updated>2001-07-29T00:52:37Z</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-07-29T00:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=75dc5f1a82b7d3dfb585c549c9e318b0323c70f5'/>
<id>urn:sha1:75dc5f1a82b7d3dfb585c549c9e318b0323c70f5</id>
<content type='text'>
with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
maintain backwards compatibility.

Reviewed by:	sheldonh, assar
Obtained from:	NetBSD/OpenBSD
</content>
</entry>
<entry>
<title>Introduce the GLOB_MAXPATH flag, which allows the user to limit the</title>
<updated>2001-03-19T19:10:06Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2001-03-19T19:10:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bae8632f82abfc086afbc1ad186b41e40f8d9c60'/>
<id>urn:sha1:bae8632f82abfc086afbc1ad186b41e40f8d9c60</id>
<content type='text'>
number of paths which glob(3) will return.  Remove the hardcoded limit
from the last commit, which restores the previous unbounded behavior.

Document the new flag in the manual page.
</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>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
</feed>
