<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/tr, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-10-16T12:29:55Z</updated>
<entry>
<title>MFC: 1.34: Document all character classes our tr(1) implementation</title>
<updated>2006-10-16T12:29:55Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-16T12:29:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe920eb96d47a12671b44d79997c6e36db2d441a'/>
<id>urn:sha1:fe920eb96d47a12671b44d79997c6e36db2d441a</id>
<content type='text'>
supports, mention that some of them are extensions to POSIX.

PR:		docs/85062
Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>Remove unused variables.</title>
<updated>2005-04-09T14:31:41Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-09T14:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c97c3d1d3dfe6cb37a829f10b60a1423c76ae5f'/>
<id>urn:sha1:6c97c3d1d3dfe6cb37a829f10b60a1423c76ae5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand contractions.</title>
<updated>2005-02-13T23:45:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T23:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36a142c455a41172df398f10eb3e110ca29fbf72'/>
<id>urn:sha1:36a142c455a41172df398f10eb3e110ca29fbf72</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/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/commit/?id=a866e170777b42fd7921eadd6e7e664f3a031d60'/>
<id>urn:sha1:a866e170777b42fd7921eadd6e7e664f3a031d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatting fixes.</title>
<updated>2005-01-11T10:32:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-11T10:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3baccdb9fd44df1dd289f49ec2a7a0e25064d45e'/>
<id>urn:sha1:3baccdb9fd44df1dd289f49ec2a7a0e25064d45e</id>
<content type='text'>
(This exposes a bug in mdoc(7) for which a patch has been sent upstream.)
</content>
</entry>
<entry>
<title>tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't</title>
<updated>2004-11-14T05:15:25Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2004-11-14T05:15:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03afb27c83d9a684953d8135a6317228ad0c1cf8'/>
<id>urn:sha1:03afb27c83d9a684953d8135a6317228ad0c1cf8</id>
<content type='text'>
check to see that a given digit is actually an octal digit.  This leads to
unusual consequences if passed in values like \9.

Reported by:	Joseph Davison (OpenDarwin project)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Tweak markup of quoted strings and characters: use Dq instead of enclosing</title>
<updated>2004-07-23T06:06:58Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-23T06:06:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26bdc1d12e201268494ef5c5caa40645cb222fa6'/>
<id>urn:sha1:26bdc1d12e201268494ef5c5caa40645cb222fa6</id>
<content type='text'>
strings in ``obsolete quotes''. Use Li and Ql where appropriate.
</content>
</entry>
<entry>
<title>Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not the</title>
<updated>2004-07-23T05:44:04Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-23T05:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b651019b450cfc36d4a483f56fd015ee7c09234'/>
<id>urn:sha1:0b651019b450cfc36d4a483f56fd015ee7c09234</id>
<content type='text'>
right way to perform case-conversion.
</content>
</entry>
<entry>
<title>Fix description of cmap_lookup_hard().</title>
<updated>2004-07-14T08:36:09Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-14T08:36:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c75b843169e31437e16eb1f5707ec5da48b07a80'/>
<id>urn:sha1:c75b843169e31437e16eb1f5707ec5da48b07a80</id>
<content type='text'>
</content>
</entry>
</feed>
