<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/join, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-11-26T11:25:04Z</updated>
<entry>
<title>mdoc(7) police: nit.</title>
<updated>2002-11-26T11:25:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-26T11:25:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bbdca2142f701b42a05fb6c024aa87fdf8736653'/>
<id>urn:sha1:bbdca2142f701b42a05fb6c024aa87fdf8736653</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>ANSIify function definitions.</title>
<updated>2002-09-04T23:29:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-04T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ac32def255b5968bdd8150057b9c0d14595689'/>
<id>urn:sha1:f4ac32def255b5968bdd8150057b9c0d14595689</id>
<content type='text'>
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by:	md5
</content>
</entry>
<entry>
<title>mdoc(7) police: untangle.</title>
<updated>2002-08-13T15:59:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-13T15:59:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e27573309b74bd7ddd0f8745c80236f79711228'/>
<id>urn:sha1:5e27573309b74bd7ddd0f8745c80236f79711228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:25:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e026a48c34d396fe7d0e382673a69bc047c0bfca'/>
<id>urn:sha1:e026a48c34d396fe7d0e382673a69bc047c0bfca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove -j from synopsis. The form given in the synopsis was incorrect,</title>
<updated>2002-06-10T10:39:33Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-10T10:39:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ebf2779b3fbe567737bd47ebcfda61ae93dc8f9'/>
<id>urn:sha1:3ebf2779b3fbe567737bd47ebcfda61ae93dc8f9</id>
<content type='text'>
and it should not have been there at all since it is a deprecated option.
</content>
</entry>
<entry>
<title>Easy warns fixes; sort out some types and me them a bit more consistent;</title>
<updated>2002-04-28T13:46:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T13:46:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60d1fdaa4703740d320d9182fba563cfe7c51901'/>
<id>urn:sha1:60d1fdaa4703740d320d9182fba563cfe7c51901</id>
<content type='text'>
fix initialisers.
</content>
</entry>
<entry>
<title>Remove &lt;ctype.h&gt; - not needed</title>
<updated>2002-04-20T02:18:54Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-04-20T02:18:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d969f833edcb8ee2e65c3ada1b13ecc36d630e41'/>
<id>urn:sha1:d969f833edcb8ee2e65c3ada1b13ecc36d630e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow space between -a and its argument. Honour locale collating order</title>
<updated>2002-04-20T01:55:19Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-04-20T01:55:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcb113145cd718429042b550bf7bd3280ddaa6d1'/>
<id>urn:sha1:fcb113145cd718429042b550bf7bd3280ddaa6d1</id>
<content type='text'>
by using strcoll() instead of strcmp().

PR:		36270
Reviewed by:	mike
</content>
</entry>
<entry>
<title>Support -o 0 in join(1) as per SUS.</title>
<updated>2002-03-26T03:44:04Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-03-26T03:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dcd587c92703f05f5b7dc1a23249dd5fcbdc1a57'/>
<id>urn:sha1:dcd587c92703f05f5b7dc1a23249dd5fcbdc1a57</id>
<content type='text'>
PR:		36072
Submitted by:	Tim J. Robbins &lt;tim@robbins.dropbear.id.au&gt;
Reviewed by:	mike
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:22:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2cd2aa7488657658fbc09aae2ead579049ab'/>
<id>urn:sha1:f1bb2cd2aa7488657658fbc09aae2ead579049ab</id>
<content type='text'>
</content>
</entry>
</feed>
