| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-23 | getline(3) does it's own memory allocation. No need to use an intermediate |  martijn | 1 | -24/+7 |
| 2018-11-14 | Remove slurpit definition. Leftover from earlier cleanup by otto@. |  martijn | 1 | -2/+1 |
| 2018-11-06 | Allow join(1) to join on a multibyte separator. |  martijn | 1 | -5/+44 |
| 2018-10-23 | Allow us to join on NULL columns. This is similar to what the other |  martijn | 1 | -5/+5 |
| 2018-10-18 | Fix wrong result on full and outer join, bringer us closer to |  otto | 1 | -57/+16 |
| 2018-07-18 | Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen. |  millert | 1 | -12/+16 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-07 | tame "stdio rpath" at the start, then potentially some files are opened. |  deraadt | 1 | -1/+7 |
| 2015-07-21 | zap trailing whitespace |  jasper | 1 | -5/+5 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -4/+4 |
| 2014-10-11 | Userland reallocarray() audit. |  doug | 1 | -7/+7 |
| 2014-01-19 | Fix .Ar macro abuse; found with mandocdb(8). |  schwarze | 1 | -4/+4 |
| 2013-11-15 | Include unistd.h as it is the standard location for getopt(). |  millert | 1 | -1/+2 |
| 2010-09-03 | add an EXIT STATUS section for /usr/bin; |  jmc | 1 | -3/+3 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -12/+1 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-30 | - use a consistent text for STANDARDS |  jmc | 1 | -4/+4 |
| 2007-05-29 | remove -j from SYNOPSIS and usage(); it's deprecated and already |  jmc | 2 | -5/+4 |
| 2007-04-23 | Remove duplicate commment |  millert | 1 | -14/+13 |
| 2006-12-28 | - rearrange text |  jmc | 1 | -48/+54 |
| 2006-05-02 | Spread some .Xr for the hard to stumble across lam(1). |  hugh | 1 | -1/+2 |
| 2003-12-28 | Follow Posix when writing non-matching lines. Historically, join(1) |  otto | 2 | -14/+33 |
| 2003-12-12 | Update, mostly from FreeBSD: |  otto | 3 | -50/+74 |
| 2003-06-10 | mostly ansi cleanup; pval ok |  deraadt | 1 | -29/+13 |
| 2003-06-10 | - section reorder |  jmc | 1 | -5/+5 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2002-02-16 | 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. |  millert | 1 | -12/+12 |
| 2001-01-29 | $OpenBSD$ |  niklas | 1 | -2/+2 |
| 2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). |  aaron | 1 | -7/+7 |
| 2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 1 | -2/+2 |
| 2000-03-08 | Various cleanups and improvements. |  aaron | 1 | -2/+6 |
| 2000-03-05 | Finish standardizing options list introduction. |  aaron | 1 | -7/+8 |
| 2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At |  aaron | 1 | -1/+1 |
| 1999-07-23 | fieldcnt is the number of fields, not +1... this one was missed in 1995 |  aaron | 1 | -3/+3 |
| 1999-07-04 | correct use of .Nm; some other formatting nits |  aaron | 1 | -13/+25 |
| 1998-11-16 | more -Wall |  deraadt | 1 | -5/+6 |
| 1998-09-26 | usr.bin/ man page fixes, f-m. |  aaron | 1 | -5/+3 |
| 1997-08-25 | require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from freebsd |  deraadt | 1 | -2/+5 |
| 1997-07-24 | argh |  deraadt | 1 | -3/+3 |
| 1997-07-23 | arg parsing bug in compat code; kh@mogami-wire.co.jp |  deraadt | 1 | -3/+3 |
| 1997-04-09 | just clean up a stylistic mess I created myself long ago. |  michaels | 1 | -16/+17 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1997-01-15 | Clarification. From NetBSD. |  millert | 1 | -2/+2 |
| 1996-08-12 | remove dead code, add comments, put back original comments (Cthulu |  michaels | 1 | -17/+21 |
| 1996-08-12 | "the remaining fields" -> "the other fields" |  michaels | 1 | -8/+16 |
| 1996-08-12 | on Theo's suggestion replaced join with join from 44lite, fixed (?) |  michaels | 1 | -173/+181 |
| 1996-06-26 | rcsid |  deraadt | 3 | -4/+5 |
| 1995-12-22 | fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; netbsd pr#1356 |  deraadt | 1 | -3/+3 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 3 | -0/+835 |