summaryrefslogtreecommitdiff
path: root/usr.bin/join/join.c
AgeCommit message (Expand)Author
2024-04-19join: use getline() instead of fgetln()Martin Tournoij
2024-01-24join(1): Fix ordering in case of missing fieldsTijl Coosemans
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-22join(1): Fix field ordering for -v outputConrad Meyer
2017-02-28Renumber copyright clause 4Warner Losh
2013-02-04Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner
2011-11-06Add missing static keywords to join(1)Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2004-08-26Backout recent -j changes, the flags is deprecated.Maxim Konovalov
2004-08-25Add -j flag to usage() and the man page synopsis.Maxim Konovalov
2004-07-05Add support for multibyte characters.Tim J. Robbins
2002-09-04ANSIify function definitions.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-04-28Easy warns fixes; sort out some types and me them a bit more consistent;Mark Murray
2002-04-20Remove <ctype.h> - not neededAndrey A. Chernov
2002-04-20Allow space between -a and its argument. Honour locale collating orderTim J. Robbins
2002-03-26Support -o 0 in join(1) as per SUS.Juli Mallett
2002-03-22remove __PWarner Losh
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-04Clean up some ambiguous nested if/elses.Bill Fumerola
1997-08-19Require all compatability options to begin with '-'.Jonathan Lemon
1997-07-15Cosmetic in usage string.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Merge from Lite2 (note: needs checking by somebody who understands join)Peter Wemm
1997-01-17Fix a genuine off-by-one error that caused join to dump core whenJoerg Wunsch
1996-10-21Don't access stuff we have realloc()'ed using the old pointer.Poul-Henning Kamp
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes