<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libedit/makelist, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>MFC stefanf's work on libedit.  This includes a sync with NetBSD/OpenBSD</title>
<updated>2005-10-09T03:44:01Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-10-09T03:44:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7e84843790b8f39abc4bd21f54672cb876798fb'/>
<id>urn:sha1:f7e84843790b8f39abc4bd21f54672cb876798fb</id>
<content type='text'>
and some bugfixes.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>LANG-&gt;LC_ALL</title>
<updated>2003-08-04T21:31:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T21:31:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90862ca23de03b17cb201942dad80e9165af032c'/>
<id>urn:sha1:90862ca23de03b17cb201942dad80e9165af032c</id>
<content type='text'>
Pointed by:     ru
</content>
</entry>
<entry>
<title>Fix problem differently, use</title>
<updated>2003-08-04T15:24:06Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T15:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11871d537bc79b9c092fb2d5e6e707c5fffa1e47'/>
<id>urn:sha1:11871d537bc79b9c092fb2d5e6e707c5fffa1e47</id>
<content type='text'>
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
</content>
</entry>
<entry>
<title>Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'</title>
<updated>2003-08-04T14:10:33Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-04T14:10:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9e76fa4dd8a4a51baf07ec7a5f30bb042be57bc'/>
<id>urn:sha1:e9e76fa4dd8a4a51baf07ec7a5f30bb042be57bc</id>
<content type='text'>
First of all, it should be written as: tr 'a-z' 'A-Z'
ranges not encolosed in [] according to POSIX, so [] just included
in the replacement.
Second, it should be written: tr '[:lower:]' '[:upper:]'
since a-z and A-Z may have different length in some locales.
</content>
</entry>
<entry>
<title>Usage style sweep: spell "usage" with a small 'u'.</title>
<updated>2002-04-22T13:44:47Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-22T13:44:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d397408818fbfa179246fb327659e3fb29ffff31'/>
<id>urn:sha1:d397408818fbfa179246fb327659e3fb29ffff31</id>
<content type='text'>
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
</content>
</entry>
<entry>
<title>+ Sync with NetBSD, bringing in feature enhancements.</title>
<updated>2001-10-01T08:41:27Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-10-01T08:41:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c195773444850fbd9cf231761a4f76eaf863e5a'/>
<id>urn:sha1:3c195773444850fbd9cf231761a4f76eaf863e5a</id>
<content type='text'>
+ Convert to ANSI-C function definitions
+ style(9)

Submitted by:	kris
</content>
</entry>
<entry>
<title>Don't use absolute path.</title>
<updated>1998-05-27T07:39:05Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-05-27T07:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3081c7cd687f477a92c0affcc7543a9e3d13e7ff'/>
<id>urn:sha1:3081c7cd687f477a92c0affcc7543a9e3d13e7ff</id>
<content type='text'>
Submitted by:	jhay
</content>
</entry>
<entry>
<title>Reorder decomposition of the filename argument for the '-h' flag to</title>
<updated>1997-07-23T18:23:42Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1997-07-23T18:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=194fb96e6a2667dad0862bf8f7994ad5edba1130'/>
<id>urn:sha1:194fb96e6a2667dad0862bf8f7994ad5edba1130</id>
<content type='text'>
avoid misprocessing in the case where the filename argument contains
more than one period.

Submitted by:	micke@dynas.se (Mikael Hybsch)
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Lib Sources</title>
<updated>1994-05-27T05:00:24Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T05:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58f0484fa251c266ede97b591b499fe3dd4f578e'/>
<id>urn:sha1:58f0484fa251c266ede97b591b499fe3dd4f578e</id>
<content type='text'>
</content>
</entry>
</feed>
