summaryrefslogtreecommitdiff
path: root/usr.bin/pr/pr.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-07malloc(n * m) -> calloc(n, m);Charles Longeau
2008-04-18If memory allocation fails during error message buffering, print all holdTobias Stoeckmann
2007-09-03last commit broke the tree because of missing parentheses.Moritz Jodeit
2007-09-03sizeof char is 1; ok djmTheo de Raadt
2007-03-03- make synopsis and usage() match the order of the options listJason McIntyre
2007-02-20Some cleanup including:Moritz Jodeit
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-08-04protosTheo de Raadt
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-04-30arguement -> argumentTheo de Raadt
2001-11-29make sure that va_start() has matching va_end()Mike Pechkin
2001-11-19kill more registersMike Pechkin
2001-11-19guess what! more signal race fixes...Theo de Raadt
2001-11-02use _exit() in signal handlerTheo de Raadt
2001-05-24Don't convert a single space before a tab stop into a tab when the -iPeter Valchev
2001-02-05please binutils in the absence of perfect weak symbolsTheo de Raadt
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-12-03the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, bu...Theo de Raadt
1999-05-23make private version of getopt() return -1, not EOFTodd C. Miller
1997-04-23revised to handle form feeds, bugs fixed etcgrr
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-10pr -F would sometimes fail to properly use formfeeds.imp
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt