<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/strtok.c, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2007-12-12T18:33:06Z</updated>
<entry>
<title>Remove license clause 3 to agree with the now-standard BSD license.</title>
<updated>2007-12-12T18:33:06Z</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>2007-12-12T18:33:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05db21b17b545bd5ffa38715b49e1247aa0c9679'/>
<id>urn:sha1:05db21b17b545bd5ffa38715b49e1247aa0c9679</id>
<content type='text'>
Prompted by:	Glenn Halperin, Symbian Software
</content>
</entry>
<entry>
<title>Call strtok_r() via a libc private name from within strtok().</title>
<updated>2002-09-07T02:53:19Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-07T02:53:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=91bd11ad844eb7f39609ffc58b25e693b82ce51f'/>
<id>urn:sha1:91bd11ad844eb7f39609ffc58b25e693b82ce51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>urn:sha1:333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
</entry>
<entry>
<title>Add a few cleanups from rev 1.1:</title>
<updated>2002-01-15T17:52:21Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-01-15T17:52:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4681597d9a38f46f51102301cb1856aa766022a4'/>
<id>urn:sha1:4681597d9a38f46f51102301cb1856aa766022a4</id>
<content type='text'>
o Restore vendor ID.
o Order variable types by size.
o Remove a gratuitous temporary variable.

Submitted by:	bde
</content>
</entry>
<entry>
<title>o Add prototype for printf(3).</title>
<updated>2002-01-15T08:50:28Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-01-15T08:50:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1936b2c83bb3559a231ed9df0f0be7c6bdf77f99'/>
<id>urn:sha1:1936b2c83bb3559a231ed9df0f0be7c6bdf77f99</id>
<content type='text'>
style(9):
o Order variables in declarations.
o Move initialization out of declaration.
o Fix over-indents in previous delta.
</content>
</entry>
<entry>
<title>style(9)</title>
<updated>2002-01-15T08:26:58Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-01-15T08:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f601b5ba4b32c37d51f472cb97275db26d7e3b9e'/>
<id>urn:sha1:f601b5ba4b32c37d51f472cb97275db26d7e3b9e</id>
<content type='text'>
Submitted by:	Joseph Mallett &lt;jmallett@xmach.org&gt;
Reviewed by:	md5(1)
</content>
</entry>
<entry>
<title>rcsid[]-&gt;__FBSDID</title>
<updated>2001-11-07T19:55:16Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-11-07T19:55:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de5fe5d53b634e506f94a6df3a9261aa20fa152f'/>
<id>urn:sha1:de5fe5d53b634e506f94a6df3a9261aa20fa152f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.</title>
<updated>2001-05-24T08:47:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-05-24T08:47:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5864b79cd2852339f3025ee81769233071d60934'/>
<id>urn:sha1:5864b79cd2852339f3025ee81769233071d60934</id>
<content type='text'>
Do the same for the non-wcs*/wmem* files while I'm here.
</content>
</entry>
<entry>
<title>Reviewed by:	JKH</title>
<updated>1998-12-14T05:11:26Z</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>1998-12-14T05:11:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1e12513fa34f8ef59f4217dc502a739ecba0c44'/>
<id>urn:sha1:b1e12513fa34f8ef59f4217dc502a739ecba0c44</id>
<content type='text'>
Submitted by:	Wes Peters

Added strtok_r (reentrant) function and man page.
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Lib Sources</title>
<updated>1994-05-27T05:00:24Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T05:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58f0484fa251c266ede97b591b499fe3dd4f578e'/>
<id>urn:sha1:58f0484fa251c266ede97b591b499fe3dd4f578e</id>
<content type='text'>
</content>
</entry>
</feed>
