<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/join/join.c, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-02-04T10:05:55Z</updated>
<entry>
<title>Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf</title>
<updated>2013-02-04T10:05:55Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-02-04T10:05:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3306f972bf2ee6256c2aa3e60552c5b83e1f2f23'/>
<id>urn:sha1:3306f972bf2ee6256c2aa3e60552c5b83e1f2f23</id>
<content type='text'>
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.
</content>
</entry>
<entry>
<title>Add missing static keywords to join(1)</title>
<updated>2011-11-06T08:15:35Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:15:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c9f9615740f23d8e49b931aa84cee7e2ad86045'/>
<id>urn:sha1:6c9f9615740f23d8e49b931aa84cee7e2ad86045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Backout recent -j changes, the flags is deprecated.</title>
<updated>2004-08-26T06:28:05Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2004-08-26T06:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d455d451b20f666c6b5a997c45248ade2ec3a8f'/>
<id>urn:sha1:9d455d451b20f666c6b5a997c45248ade2ec3a8f</id>
<content type='text'>
Requested by:	tjr
</content>
</entry>
<entry>
<title>Add -j flag to usage() and the man page synopsis.</title>
<updated>2004-08-25T13:15:07Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2004-08-25T13:15:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64215f652a7c148979694d9355eb21f9718141ce'/>
<id>urn:sha1:64215f652a7c148979694d9355eb21f9718141ce</id>
<content type='text'>
Inspired by:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Add support for multibyte characters.</title>
<updated>2004-07-05T13:20:03Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-05T13:20:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8160bf78a35654a482f39caac69173267bccb78a'/>
<id>urn:sha1:8160bf78a35654a482f39caac69173267bccb78a</id>
<content type='text'>
</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>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>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>
</feed>
