aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pr/pr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Revert license change.Eitan Adler2017-12-011-2/+6
* Remove advertising clause from pr(1)Eitan Adler2017-11-301-6/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove a duplicate fclose() that snuck into r316501Alan Somers2017-04-051-1/+0
* Fix file descriptor and memory leaks in pr(1)Alan Somers2017-04-041-46/+81
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-3/+3
* Add missing static keywords to pr(1)Ed Schouten2011-11-061-29/+29
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.Ed Schouten2010-02-261-8/+3
* Fix misspelled 'argument' and try to make the sentence into English.John Baldwin2005-10-261-1/+1
* No capital letter after :Philippe Charnier2004-07-261-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* ANSIify function definitions.David Malone2002-09-041-7/+7
* Modernise this code by rounding up the usual suspects: register keyword,Mark Murray2002-06-211-107/+71
* Don't convert a single space before a tab stop into a tab when theTim J. Robbins2002-06-191-2/+2
* Add P1003.1-2001 -f and -p options.Juli Mallett2002-03-311-2/+41
* Ensure err is a useful value to prevent using fputs() with a NULL stream.Chris D. Faulhaber2002-02-171-0/+1
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-1/+5
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* The -s option was broken (missing braces around an else clause).Kris Kennaway1999-12-041-5/+7
* Change meaning of newly introduced -L option - it helps lpr laterAndrey A. Chernov1999-11-301-7/+6
* Localize itAndrey A. Chernov1999-11-301-11/+21
* Don't assume that time_t is long.Bruce Evans1998-06-291-3/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fixes:Marc G. Fournier1996-10-221-5/+12
* Remove wrong LC_TIME env. usageAndrey A. Chernov1995-10-241-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+1804