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


# 227240 06-Nov-2011 ed

Mark global functions and/or variables in lam(1) static where possible.

This allows compilers and static analyzers to more thorough analysis.


# 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


# 201382 02-Jan-2010 ed

ANSIfy various tools in usr.bin/.

Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.


# 148713 04-Aug-2005 jmallett

Call usage() instead of being insolent.


# 132404 19-Jul-2004 tjr

Avoid passing negative values to tolower() on machines with signed chars.


# 99221 01-Jul-2002 jmallett

Back out my minorly disputed and possibly not well thought out changes to how
arguments are processed, at least temporarily.


# 99112 30-Jun-2002 obrien

Consistently use FBSDID


# 98934 27-Jun-2002 jmallett

Increment morefiles, balance braces. This should really be using getopt(3).


# 98933 27-Jun-2002 jmallett

Instead of not using argc and doing other great evil, check for no arguments
in main() and print usage, or if there are too many arguments, handle that
there, too.


# 81222 06-Aug-2001 mike

Constify, staticize, and set WARNS=2.

MFC after: 3 days


# 72178 08-Feb-2001 mikeh

Fix style(9) bugs from previous commit: remove space after function
names and revert to char *[].

bde by: bde, imp


# 72153 08-Feb-2001 mikeh

De-__P()-ify, convert K&R style declarations to ANSI ones


# 72152 08-Feb-2001 mikeh

Prevent string overflows by using safer string functions
Use tolower() rather than bit or-ing
Sanity check user specified printf() format
Exit when too many input files are given
Remove register from variables

Reviewed by: markm, imp


# 62894 10-Jul-2000 kris

Don't call err() with no format string.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 27497 18-Jul-1997 charnier

Use err(3) instead of local redefintion. Add usage() as a separate
function. Rewrote man page in mdoc format.


# 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