<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/csplit, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove BUGS section that talked about missing multibyte character support.</title>
<updated>2004-07-12T10:17:02+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-12T10:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a573a0ebf87db60dd71fa40b5c6c09bbf3d1724'/>
<id>2a573a0ebf87db60dd71fa40b5c6c09bbf3d1724</id>
<content type='text'>
We have support now that the regular expression routines do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have support now that the regular expression routines do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document missing multibyte character support in utilities specified</title>
<updated>2004-07-03T01:28:21+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-03T01:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f45d8117866dd399fe769d07dbc8e211bb9021c'/>
<id>4f45d8117866dd399fe769d07dbc8e211bb9021c</id>
<content type='text'>
by POSIX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by POSIX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use fseeko() to properly support large files.</title>
<updated>2004-03-22T11:15:03+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-03-22T11:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2fa2fea101a9c11b9412c45ce32c2bf9881847d0'/>
<id>2fa2fea101a9c11b9412c45ce32c2bf9881847d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use errc().</title>
<updated>2004-03-22T09:33:10+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-03-22T09:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=23e7704b3093adad2d10470c82ed3bef7e4af1a6'/>
<id>23e7704b3093adad2d10470c82ed3bef7e4af1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: simplify.</title>
<updated>2002-08-14T11:38:30+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-14T11:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=93df2494713f8f41593a286e3c88b0b272398b69'/>
<id>93df2494713f8f41593a286e3c88b0b272398b69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The return value of snprintf should be always nonnegative, so it should</title>
<updated>2002-07-28T15:41:15+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-07-28T15:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8015edeebbd53f8fe3a444bdf469584a6c0bc80c'/>
<id>8015edeebbd53f8fe3a444bdf469584a6c0bc80c</id>
<content type='text'>
be safe to cast it to a size_t before comparing it to a sizeof().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be safe to cast it to a size_t before comparing it to a sizeof().
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sigaction(2) instead of signal(3) to avoid the signal handler being</title>
<updated>2002-07-26T05:25:12+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-07-26T05:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b3df62e011e9ef74ac3ebad5b27cbf8f3000cee'/>
<id>5b3df62e011e9ef74ac3ebad5b27cbf8f3000cee</id>
<content type='text'>
re-entered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
re-entered.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid truncating filenames with snprintf().</title>
<updated>2002-06-29T05:31:26+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-29T05:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e12c2e18a5e6a2f936f0a2a6f777a21680e5a198'/>
<id>e12c2e18a5e6a2f936f0a2a6f777a21680e5a198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that this appeared at least as early as PWB UNIX.</title>
<updated>2002-06-10T22:59:59+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-06-10T22:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6fc8ba94c60e3325b9b6329cd9df9029246f68a0'/>
<id>6fc8ba94c60e3325b9b6329cd9df9029246f68a0</id>
<content type='text'>
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
</pre>
</div>
</content>
</entry>
</feed>
