aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/join
Commit message (Collapse)AuthorAgeFilesLines
...
* ANSIify function definitions.David Malone2002-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 Notes: svn path=/head/; revision=102944
* mdoc(7) police: untangle.Ruslan Ermilov2002-08-131-1/+1
| | | | Notes: svn path=/head/; revision=101827
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Remove -j from synopsis. The form given in the synopsis was incorrect,Tim J. Robbins2002-06-101-1/+0
| | | | | | | and it should not have been there at all since it is a deprecated option. Notes: svn path=/head/; revision=98094
* Easy warns fixes; sort out some types and me them a bit more consistent;Mark Murray2002-04-281-8/+9
| | | | | | | fix initialisers. Notes: svn path=/head/; revision=95650
* Remove <ctype.h> - not neededAndrey A. Chernov2002-04-201-1/+0
| | | | Notes: svn path=/head/; revision=95098
* Allow space between -a and its argument. Honour locale collating orderTim J. Robbins2002-04-202-16/+12
| | | | | | | | | | by using strcoll() instead of strcmp(). PR: 36270 Reviewed by: mike Notes: svn path=/head/; revision=95096
* Support -o 0 in join(1) as per SUS.Juli Mallett2002-03-262-17/+35
| | | | | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike Notes: svn path=/head/; revision=93193
* remove __PWarner Losh2002-03-221-9/+9
| | | | Notes: svn path=/head/; revision=92920
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Quote with .DqPhilippe Charnier2000-03-271-4/+12
| | | | | | | Asked by: Sheldon Notes: svn path=/head/; revision=58702
* Add DIAGNOSTICS section name and section name to .Xr.Philippe Charnier2000-03-261-13/+18
| | | | Notes: svn path=/head/; revision=58604
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-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 Notes: svn path=/head/; revision=48792
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
| | | | Notes: svn path=/head/; revision=48566
* Require all compatability options to begin with '-'.Jonathan Lemon1997-08-191-1/+4
| | | | | | | PR: 4145 Notes: svn path=/head/; revision=28423
* Cosmetic in usage string.Philippe Charnier1997-07-151-4/+9
| | | | Notes: svn path=/head/; revision=27422
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Merge from Lite2 (note: needs checking by somebody who understands join)Peter Wemm1997-03-111-4/+9
| | | | Notes: svn path=/head/; revision=23694
* This commit was generated by cvs2svn to compensate for changes in r23690,Peter Wemm1997-03-111-2/+11
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=23691
| * Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-112-0/+802
| | | | Notes: svn path=/vendor/CSRG/dist/; revision=23690
* Fix a genuine off-by-one error that caused join to dump core whenJoerg Wunsch1997-01-171-3/+3
| | | | | | | trying to use field numbers tha weren't present in the input data. Notes: svn path=/head/; revision=21811
* Don't access stuff we have realloc()'ed using the old pointer.Poul-Henning Kamp1996-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. Notes: svn path=/head/; revision=19069
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+793
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590