Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backout recent -j changes, the flags is deprecated. | maxim | 2004-08-26 | 1 | -5/+4 |
| | | | | Requested by: tjr | ||||
* | Add -j flag to usage() and the man page synopsis. | maxim | 2004-08-25 | 1 | -4/+5 |
| | | | | Inspired by: DragonFlyBSD | ||||
* | Add support for multibyte characters. | tjr | 2004-07-05 | 1 | -6/+72 |
| | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -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 FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Easy warns fixes; sort out some types and me them a bit more consistent; | markm | 2002-04-28 | 1 | -8/+9 |
| | | | | fix initialisers. | ||||
* | Remove <ctype.h> - not needed | ache | 2002-04-20 | 1 | -1/+0 |
| | |||||
* | Allow space between -a and its argument. Honour locale collating order | tjr | 2002-04-20 | 1 | -2/+10 |
| | | | | | | | by using strcoll() instead of strcmp(). PR: 36270 Reviewed by: mike | ||||
* | Support -o 0 in join(1) as per SUS. | jmallett | 2002-03-26 | 1 | -12/+25 |
| | | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike | ||||
* | remove __P | imp | 2002-03-22 | 1 | -9/+9 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -2/+3 |
| | |||||
* | Require all compatability options to begin with '-'. | jlemon | 1997-08-19 | 1 | -1/+4 |
| | | | | PR: 4145 | ||||
* | Cosmetic in usage string. | charnier | 1997-07-15 | 1 | -4/+9 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 (note: needs checking by somebody who understands join) | peter | 1997-03-11 | 1 | -4/+9 |
| | |||||
* | Fix a genuine off-by-one error that caused join to dump core when | joerg | 1997-01-17 | 1 | -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. | phk | 1996-10-21 | 1 | -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. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+582 |