summaryrefslogtreecommitdiffstats
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 columnru2006-12-151-3/+3
* Add missing parentheses to fix a segmentation fault that is easilyiedowse2006-09-191-3/+3
* The change to make column use roundup(x, TAB) rounded things to thedwmalone2006-02-131-3/+3
* Take a swing at using roundup().jmallett2005-01-251-3/+4
* Add support for multibyte characters.tjr2004-07-291-33/+69
* Avoid passing negative values to isspace() on machines with signed chars.tjr2004-07-151-1/+1
* ANSify function definitions to avoid a warning.dwmalone2002-07-281-10/+7
* remove __Pimp2002-03-221-6/+6
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Use __FBSDID().markm2001-12-021-4/+6
* WARNS=2 fixup.markm2001-12-021-1/+1
* Remove the misnamed `emalloc' and replace its uses with calloc (alongobrien2001-07-241-19/+13
* Round up before checking if the width is smaller than the widestdwmalone2001-04-031-3/+5
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-7/+7
* Add missing -s flag in usage string.charnier1997-06-301-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.peter1997-03-111-1/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+304
OpenPOWER on IntegriCloud