summaryrefslogtreecommitdiffstats
path: root/usr.bin/join/join.c
Commit message (Collapse)AuthorAgeFilesLines
* Backout recent -j changes, the flags is deprecated.maxim2004-08-261-5/+4
| | | | Requested by: tjr
* Add -j flag to usage() and the man page synopsis.maxim2004-08-251-4/+5
| | | | Inspired by: DragonFlyBSD
* Add support for multibyte characters.tjr2004-07-051-6/+72
|
* ANSIify function definitions.dwmalone2002-09-041-32/+17
| | | | | | | | | 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
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Easy warns fixes; sort out some types and me them a bit more consistent;markm2002-04-281-8/+9
| | | | fix initialisers.
* Remove <ctype.h> - not neededache2002-04-201-1/+0
|
* Allow space between -a and its argument. Honour locale collating ordertjr2002-04-201-2/+10
| | | | | | | by using strcoll() instead of strcmp(). PR: 36270 Reviewed by: mike
* Support -o 0 in join(1) as per SUS.jmallett2002-03-261-12/+25
| | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike
* remove __Pimp2002-03-221-9/+9
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
|
* Require all compatability options to begin with '-'.jlemon1997-08-191-1/+4
| | | | PR: 4145
* Cosmetic in usage string.charnier1997-07-151-4/+9
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2 (note: needs checking by somebody who understands join)peter1997-03-111-4/+9
|
* Fix a genuine off-by-one error that caused join to dump core whenjoerg1997-01-171-3/+3
| | | | trying to use field numbers tha weren't present in the input data.
* Don't access stuff we have realloc()'ed using the old pointer.phk1996-10-211-2/+3
| | | | | | | This is a sample of a new class of malloc usage errors that the Junk option to phkmalloc will expose. Found by: phkmalloc.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+582
OpenPOWER on IntegriCloud