summaryrefslogtreecommitdiffstats
path: root/usr.bin/expand/expand.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for multibyte characters and for characters that take uptjr2004-06-241-12/+23
| | | | more than one column position.
* 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
|
* Allow <blank>s to be used to separate tab stop positions with the -ttjr2002-06-151-3/+8
| | | | | 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).
* 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>
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Don't arbitrarily limit tabstop expansions to 256 characters.dd2001-06-201-1/+1
| | | | Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
* Use errx(), remove unused #include. Correct SYNOPSIScharnier2000-03-261-15/+9
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-2/+2
|
* 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-271-0/+152
OpenPOWER on IntegriCloud