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/+2 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |
| | | | | Tested with: make universe | ||||
* | Document that unexpand(1)'s -a and -t options are exclusive. | ru | 2006-10-13 | 1 | -1/+1 |
| | | | | PR: docs/85063 | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Add support for multibyte characters and for characters that take up | tjr | 2004-06-24 | 1 | -19/+27 |
| | | | | more than one column position. | ||||
* | Fix off-by-one error processing the line after an empty line when the | tjr | 2002-10-04 | 1 | -0/+1 |
| | | | | | | | -a option is not specified. Submitted by: schweikh MFC after: 1 week | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -7/+4 |
| | | | | | | | | | 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 | ||||
* | Allow <blank>s to be used to separate tab stop positions with the -t | tjr | 2002-06-15 | 1 | -2/+7 |
| | | | | | argument, not just ASCII space characters and commas. Don't count non-printing characters when determining column position. | ||||
* | Some minor nits exposed by the Open Group's VSC Lite verification suite: | tjr | 2002-04-25 | 1 | -18/+25 |
| | | | | | | | | | - When an error occurs processing one file, we must continue to process the remaining files. - Convert trailing whitespace to tabs as appropriate. - Align backspace handling with what the verification suite expects. Reviewed by: mike | ||||
* | Add the -t option, which allows tab stop positions to be specified similarly | tjr | 2002-04-23 | 1 | -51/+118 |
| | | | | | | | | 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 | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | WARNS=2 is to become the default, so remove. Use __FBSDID(). | markm | 2001-12-11 | 2 | -7/+6 |
| | |||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -1/+3 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
| | |||||
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
| | |||||
* | Use err(3) and add usage(). | charnier | 1997-08-20 | 1 | -9/+22 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 2 | -0/+137 |