History log of /freebsd-10.1-release/usr.bin/from/from.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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


# 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


# 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


# 92920 21-Mar-2002 imp

remove __P


# 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 27-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 ***


# 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 05-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.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources