aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/join/join.c
Commit message (Expand)AuthorAgeFilesLines
* Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner2013-02-041-1/+1
* Add missing static keywords to join(1)Ed Schouten2011-11-061-36/+36
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Backout recent -j changes, the flags is deprecated.Maxim Konovalov2004-08-261-5/+4
* Add -j flag to usage() and the man page synopsis.Maxim Konovalov2004-08-251-4/+5
* Add support for multibyte characters.Tim J. Robbins2004-07-051-6/+72
* ANSIify function definitions.David Malone2002-09-041-32/+17
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Easy warns fixes; sort out some types and me them a bit more consistent;Mark Murray2002-04-281-8/+9
* Remove <ctype.h> - not neededAndrey A. Chernov2002-04-201-1/+0
* Allow space between -a and its argument. Honour locale collating orderTim J. Robbins2002-04-201-2/+10
* Support -o 0 in join(1) as per SUS.Juli Mallett2002-03-261-12/+25
* remove __PWarner Losh2002-03-221-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Require all compatability options to begin with '-'.Jonathan Lemon1997-08-191-1/+4
* Cosmetic in usage string.Philippe Charnier1997-07-151-4/+9
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2 (note: needs checking by somebody who understands join)Peter Wemm1997-03-111-4/+9
* Fix a genuine off-by-one error that caused join to dump core whenJoerg Wunsch1997-01-171-3/+3
* Don't access stuff we have realloc()'ed using the old pointer.Poul-Henning Kamp1996-10-211-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+582