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


# 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.


# 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


# 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.


# 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


# 99112 30-Jun-2002 obrien

Consistently use FBSDID


# 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 19-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 21-Mar-2002 imp

remove __P


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 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)


# 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.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources