summaryrefslogtreecommitdiff
path: root/usr.bin/column/column.c
AgeCommit message (Expand)Author
2016-09-04Add full UTF-8 support to column(1).Martijn van Duren
2016-08-31Complete do-over for column to prepare for implementing UTF-8 support.Martijn van Duren
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2015-11-03Blank line before pledge().mmcc
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05tame "stdio rpath" or tame "stdio" suffices for all of these programs.Theo de Raadt
2014-05-22If we have to realloc() "list" we need to zero out the new entriesTodd C. Miller
2014-05-17fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseMarc Espie
2014-01-22fix leaksJonathan Gray
2013-11-26unsigned char casts for ctypeTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-08-01Refactor realloc() + checks into erealloc()Todd C. Miller
2007-05-01use strtonum; ok millert@Jason Dixon
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-03-10realloc & size_t police; simplify some pointer arithmetic; ok ray@Otto Moerbeek
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-12first pass at a -Wall cleanupTheo de Raadt
1999-12-09Avoid divide by zero, spotted by aaron@Todd C. Miller
1997-06-30repair usage; charnier@freebsdTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt