summaryrefslogtreecommitdiffstats
path: root/usr.bin/column/column.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function.rob2018-06-221-12/+1
* Add full UTF-8 support to column(1).martijn2016-09-041-15/+41
* Complete do-over for column to prepare for implementing UTF-8 support.martijn2016-08-311-129/+143
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-171-9/+9
* Blank line before pledge().mmcc2015-11-031-1/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath" or tame "stdio" suffices for all of these programs.deraadt2015-10-051-9/+17
* If we have to realloc() "list" we need to zero out the new entriesmillert2014-05-221-5/+7
* fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseespie2014-05-171-17/+18
* fix leaksjsg2014-01-221-1/+3
* unsigned char casts for ctypederaadt2013-11-261-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* Refactor realloc() + checks into erealloc()millert2007-08-011-24/+28
* use strtonum; ok millert@jdixon2007-05-011-5/+11
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
* realloc & size_t police; simplify some pointer arithmetic; ok ray@otto2006-03-101-12/+16
* better realloc. ok deraadt@ henning@tedu2003-09-261-6/+8
* mostly ansi cleanup; pval okderaadt2003-06-101-14/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-9/+9
* first pass at a -Wall cleanupderaadt2001-07-121-7/+7
* Avoid divide by zero, spotted by aaron@millert1999-12-091-2/+4
* repair usage; charnier@freebsdderaadt1997-06-301-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+310