<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/paste/paste.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>2010-12-11T08:32:16Z</updated>
<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>Revert most part of 200420 as requested, as more review and polish is</title>
<updated>2009-12-13T03:14:06Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-13T03:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=821df508e882ca532bec415852399c6558f22f7a'/>
<id>urn:sha1:821df508e882ca532bec415852399c6558f22f7a</id>
<content type='text'>
needed.
</content>
</entry>
<entry>
<title>Remove unneeded header includes from usr.bin/ except contributed code.</title>
<updated>2009-12-11T23:35:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f2d322192a3949db6e0f0b4bad4c763abc52bed'/>
<id>urn:sha1:6f2d322192a3949db6e0f0b4bad4c763abc52bed</id>
<content type='text'>
Tested with:	make universe
</content>
</entry>
<entry>
<title>WARNS=6 chocked on unitialized variable.</title>
<updated>2006-09-12T05:08:36Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2006-09-12T05:08:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2eeeae049cd3176f551e4091aa0c9211dfd06e5'/>
<id>urn:sha1:b2eeeae049cd3176f551e4091aa0c9211dfd06e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multibyte characters in input files and delimiter</title>
<updated>2004-06-25T01:48:43Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-06-25T01:48:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f10c7bbeadb17b4ce06178b4eb5100c03f854a9'/>
<id>urn:sha1:0f10c7bbeadb17b4ce06178b4eb5100c03f854a9</id>
<content type='text'>
strings (arguments to the -d option.) This involves backing out paste.c
rev. 1.13 until we have a version of fgetln() that operates on wide
character streams.
</content>
</entry>
<entry>
<title>Use fgetln(3) to handle lines of unlimited length instead of a</title>
<updated>2002-05-24T08:56:49Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-24T08:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d42862594a2d6b9f914b6b62273f69e32348b6c3'/>
<id>urn:sha1:d42862594a2d6b9f914b6b62273f69e32348b6c3</id>
<content type='text'>
getc/putc loop.

Suggested by: dd
</content>
</entry>
<entry>
<title>P1003.2 forbids imposing any limit on line lengths; read character by</title>
<updated>2002-05-24T07:05:10Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-24T07:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce78cbf9e0cb23888bd6d2277900fd7167837861'/>
<id>urn:sha1:ce78cbf9e0cb23888bd6d2277900fd7167837861</id>
<content type='text'>
character instead of manually buffering each line.
</content>
</entry>
<entry>
<title>Exit with non-zero status if any files specified could not be opened</title>
<updated>2002-05-24T06:17:29Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-24T06:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0968654cfd11886ccac63dc2fb6a8a4511961c8b'/>
<id>urn:sha1:0968654cfd11886ccac63dc2fb6a8a4511961c8b</id>
<content type='text'>
when -s option is given (SUSv3).
</content>
</entry>
<entry>
<title>Clean up malloc(3)'s argument.  Remove casts which do nothing when we're</title>
<updated>2002-05-17T05:11:07Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-17T05:11:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47bca8b02cf7a0e85f952078ac29699abfd0891a'/>
<id>urn:sha1:47bca8b02cf7a0e85f952078ac29699abfd0891a</id>
<content type='text'>
using sizeof() anyway.  Use slightly more consistent (per-file) error
reporting for malloc(3) returning NULL.  If "malloc failed" was being printed,
don't use err(3).  If a NULL format is being used, use err(3).  In one case
errx(3) was being used with strerror(3), so just use err(3).
</content>
</entry>
<entry>
<title>More low hanging warnings fruit; ANSIfy, de-register, constify.</title>
<updated>2002-04-28T11:51:03Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T11:51:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78552e79d1abecd2fe9a8e8671d1b5426688a7c9'/>
<id>urn:sha1:78552e79d1abecd2fe9a8e8671d1b5426688a7c9</id>
<content type='text'>
</content>
</entry>
</feed>
