aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col/col.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-11/+3
* For half and reverse line feeds, recognize both SUSv2-style escape-digitBaptiste Daroussin2015-05-101-0/+11
* Fix about ten integer overflows and underflows and a handful of logicBaptiste Daroussin2015-05-081-48/+69
* Capsicumize col(1)Baptiste Daroussin2015-05-021-0/+19
* Use defines to improve clarityBaptiste Daroussin2015-05-011-5/+5
* col: fixing 25 year old bugBaptiste Daroussin2015-05-011-4/+4
* Remove bogus cast.Kevin Lo2015-03-311-4/+4
* Fix to col when printing half-line feeds w/ -f option...John-Mark Gurney2014-10-171-1/+1
* Add missing static keywords to col(1)Ed Schouten2011-11-061-23/+23
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Remove more extraneous ;s.Ed Maste2010-07-151-1/+1
* The variables i and tot don't need to be static.Stefan Farfeleder2006-07-181-2/+2
* Avoid shadowing a local scratch variable,David Malone2005-11-131-2/+2
* Sort #include directives and remove one duplicate that crept in to theTim J. Robbins2004-07-291-2/+1
* Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-291-13/+31
* ANSIify function definitions.David Malone2002-09-041-14/+8
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* remove __PWarner Losh2002-03-221-8/+8
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-021-6/+6
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongDavid E. O'Brien2001-07-241-19/+11
* Add the -p flag to force unknown control sequences to be passedMike Heffner2001-06-171-3/+8
* Use err(3) and style(9) cleanup.Mike Heffner2001-06-171-21/+13
* Fix a trivial warning and clamp down with WARNS=2Kris Kennaway2001-05-261-0/+1
* Document the -h option.Dima Dorfman2001-05-111-1/+1
* Use errx(). .Nm fixesPhilippe Charnier2000-03-261-8/+8
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-1/+5
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
* Obtained from: looked at the fix in 1.1.5 and rewrote itBruce Evans1995-01-171-8/+18
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+534