History log of /freebsd-current/usr.bin/tr/tr.1
Revision Date Author Comments
# bdcbfde3 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.bin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96


# 4573d501 14-Jul-2016 Andrey A. Chernov <ache@FreeBSD.org>

Document incomplete support of [=equiv=] and collation for ranges.


# 5b4fa425 14-Jul-2016 Andrey A. Chernov <ache@FreeBSD.org>

Back out non-collating [a-z] ranges (r302594).
Instead of changing the whole course to another POSIX-permitted way
for consistency and uniformity I decide to completely ignore missing
regex fucntionality and focus on fixing bugs in what we have now,
too many small obstacles we have choicing other way, counting ports.
Corresponding libc changes are backed out in r302824.


# 1ef4039a 11-Jul-2016 Andrey A. Chernov <ache@FreeBSD.org>

1) Following r302512 (remove collation support for [a-z]-ranges in libc)
remove collation support for a-z ranges here too.
It was implemented for single byte locales only in any case.

2) Reduce [Cc]flag loop to WCHAR_MAX, WINT_MAX here includes WEOF which is
not a character.

3) Optimize [Cc]flag case: don't repeatedly add the last character of
string2 to squeeze cset when string2 reach its EOS state.

4) Reflect in the manpage that [=equiv=] is implemented for single
byte locales only.


# c2965cd1 26-Mar-2012 Joel Dahl <joel@FreeBSD.org>

mdoc: terminate quoted strings.

Reviewed by: brueffer


# 126b754d 25-Mar-2012 Joel Dahl <joel@FreeBSD.org>

Remove superfluous paragraph macro.


# da52b4ca 11-Dec-2010 Joel Dahl <joel@FreeBSD.org>

Remove the advertising clause from UCB copyrighted files in usr.bin. This
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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 0414904d 13-Oct-2006 Ruslan Ermilov <ru@FreeBSD.org>

- Document all character classes our tr(1) supports. [1]
- Mention that some of them are POSIX extensions. [2]

PR: docs/85062 [1]
Submitted by: Toby Peterson [1]
Obtained from: wctype(3) [2]
MFC after: 3 days


# 36a142c4 13-Feb-2005 Ruslan Ermilov <ru@FreeBSD.org>

Expand contractions.


# 6c7216df 18-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


# a866e170 17-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Added the EXIT STATUS section where appropriate.


# 3baccdb9 11-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Formatting fixes.

(This exposes a bug in mdoc(7) for which a patch has been sent upstream.)


# 26bdc1d1 23-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Tweak markup of quoted strings and characters: use Dq instead of enclosing
strings in ``obsolete quotes''. Use Li and Ql where appropriate.


# 0b651019 22-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not the
right way to perform case-conversion.


# e263a4b4 08-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Update for multibyte character support: remove BUGS and change the
description of the -c option to refer to "values" instead of "byte values".


# 6a3e8b0a 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# 6863e5be 28-Jun-2004 Tim J. Robbins <tjr@FreeBSD.org>

Document incorrect handling of multibyte characters in input files
and character string arguments.


# 8ad968ee 05-Aug-2003 Andrey A. Chernov <ache@FreeBSD.org>

Clarify upper/lower conversion description more.


# bc44c44a 05-Aug-2003 Andrey A. Chernov <ache@FreeBSD.org>

Explain better what happens when [:lower:] <-> [:upper:]


# 21f53e91 03-Aug-2003 Andrey A. Chernov <ache@FreeBSD.org>

POSIX require complex processing of 'c-c' ranges: if one of the endpoints
is octal sequence, range is taken in the byte values order, for non-octal
endpoints range is taken in the sorted collation order.

Implement it.


# a508a04d 02-Aug-2003 Andrey A. Chernov <ache@FreeBSD.org>

POSIX requires 'c-c' must conform collate and be in collation order


# d64ada50 30-Dec-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


# 06e482e6 26-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: markup polishing.

Approved by: re


# b9a86ec9 17-Oct-2002 Philippe Charnier <charnier@FreeBSD.org>

Use .Fl/Ar for flags and arguments.


# 6eb0710e 14-Jun-2002 Tim J. Robbins <tjr@FreeBSD.org>

Sort sections. Avoid using "The -? option" at the start of option descriptions.


# dfac4f36 14-Jun-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add the P1003.1-2001 -C option which complements the set of characters
(not byte values) specified by the first string argument.


# 85f6c317 14-Jun-2002 Tim J. Robbins <tjr@FreeBSD.org>

Implement support for equivalence classes ([=e=]) when the mapping is
one-to-one (SUSv3)


# d628d776 15-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: utilize the new .Ex macro.


# 753d686d 14-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: s/BSD/.Bx/ where appropriate.


# f247324d 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 9597e1c2 06-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: -column lists require column width specifiers.


# d0353b83 01-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: split punctuation characters + misc fixes.


# 9b88faec 19-Dec-2000 Ruslan Ermilov <ru@FreeBSD.org>

Prepare for mdoc(7)NG.


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# 726b61ab 10-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

Avoid use of direct troff requests in mdoc(7) manual pages.


# dbb9d8f8 26-Mar-2000 Philippe Charnier <charnier@FreeBSD.org>

Add DIAGNOSTICS section name


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 3be5f1f5 12-Jul-1999 Nik Clayton <nik@FreeBSD.org>

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 69bd8767 12-Oct-1997 Wolfgang Helbig <helbig@FreeBSD.org>

Submitted by: Joachim Kuebart, thanks.
Add -u option to force unbuffered output


# af647767 18-Aug-1997 Philippe Charnier <charnier@FreeBSD.org>

Use err(3) instead of local redefinition. Cosmetic in usage().


# 9b50d902 26-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Usr.bin Sources