summaryrefslogtreecommitdiffstats
path: root/usr.bin/pr/pr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - get the spacing right for -e, -i, -n, and -sjmc2014-04-151-4/+4
* unsigned char casts for ctypederaadt2013-11-261-7/+7
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+5
* struct timezone is so 1980deraadt2013-04-181-5/+4
* fix potential use of uninitialized variable.chl2010-08-251-2/+2
* several fixes from netbsd:jasper2010-08-171-102/+135
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* malloc(n * m) -> calloc(n, m);chl2009-02-071-3/+3
* If memory allocation fails during error message buffering, print all holdtobias2008-04-181-4/+9
* last commit broke the tree because of missing parentheses.moritz2007-09-031-3/+3
* sizeof char is 1; ok djmderaadt2007-09-031-16/+16
* - make synopsis and usage() match the order of the options listjmc2007-03-031-5/+5
* Some cleanup including:moritz2007-02-201-25/+35
* dont compare int with NULL, compare to 0 instead, otto@ okavsm2004-06-211-3/+3
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-11/+11
* protosderaadt2003-08-041-3/+3
* de-register and ansification; millert okderaadt2003-06-121-58/+19
* mostly ansi cleanup; pval okderaadt2003-06-101-5/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* arguement -> argumentderaadt2002-04-301-3/+3
* make sure that va_start() has matching va_end()mpech2001-11-291-2/+3
* kill more registersmpech2001-11-191-47/+47
* guess what! more signal race fixes...deraadt2001-11-191-82/+89
* use _exit() in signal handlerderaadt2001-11-021-4/+4
* Don't convert a single space before a tab stop into a tab when the -ipvalchev2001-05-241-2/+17
* please binutils in the absence of perfect weak symbolsderaadt2001-02-051-37/+37
* seperate -> separate, okay aaron@provos2000-11-101-3/+3
* the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, but i have not seen them fix any of the bugsderaadt1999-12-031-7/+8
* make private version of getopt() return -1, not EOFmillert1999-05-231-4/+4
* revised to handle form feeds, bugs fixed etcgrr1997-04-231-1452/+1622
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* pr -F would sometimes fail to properly use formfeeds.imp1996-08-101-6/+14
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+1809