History log of /freebsd-10.0-release/usr.bin/pr/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


243238 18-Nov-2012 eadler

Standardize EXIT STATUS instructions in man pages when possible.

Approved by: bcr (mentor)
MFC after: 3 days


228992 30-Dec-2011 uqs

Spelling fixes for usr.bin/


227175 06-Nov-2011 ed

Add missing static keywords to pr(1)


204359 26-Feb-2010 ed

Make pr build with WARNS=6.


204358 26-Feb-2010 ed

Use time(NULL) instead of gettimeofday(), because we only need tv_sec.


201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


200469 13-Dec-2009 delphij

egetopt.c does not use any stdlib.h definations, nor it referenced any
symbol from other module, so remove reference of stdlib.h and extern.h.

Verified with: md5(1)


200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


151701 26-Oct-2005 jhb

Fix misspelled 'argument' and try to make the sentence into English.

Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


132672 26-Jul-2004 charnier

No capital letter after :


131511 03-Jul-2004 tjr

Document missing multibyte character support in utilities specified
by POSIX.


108470 30-Dec-2002 schweikh

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


102944 04-Sep-2002 dwmalone

ANSIify function definitions.
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


98698 23-Jun-2002 charnier

Make egetopt() return -1 not EOF, as getopt(3) do.

Reviewed by:markm


98667 23-Jun-2002 charnier

add DIAGNOSTICS section


98552 21-Jun-2002 markm

Modernise this code by rounding up the usual suspects: register keyword,
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.


98408 19-Jun-2002 tjr

Don't convert a single space before a tab stop into a tab when the
-i option is used.


93481 31-Mar-2002 jmallett

Add P1003.1-2001 -f and -p options.

PR: standards/36243
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike
MFC after: 2 weeks


92921 22-Mar-2002 imp

remove __P


90788 17-Feb-2002 jedgar

Ensure err is a useful value to prevent using fputs() with a NULL stream.
MFC after: 1 week


83746 21-Sep-2001 wollman

Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly used
to display text in columns even when the other formatting pr does is not
desired.)

MFC after: 1 week


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


74575 21-Mar-2001 ache

Use nl_langinfo instead of %Ef


72432 13-Feb-2001 ru

mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.


72091 06-Feb-2001 asmodai

Fix typo: seperate -> separate.

Seperate does not exist in the english language.


71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


68575 10-Nov-2000 ru

Avoid use of direct troff requests in mdoc(7) manual pages.


68386 06-Nov-2000 ru

Fixed typo: .FL -> .Fl


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


54114 04-Dec-1999 kris

The -s option was broken (missing braces around an else clause).

Noticed by: Thomas Stromberg <tstromberg@rtci.com>
Obtained from: OpenBSD


53962 30-Nov-1999 ache

%Ex -> %Ef


53955 30-Nov-1999 ache

Change meaning of newly introduced -L option - it helps lpr later


53948 30-Nov-1999 ache

Localize it


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


37262 29-Jun-1998 bde

Don't assume that time_t is long.


27885 04-Aug-1997 charnier

Cosmetic and typos.


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


19092 22-Oct-1996 scrappy

Fixes:

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>


17891 29-Aug-1996 wosch

[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41


11763 24-Oct-1995 ache

Remove wrong LC_TIME env. usage


8874 30-May-1995 rgrimes

Remove trailing whitespace.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.