aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/expand
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-15/+7
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107260
* ANSIify function definitions.David Malone2002-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 Notes: svn path=/head/; revision=102944
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Remove obsolescent -tabstop option from Synopsis (it was already removedTim J. Robbins2002-06-151-12/+17
| | | | | | | | from the usage() message). Document what the -t option does in a more standard place. Add a standard Diagnostics section. Notes: svn path=/head/; revision=98252
* Allow <blank>s to be used to separate tab stop positions with the -tTim J. Robbins2002-06-152-3/+20
| | | | | | | | argument, not just ASCII space characters and commas. Don't count non-printing characters when determining column position. Notes: svn path=/head/; revision=98251
* If processing of one file fails, try to process the remaining files andTim J. Robbins2002-05-241-3/+9
| | | | | | | exit non-zero instead of immediately exiting (SUSv3). Notes: svn path=/head/; revision=97216
* Add the -t option, which allows tab stop positions to be specified similarlyTim J. Robbins2002-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 Notes: svn path=/head/; revision=95304
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
| | | | Notes: svn path=/head/; revision=95083
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92920
* Boundary check an array holding tab stops.Ruslan Ermilov2002-03-061-0/+2
| | | | | | | | PR: bin/35590 Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au> Notes: svn path=/head/; revision=91740
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* This compiles cleanly with WARNS=2; make sure it stays that way.Dima Dorfman2001-06-201-2/+3
| | | | Notes: svn path=/head/; revision=78483
* Don't arbitrarily limit tabstop expansions to 256 characters.Dima Dorfman2001-06-201-1/+1
| | | | | | | Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> Notes: svn path=/head/; revision=78482
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+6
| | | | Notes: svn path=/head/; revision=71895
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Use errx(), remove unused #include. Correct SYNOPSISPhilippe Charnier2000-03-262-20/+14
| | | | Notes: svn path=/head/; revision=58606
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
| | | | Notes: svn path=/head/; revision=41568
* PR: bin/5529Chris Timmons1998-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. Notes: svn path=/head/; revision=33016
* Add usage(), rcsid. Use getopt().Philippe Charnier1997-07-011-12/+44
| | | | | | | Obtained from: OpenBSD. Notes: svn path=/head/; revision=27147
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+245
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590