History log of /freebsd-10.0-release/usr.bin/from/
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


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


165331 18-Dec-2006 ru

Improve markup.


146466 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


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


100026 15-Jul-2002 keramida

Fix last hard sentence break.


99143 30-Jun-2002 jmallett

Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check
for remaining arguments, rather than checking for *argv being a boolean truth.
Instead of using an empty case to check for -f- to mean "read stdin", and have
stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when
we mean to use stdin, otherwise fopen(3). Kill `register' qualifier.


99112 30-Jun-2002 obrien

Consistently use FBSDID


93214 26-Mar-2002 charnier

Introduce flags enumeration with standard
``The following options are available''. Put filename under .Pa.


92920 22-Mar-2002 imp

remove __P


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


86597 19-Nov-2001 murray

Fix two minor grammar mistakes.

PR: docs/32083
Submitted by: setantae@submonkey.net


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

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


79011 30-Jun-2001 dd

Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.

Submitted by: Mike Barcroft <mike@q9media.com>


70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


66590 03-Oct-2000 ru

Replaced unsafe use of sprintf() with snprintf().


65427 04-Sep-2000 imp

optarg and optind are declared in unistd.h.
h_error is declared in netdb.h


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


49126 27-Jul-1999 green

This covers the previous version, since a null commit message was accidentally
used:

Add a -c flag to print a count of messages and exit.

PR: 10921
Submitted by: James Howard <howardjp@byzantine.student.umd.edu>
Requested by: DES


49123 26-Jul-1999 green

*** empty log message ***


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


27270 08-Jul-1997 charnier

Add usage(), use err(3).


24360 29-Mar-1997 imp

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


18725 06-Oct-1996 jkh

Honor the MAIL environment variable, if set.
Submitted-by: Dan Cross <cross@math.psu.edu>


13678 28-Jan-1996 wosch

Read from standard input if file name "-" is given.


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.