aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/column/column.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the fix in rev. 1.15 so that we jump to the next columnRuslan Ermilov2006-12-151-3/+3
* Add missing parentheses to fix a segmentation fault that is easilyIan Dowse2006-09-191-3/+3
* The change to make column use roundup(x, TAB) rounded things to theDavid Malone2006-02-131-3/+3
* Take a swing at using roundup().Juli Mallett2005-01-251-3/+4
* Add support for multibyte characters.Tim J. Robbins2004-07-291-33/+69
* Avoid passing negative values to isspace() on machines with signed chars.Tim J. Robbins2004-07-151-1/+1
* ANSify function definitions to avoid a warning.David Malone2002-07-281-10/+7
* remove __PWarner Losh2002-03-221-6/+6
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-021-4/+6
* WARNS=2 fixup.Mark Murray2001-12-021-1/+1
* Remove the misnamed `emalloc' and replace its uses with calloc (alongDavid E. O'Brien2001-07-241-19/+13
* Round up before checking if the width is smaller than the widestDavid Malone2001-04-031-3/+5
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-7/+7
* Add missing -s flag in usage string.Philippe Charnier1997-06-301-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-111-0/+305