History log of /freebsd-9.3-release/usr.bin/expand/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


216370 11-Dec-2010 joel

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


200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


163316 13-Oct-2006 ru

Document that unexpand(1)'s -a and -t options are exclusive.

PR: docs/85063


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


131051 24-Jun-2004 tjr

Add support for multibyte characters and for characters that take up
more than one column position.


107260 26-Nov-2002 ru

mdoc(7) police: markup polishing.

Approved by: re


102944 04-Sep-2002 dwmalone

ANSIify function definitions.
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by: md5


99112 30-Jun-2002 obrien

Consistently use FBSDID


98252 15-Jun-2002 tjr

Remove obsolescent -tabstop option from Synopsis (it was already removed
from the usage() message). Document what the -t option does in a more
standard place. Add a standard Diagnostics section.


98251 15-Jun-2002 tjr

Allow <blank>s to be used to separate tab stop positions with the -t
argument, not just ASCII space characters and commas. Don't count
non-printing characters when determining column position.


97216 24-May-2002 tjr

If processing of one file fails, try to process the remaining files and
exit non-zero instead of immediately exiting (SUSv3).


95304 23-Apr-2002 tjr

Add the -t option, which allows tab stop positions to be specified similarly
to the way expand(1) allows. This brings unexpand(1) up to SUSv3 conformance,
and it now passes all relevant parts of the GNU textutils test suite.

PR: 35621
Reviewed by: mike


95083 19-Apr-2002 charnier

Use `The .Nm utility'


92920 22-Mar-2002 imp

remove __P


91740 06-Mar-2002 ru

Boundary check an array holding tab stops.

PR: bin/35590
Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au>


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


78483 20-Jun-2001 dd

This compiles cleanly with WARNS=2; make sure it stays that way.


78482 20-Jun-2001 dd

Don't arbitrarily limit tabstop expansions to 256 characters.

Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>


71895 01-Feb-2001 ru

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


68963 20-Nov-2000 ru

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


58606 26-Mar-2000 charnier

Use errx(), remove unused #include. Correct SYNOPSIS


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

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


41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


33016 02-Feb-1998 cwt

PR: bin/5529
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>

Do not misinterpret file names with a digit in the 2nd column as
a tab stop specification.


27147 01-Jul-1997 charnier

Add usage(), rcsid. Use getopt().
Obtained from: OpenBSD.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.