Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Document that unexpand(1)'s -a and -t options are exclusive. | ru | 2006-10-13 | 1 | -3/+2 |
| | | | | PR: docs/85063 | ||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Add support for multibyte characters and for characters that take up | tjr | 2004-06-24 | 1 | -12/+23 |
| | | | | more than one column position. | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -15/+7 |
| | | | | Approved by: re | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -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 FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Remove obsolescent -tabstop option from Synopsis (it was already removed | tjr | 2002-06-15 | 1 | -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 -t | tjr | 2002-06-15 | 2 | -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 and | tjr | 2002-05-24 | 1 | -3/+9 |
| | | | | exit non-zero instead of immediately exiting (SUSv3). | ||||
* | Add the -t option, which allows tab stop positions to be specified similarly | tjr | 2002-04-23 | 1 | -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' | charnier | 2002-04-19 | 1 | -6/+9 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | Boundary check an array holding tab stops. | ru | 2002-03-06 | 1 | -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 should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | This compiles cleanly with WARNS=2; make sure it stays that way. | dd | 2001-06-20 | 1 | -2/+3 |
| | |||||
* | Don't arbitrarily limit tabstop expansions to 256 characters. | dd | 2001-06-20 | 1 | -1/+1 |
| | | | | Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+6 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Use errx(), remove unused #include. Correct SYNOPSIS | charnier | 2000-03-26 | 2 | -20/+14 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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[]). | archie | 1998-12-06 | 2 | -2/+3 |
| | |||||
* | PR: bin/5529 | cwt | 1998-02-02 | 1 | -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(). | charnier | 1997-07-01 | 1 | -12/+44 |
| | | | | Obtained from: OpenBSD. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+245 |