summaryrefslogtreecommitdiffstats
path: root/usr.bin/expand
Commit message (Collapse)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Add support for multibyte characters and for characters that take uptjr2004-06-241-12/+23
| | | | more than one column position.
* mdoc(7) police: markup polishing.ru2002-11-261-15/+7
| | | | Approved by: re
* ANSIify function definitions.dwmalone2002-09-041-9/+6
| | | | | | | | | 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
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Remove obsolescent -tabstop option from Synopsis (it was already removedtjr2002-06-151-12/+17
| | | | | from the usage() message). Document what the -t option does in a more standard place. Add a standard Diagnostics section.
* Allow <blank>s to be used to separate tab stop positions with the -ttjr2002-06-152-3/+20
| | | | | argument, not just ASCII space characters and commas. Don't count non-printing characters when determining column position.
* If processing of one file fails, try to process the remaining files andtjr2002-05-241-3/+9
| | | | exit non-zero instead of immediately exiting (SUSv3).
* Add the -t option, which allows tab stop positions to be specified similarlytjr2002-04-231-1/+14
| | | | | | | | 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
* Use `The .Nm utility'charnier2002-04-191-6/+9
|
* remove __Pimp2002-03-221-2/+2
|
* Boundary check an array holding tab stops.ru2002-03-061-0/+2
| | | | | PR: bin/35590 Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au>
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* This compiles cleanly with WARNS=2; make sure it stays that way.dd2001-06-201-2/+3
|
* Don't arbitrarily limit tabstop expansions to 256 characters.dd2001-06-201-1/+1
| | | | Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+6
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use errx(), remove unused #include. Correct SYNOPSIScharnier2000-03-262-20/+14
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
|
* PR: bin/5529cwt1998-02-021-2/+2
| | | | | | | 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.
* Add usage(), rcsid. Use getopt().charnier1997-07-011-12/+44
| | | | Obtained from: OpenBSD.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+245
OpenPOWER on IntegriCloud