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


163682 25-Oct-2006 ru

Document the NM environment variable.


162792 29-Sep-2006 ru

Markup fixes.


158077 27-Apr-2006 imp

ru@ recently changed lorder to support library archives. Document
this new feature prominently. Bump date while I'm here.


150671 28-Sep-2005 ru

Oops, revert last commit (the manpage is still built in objdir).


150669 28-Sep-2005 ru

Add NO_OBJ.


148060 15-Jul-2005 ru

Fix loder(1) to work with libraries. This can be useful to
sort long DPADD lists automatically. While here, recognize
`W' as the global symbol. This has been tested since 2004.


131507 03-Jul-2004 ru

Deal with double whitespace.


115647 01-Jun-2003 tjr

Give the -o option before any filename operands when invoking the sort
utility. 1003.1-2001 does not allow sort to accept the -o option after
the operands (Base Definitions, 12.2 Utility Syntax Guidelines,
Guideline 9).


103902 24-Sep-2002 ache

Make it work with POSIX sort (POS arg)
All old sorts understand -k too.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


75286 07-Apr-2001 ru

beforeinstall -> SCRIPTS.


74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


73882 06-Mar-2001 dfr

Pick up the environment variable ${NM} if it exists and use that to list
symbols. This allows lorder to be used more easily in a cross-build
environment.


60671 17-May-2000 hoek

Use different filenames.

Submitted by: bin/16927, Mike Heffner


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


38322 15-Aug-1998 jb

Removed explict PATH which tended to cause the *wrong* path to be used
more often than not.

Also included Doug Rabson's changes to make this script better handle the
two varieties of nm output we now have.


27624 23-Jul-1997 charnier

Typo.


16280 10-Jun-1996 phk

typo.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>


9700 25-Jul-1995 bde

Change `install' to `${INSTALL}' as usual.

Remove the extra slash in ${DESTDIR}/${BINDIR}.


3937 27-Oct-1994 pst

lorder(1) manual page not properly installed due to makefile usurping
install rule.


1866 05-Aug-1994 wollman

More merry makefile munging for man page compatability.


1637 30-May-1994 rgrimes

Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.


1627 29-May-1994 rgrimes

Remove unneeded targets for manual page. Remove unneeded cleanfiles.


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.