summaryrefslogtreecommitdiffstats
path: root/usr.bin/join (follow)
Commit message (Expand)AuthorAgeFilesLines
* getline(3) does it's own memory allocation. No need to use an intermediatemartijn2020-07-231-24/+7
* Remove slurpit definition. Leftover from earlier cleanup by otto@.martijn2018-11-141-2/+1
* Allow join(1) to join on a multibyte separator.martijn2018-11-061-5/+44
* Allow us to join on NULL columns. This is similar to what the othermartijn2018-10-231-5/+5
* Fix wrong result on full and outer join, bringer us closer tootto2018-10-181-57/+16
* Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen.millert2018-07-181-12/+16
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath" at the start, then potentially some files are opened.deraadt2015-10-071-1/+7
* zap trailing whitespacejasper2015-07-211-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* Userland reallocarray() audit.doug2014-10-111-7/+7
* Fix .Ar macro abuse; found with mandocdb(8).schwarze2014-01-191-4/+4
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-4/+4
* remove -j from SYNOPSIS and usage(); it's deprecated and alreadyjmc2007-05-292-5/+4
* Remove duplicate commmentmillert2007-04-231-14/+13
* - rearrange textjmc2006-12-281-48/+54
* Spread some .Xr for the hard to stumble across lam(1).hugh2006-05-021-1/+2
* Follow Posix when writing non-matching lines. Historically, join(1)otto2003-12-282-14/+33
* Update, mostly from FreeBSD:otto2003-12-123-50/+74
* mostly ansi cleanup; pval okderaadt2003-06-101-29/+13
* - section reorderjmc2003-06-101-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* Part 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.millert2002-02-161-12/+12
* $OpenBSD$niklas2001-01-291-2/+2
* - Section shuffling: comply to the section ordering outlined in mdoc(7).aaron2000-11-101-7/+7
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Various cleanups and improvements.aaron2000-03-081-2/+6
* Finish standardizing options list introduction.aaron2000-03-051-7/+8
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-1/+1
* fieldcnt is the number of fields, not +1... this one was missed in 1995aaron1999-07-231-3/+3
* correct use of .Nm; some other formatting nitsaaron1999-07-041-13/+25
* more -Wallderaadt1998-11-161-5/+6
* usr.bin/ man page fixes, f-m.aaron1998-09-261-5/+3
* require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from freebsdderaadt1997-08-251-2/+5
* arghderaadt1997-07-241-3/+3
* arg parsing bug in compat code; kh@mogami-wire.co.jpderaadt1997-07-231-3/+3
* just clean up a stylistic mess I created myself long ago.michaels1997-04-091-16/+17
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Clarification. From NetBSD.millert1997-01-151-2/+2
* remove dead code, add comments, put back original comments (Cthulumichaels1996-08-121-17/+21
* "the remaining fields" -> "the other fields"michaels1996-08-121-8/+16
* on Theo's suggestion replaced join with join from 44lite, fixed (?)michaels1996-08-121-174/+182
* rcsidderaadt1996-06-263-4/+5
* fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; netbsd pr#1356deraadt1995-12-221-3/+3
* initial import of NetBSD treederaadt1995-10-183-0/+835