summaryrefslogtreecommitdiff
path: root/usr.bin/column/column.c
AgeCommit message (Expand)Author
2025-05-13column(1): add -l flagLexi Winter
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-12-28Free data after we're done with it.Warner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-03-31Remove bogus cast.Kevin Lo
2011-11-06Add missing static keywords to column(1)Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2006-12-15Fix the fix in rev. 1.15 so that we jump to the next columnRuslan Ermilov
2006-09-19Add missing parentheses to fix a segmentation fault that is easilyIan Dowse
2006-02-13The change to make column use roundup(x, TAB) rounded things to theDavid Malone
2005-01-25Take a swing at using roundup().Juli Mallett
2004-07-29Add support for multibyte characters.Tim J. Robbins
2004-07-15Avoid passing negative values to isspace() on machines with signed chars.Tim J. Robbins
2002-07-28ANSify function definitions to avoid a warning.David Malone
2002-03-22remove __PWarner Losh
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-02Use __FBSDID().Mark Murray
2001-12-02WARNS=2 fixup.Mark Murray
2001-07-24Remove the misnamed `emalloc' and replace its uses with calloc (alongDavid E. O'Brien
2001-04-03Round up before checking if the width is smaller than the widestDavid Malone
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-06-30Add missing -s flag in usage string.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm