aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col/col.c
Commit message (Expand)AuthorAgeFilesLines
* 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