summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/col.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* col can be locked down with tame "stdio", in case it is fed nasty input,deraadt2015-10-051-1/+4
* For half and reverse line feeds, recognize SUSv2-style escape-digitschwarze2015-05-091-8/+20
* Avoid scattering octal escapes all over the place,schwarze2015-05-081-5/+5
* Fix about ten integer overflows and underflows and a handful of logicschwarze2015-05-081-48/+66
* Correctly encode half line feed in the output stream for -f;schwarze2014-10-171-2/+2
* 1) Fix a segfault triggered by an input line containing two consecutiveschwarze2014-10-161-17/+19
* use the reallocarray idiom; ok ingoderaadt2014-10-081-13/+13
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* use strtonum; ok millert@jdixon2007-05-011-7/+8
* mostly ansi cleanup; pval okderaadt2003-06-101-19/+11
* 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-10/+10
* Sync usage() output with man page; mpech@prosoft.org.lvaaron2000-11-211-4/+3
* use err(3)mickey1997-07-251-12/+3
* (foo *)NULL -> NULL + err msg for realloc failurekstailey1997-06-171-4/+4
* 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/+545