summaryrefslogtreecommitdiffstats
path: root/usr.bin/lam/lam.c
Commit message (Collapse)AuthorAgeFilesLines
* Back out my minorly disputed and possibly not well thought out changes to howjmallett2002-07-011-7/+7
| | | | arguments are processed, at least temporarily.
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Increment morefiles, balance braces. This should really be using getopt(3).jmallett2002-06-271-2/+3
|
* Instead of not using argc and doing other great evil, check for no argumentsjmallett2002-06-271-5/+6
| | | | | in main() and print usage, or if there are too many arguments, handle that there, too.
* Constify, staticize, and set WARNS=2.mike2001-08-061-9/+9
| | | | MFC after: 3 days
* Fix style(9) bugs from previous commit: remove space after functionmikeh2001-02-081-6/+6
| | | | | | names and revert to char *[]. bde by: bde, imp
* De-__P()-ify, convert K&R style declarations to ANSI onesmikeh2001-02-081-13/+8
|
* Prevent string overflows by using safer string functionsmikeh2001-02-081-21/+27
| | | | | | | | | 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
* Don't call err() with no format string.kris2000-07-101-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3) instead of local redefintion. Add usage() as a separatecharnier1997-07-181-24/+19
| | | | function. Rewrote man page in mdoc format.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+233
OpenPOWER on IntegriCloud