Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No capital letter after : | charnier | 2004-07-26 | 1 | -3/+3 |
| | |||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -7/+7 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Modernise this code by rounding up the usual suspects: register keyword, | markm | 2002-06-21 | 1 | -107/+71 |
| | | | | | | consts, ANSIfication of functions, proper use of __FBSDID() and so on. This commit is non-functional from a code-execution perspective, but pr(1) now compiles WARNS=6 clean. | ||||
* | Don't convert a single space before a tab stop into a tab when the | tjr | 2002-06-19 | 1 | -2/+2 |
| | | | | -i option is used. | ||||
* | Add P1003.1-2001 -f and -p options. | jmallett | 2002-03-31 | 1 | -2/+41 |
| | | | | | | | PR: standards/36243 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike MFC after: 2 weeks | ||||
* | Ensure err is a useful value to prevent using fputs() with a NULL stream. | jedgar | 2002-02-17 | 1 | -0/+1 |
| | | | | MFC after: 1 week | ||||
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -1/+5 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | Seperate does not exist in the english language. | ||||
* | The -s option was broken (missing braces around an else clause). | kris | 1999-12-04 | 1 | -5/+7 |
| | | | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com> Obtained from: OpenBSD | ||||
* | Change meaning of newly introduced -L option - it helps lpr later | ache | 1999-11-30 | 1 | -7/+6 |
| | |||||
* | Localize it | ache | 1999-11-30 | 1 | -11/+21 |
| | |||||
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -3/+7 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Fixes: | scrappy | 1996-10-22 | 1 | -5/+12 |
| | | | | | | | | | | When you ask pr to use form feeds at the end of pages and specify a page length and tell pr to not put the fancy headers and footers on each pages, then pr will not separate the pages with a form feed. Closes PR: bin/1237 Submitted by: Warner Losh <imp@village.org> | ||||
* | Remove wrong LC_TIME env. usage | ache | 1995-10-24 | 1 | -2/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -8/+8 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+1804 |