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


246319 04-Feb-2013 andrew

Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.


235597 18-May-2012 gjb

Fix a typo that crept in.

Pointyhat: gjb (myself)
Spotted by: hrs
MFC after: 2 days (minor change)


235211 10-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


227167 06-Nov-2011 ed

Add missing static keywords to join(1)


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


208732 02-Jun-2010 uqs

mdoc cleanup

Garbage collect unused sections, macros and arguments. Fix prologue and
remove empty lines.

Found by: mdocml


165436 21-Dec-2006 ru

Improve markup and do some minor wordsmithing.


141846 13-Feb-2005 ru

Expand *n't contractions.


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


134333 26-Aug-2004 maxim

Backout recent -j changes, the flags is deprecated.

Requested by: tjr


134293 25-Aug-2004 maxim

Add -j flag to usage() and the man page synopsis.

Inspired by: DragonFlyBSD


131624 05-Jul-2004 tjr

Add support for multibyte characters.


131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


131059 24-Jun-2004 tjr

Document the fact that join(1) does not recognize multibyte characters.


107265 26-Nov-2002 ru

mdoc(7) police: nit.

Approved by: re


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


101827 13-Aug-2002 ru

mdoc(7) police: untangle.


99112 30-Jun-2002 obrien

Consistently use FBSDID


98094 10-Jun-2002 tjr

Remove -j from synopsis. The form given in the synopsis was incorrect,
and it should not have been there at all since it is a deprecated option.


95650 28-Apr-2002 markm

Easy warns fixes; sort out some types and me them a bit more consistent;
fix initialisers.


95098 20-Apr-2002 ache

Remove <ctype.h> - not needed


95096 20-Apr-2002 tjr

Allow space between -a and its argument. Honour locale collating order
by using strcoll() instead of strcmp().

PR: 36270
Reviewed by: mike


93193 26-Mar-2002 jmallett

Support -o 0 in join(1) as per SUS.

PR: 36072
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike


92920 22-Mar-2002 imp

remove __P


81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


58702 27-Mar-2000 charnier

Quote with .Dq
Asked by: Sheldon


58604 26-Mar-2000 charnier

Add DIAGNOSTICS section name and section name to .Xr.


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


48566 04-Jul-1999 billf

Clean up some ambiguous nested if/elses.


28423 19-Aug-1997 jlemon

Require all compatability options to begin with '-'.

PR: 4145


27422 15-Jul-1997 charnier

Cosmetic in usage string.


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23694 11-Mar-1997 peter

Merge from Lite2 (note: needs checking by somebody who understands join)


23691 11-Mar-1997 peter

This commit was generated by cvs2svn to compensate for changes in r23690,
which included commits to RCS files with non-trunk default branches.


21811 17-Jan-1997 joerg

Fix a genuine off-by-one error that caused join to dump core when
trying to use field numbers tha weren't present in the input data.


19069 21-Oct-1996 phk

Don't access stuff we have realloc()'ed using the old pointer.

This is a sample of a new class of malloc usage errors that the
Junk option to phkmalloc will expose.

Found by: phkmalloc.


8874 30-May-1995 rgrimes

Remove trailing whitespace.


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.