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


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.


163515 20-Oct-2006 cperciva

Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.

MFC after: 1 month


148713 05-Aug-2005 jmallett

Call usage() instead of being insolent.


133561 12-Aug-2004 tjr

Document incorrect handling of multibyte characters.


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.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


90415 08-Feb-2002 markm

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


83745 21-Sep-2001 wollman

Cross-reference between lam(1) and paste(1). Add a STANDARDS section to
lam(1) indicating that paste(1) is a standard way to do some of the same
things.

MFC after: 1 week


81222 06-Aug-2001 mike

Constify, staticize, and set WARNS=2.

MFC after: 3 days


79755 15-Jul-2001 dd

Remove whitespace at EOL.


72432 13-Feb-2001 ru

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


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


71895 01-Feb-2001 ru

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


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.


68575 10-Nov-2000 ru

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


62894 10-Jul-2000 kris

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


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


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


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.