aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/expand/expand.c
Commit message (Expand)AuthorAgeFilesLines
* [expand] add __dead2 annotation to usageEitan Adler2018-05-111-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Mark global functions and/or variables in expand(1) static where possible.Ed Schouten2011-11-061-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Add support for multibyte characters and for characters that take upTim J. Robbins2004-06-241-12/+23
* ANSIify function definitions.David Malone2002-09-041-9/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Allow <blank>s to be used to separate tab stop positions with the -tTim J. Robbins2002-06-151-3/+8
* If processing of one file fails, try to process the remaining files andTim J. Robbins2002-05-241-3/+9
* remove __PWarner Losh2002-03-221-2/+2
* Boundary check an array holding tab stops.Ruslan Ermilov2002-03-061-0/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Don't arbitrarily limit tabstop expansions to 256 characters.Dima Dorfman2001-06-201-1/+1
* Use errx(), remove unused #include. Correct SYNOPSISPhilippe Charnier2000-03-261-15/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* PR: bin/5529Chris Timmons1998-02-021-2/+2
* Add usage(), rcsid. Use getopt().Philippe Charnier1997-07-011-12/+44
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+152