summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Add missing static keywords to unexpand(1)ed2011-11-061-3/+3
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | 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
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
| | | | Tested with: make universe
* Document that unexpand(1)'s -a and -t options are exclusive.ru2006-10-131-1/+1
| | | | PR: docs/85063
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Add support for multibyte characters and for characters that take uptjr2004-06-241-19/+27
| | | | more than one column position.
* Fix off-by-one error processing the line after an empty line when thetjr2002-10-041-0/+1
| | | | | | | -a option is not specified. Submitted by: schweikh MFC after: 1 week
* ANSIify function definitions.dwmalone2002-09-041-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 -ttjr2002-06-151-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:tjr2002-04-251-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 similarlytjr2002-04-231-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 __Pimp2002-03-221-2/+2
|
* WARNS=2 is to become the default, so remove. Use __FBSDID().markm2001-12-112-7/+6
|
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-1/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
|
* Main() returns int.charnier1997-08-261-2/+2
|
* Use err(3) and add usage().charnier1997-08-201-9/+22
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+137
OpenPOWER on IntegriCloud