<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/column, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<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-test2/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>mdoc: order prologue macros consistently by Dd/Dt/Os</title>
<updated>2010-04-14T19:08:06Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-04-14T19:08:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744'/>
<id>urn:sha1:aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744</id>
<content type='text'>
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by:	ru
Approved by:	philip, ed (mentors)
</content>
</entry>
<entry>
<title>Fix the fix in rev. 1.15 so that we jump to the next column</title>
<updated>2006-12-15T17:47:25Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-15T17:47:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=090782f5d5974c14eaa0ed4cb3e2c46c8f3166a4'/>
<id>urn:sha1:090782f5d5974c14eaa0ed4cb3e2c46c8f3166a4</id>
<content type='text'>
instead of always skipping it.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Add missing parentheses to fix a segmentation fault that is easily</title>
<updated>2006-09-19T22:11:43Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2006-09-19T22:11:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6508a1ecdc64abad3ecf2ad114bbca21518c1506'/>
<id>urn:sha1:6508a1ecdc64abad3ecf2ad114bbca21518c1506</id>
<content type='text'>
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.
</content>
</entry>
<entry>
<title>The change to make column use roundup(x, TAB) rounded things to the</title>
<updated>2006-02-13T22:09:26Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2006-02-13T22:09:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59643a212039cdd10c49642a8bc7586faa585f11'/>
<id>urn:sha1:59643a212039cdd10c49642a8bc7586faa585f11</id>
<content type='text'>
current tab, however the code it replaced wanted to round to the
next TAB. Consequently things like this:

	( echo 1 ; echo 2 ) | column

cause column to loop indefinitely. This patch is slightly different
from the one Gary submitted, but is closer to the original code.

Submitted by:	Gary Cody &lt;gary@lyranthe.org&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Take a swing at using roundup().</title>
<updated>2005-01-25T01:35:02Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2005-01-25T01:35:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2816c14897508c3bb5145887d1dc677cc5b975e'/>
<id>urn:sha1:e2816c14897508c3bb5145887d1dc677cc5b975e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T13:43:56Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T13:43:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c7216df785592bb069469113f556dfd1946ed5d'/>
<id>urn:sha1:6c7216df785592bb069469113f556dfd1946ed5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added the EXIT STATUS section where appropriate.</title>
<updated>2005-01-17T07:44:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-17T07:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a866e170777b42fd7921eadd6e7e664f3a031d60'/>
<id>urn:sha1:a866e170777b42fd7921eadd6e7e664f3a031d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Scheduled mdoc(7) sweep.</title>
<updated>2005-01-11T10:32:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-11T10:32:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4438d91ea23a4b60fc00b4075222ae80a264d9ec'/>
<id>urn:sha1:4438d91ea23a4b60fc00b4075222ae80a264d9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multibyte characters.</title>
<updated>2004-07-29T13:22:56Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-29T13:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5480f12049e47434a0a9456229134020e0ab0788'/>
<id>urn:sha1:5480f12049e47434a0a9456229134020e0ab0788</id>
<content type='text'>
</content>
</entry>
</feed>
