<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/regex.h, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-12-13T13:32:56Z</updated>
<entry>
<title>Replace __const by const in all non-contributed source code.</title>
<updated>2011-12-13T13:32:56Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-12-13T13:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6ab8089c6f3c01370add0f7e9a940b8bfbc8ee5'/>
<id>urn:sha1:f6ab8089c6f3c01370add0f7e9a940b8bfbc8ee5</id>
<content type='text'>
As C1X is close to being released, there is no need to wrap around a
feature that is already part of C90. Most of these files already use
`const' in different placed as well.
</content>
</entry>
<entry>
<title>Remove the Berkeley clause 3's.</title>
<updated>2010-02-16T19:39:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-02-16T19:39:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2556687c6724a3c8b3685103aad511afb3068b2'/>
<id>urn:sha1:f2556687c6724a3c8b3685103aad511afb3068b2</id>
<content type='text'>
Add a few $FreeBSD$
</content>
</entry>
<entry>
<title>Add a new error code, REG_ILLSEQ, to indicate that a regular expression</title>
<updated>2004-07-12T06:07:26Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-12T06:07:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67aff1896cd6307b97a6625737bde874de2df778'/>
<id>urn:sha1:67aff1896cd6307b97a6625737bde874de2df778</id>
<content type='text'>
contains an illegal multibyte character sequence.
</content>
</entry>
<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/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/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>OK, someone was tab happy in this file.  A tab after #define?!  OK, fine,</title>
<updated>2003-12-17T10:54:05Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-17T10:54:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bdc49c6769e259e1d3e8ee79f21945d9a247f5b'/>
<id>urn:sha1:0bdc49c6769e259e1d3e8ee79f21945d9a247f5b</id>
<content type='text'>
I'll keep the same style regardless of the wisdom of it. :)
Clarified by:	eivind
</content>
</entry>
<entry>
<title>Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html)</title>
<updated>2003-12-17T02:56:28Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2003-12-17T02:56:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dabcf42ff17b9792195bcaa94a7f99a71676b178'/>
<id>urn:sha1:dabcf42ff17b9792195bcaa94a7f99a71676b178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cope with a GCC bug by using an alternative, but equivalent function</title>
<updated>2002-10-03T18:12:03Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-10-03T18:12:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=96cb38342dc1ee9c4a7c3180d4ae102642b5cbb3'/>
<id>urn:sha1:96cb38342dc1ee9c4a7c3180d4ae102642b5cbb3</id>
<content type='text'>
prototype for regexec().

Noticed by: robert
</content>
</entry>
<entry>
<title>o Add typedef for size_t.</title>
<updated>2002-10-02T07:48:13Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-10-02T07:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49ab7b9411f5bbfb05c6685db7d7471bf106c4bf'/>
<id>urn:sha1:49ab7b9411f5bbfb05c6685db7d7471bf106c4bf</id>
<content type='text'>
o Fix regoff_t typedef to not require &lt;sys/types.h&gt; as a prerequisite
  (specifically use `__off_t' instead of `off_t').
o Add restrict type-qualifier to function prototypes.
</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/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>
</feed>
