Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backout recent -j changes, the flags is deprecated. | maxim | 2004-08-26 | 2 | -6/+4 |
| | | | | Requested by: tjr | ||||
* | Add -j flag to usage() and the man page synopsis. | maxim | 2004-08-25 | 2 | -4/+6 |
| | | | | Inspired by: DragonFlyBSD | ||||
* | Add support for multibyte characters. | tjr | 2004-07-05 | 2 | -11/+73 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+1 |
| | |||||
* | Document the fact that join(1) does not recognize multibyte characters. | tjr | 2004-06-24 | 1 | -1/+6 |
| | |||||
* | mdoc(7) police: nit. | ru | 2002-11-26 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | 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 | ||||
* | mdoc(7) police: untangle. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Remove -j from synopsis. The form given in the synopsis was incorrect, | tjr | 2002-06-10 | 1 | -1/+0 |
| | | | | and it should not have been there at all since it is a deprecated option. | ||||
* | 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 | 2 | -16/+12 |
| | | | | | | | by using strcoll() instead of strcmp(). PR: 36270 Reviewed by: mike | ||||
* | Support -o 0 in join(1) as per SUS. | jmallett | 2002-03-26 | 2 | -17/+35 |
| | | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike | ||||
* | remove __P | imp | 2002-03-22 | 1 | -9/+9 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Quote with .Dq | charnier | 2000-03-27 | 1 | -4/+12 |
| | | | | Asked by: Sheldon | ||||
* | Add DIAGNOSTICS section name and section name to .Xr. | charnier | 2000-03-26 | 1 | -13/+18 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | 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 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r23690, | peter | 1997-03-11 | 1 | -2/+11 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. | peter | 1997-03-11 | 2 | -8/+22 |
| | | |||||
* | | 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 | 3 | -0/+793 |