summaryrefslogtreecommitdiffstats
path: root/usr.bin/join
AgeCommit message (Expand)AuthorFilesLines
2020-07-23getline(3) does it's own memory allocation. No need to use an intermediatemartijn1-24/+7
2018-11-14Remove slurpit definition. Leftover from earlier cleanup by otto@.martijn1-2/+1
2018-11-06Allow join(1) to join on a multibyte separator.martijn1-5/+44
2018-10-23Allow us to join on NULL columns. This is similar to what the othermartijn1-5/+5
2018-10-18Fix wrong result on full and outer join, bringer us closer tootto1-57/+16
2018-07-18Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen.millert1-12/+16
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-5/+5
2015-10-07tame "stdio rpath" at the start, then potentially some files are opened.deraadt1-1/+7
2015-07-21zap trailing whitespacejasper1-5/+5
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-4/+4
2014-10-11Userland reallocarray() audit.doug1-7/+7
2014-01-19Fix .Ar macro abuse; found with mandocdb(8).schwarze1-4/+4
2013-11-15Include unistd.h as it is the standard location for getopt().millert1-1/+2
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-12/+1
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-4/+4
2007-05-29remove -j from SYNOPSIS and usage(); it's deprecated and alreadyjmc2-5/+4
2007-04-23Remove duplicate commmentmillert1-14/+13
2006-12-28- rearrange textjmc1-48/+54
2006-05-02Spread some .Xr for the hard to stumble across lam(1).hugh1-1/+2
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)otto2-14/+33
2003-12-12Update, mostly from FreeBSD:otto3-50/+74
2003-06-10mostly ansi cleanup; pval okderaadt1-29/+13
2003-06-10- section reorderjmc1-5/+5
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-12/+12
2001-01-29$OpenBSD$niklas1-2/+2
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).aaron1-7/+7
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-03-08Various cleanups and improvements.aaron1-2/+6
2000-03-05Finish standardizing options list introduction.aaron1-7/+8
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron1-1/+1
1999-07-23fieldcnt is the number of fields, not +1... this one was missed in 1995aaron1-3/+3
1999-07-04correct use of .Nm; some other formatting nitsaaron1-13/+25
1998-11-16more -Wallderaadt1-5/+6
1998-09-26usr.bin/ man page fixes, f-m.aaron1-5/+3
1997-08-25require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from freebsdderaadt1-2/+5
1997-07-24arghderaadt1-3/+3
1997-07-23arg parsing bug in compat code; kh@mogami-wire.co.jpderaadt1-3/+3
1997-04-09just clean up a stylistic mess I created myself long ago.michaels1-16/+17
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1997-01-15Clarification. From NetBSD.millert1-2/+2
1996-08-12remove dead code, add comments, put back original comments (Cthulumichaels1-17/+21
1996-08-12"the remaining fields" -> "the other fields"michaels1-8/+16
1996-08-12on Theo's suggestion replaced join with join from 44lite, fixed (?)michaels1-173/+181
1996-06-26rcsidderaadt3-4/+5
1995-12-22fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; netbsd pr#1356deraadt1-3/+3
1995-10-18initial import of NetBSD treederaadt3-0/+835