| Age | Commit message (Expand) | Author |
| 2021-11-02 | join(1): convert realloc(x * y) to reallocarr and eliminate temporary | nia |
| 2021-03-18 | join.c: print usage after warning "illegal option..." as it was originally in... | cheusov |
| 2021-03-18 | join.c: explicitly convert -1 to u_long in order to fix compiler warnings | cheusov |
| 2011-09-04 | static + __dead | joerg |
| 2009-04-12 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-02-21 | Be a good citizen and close files that are no longer used. | hubertf |
| 2007-01-14 | Include nbtool_config.h, to make join(1) buildable as a host tool. | apb |
| 2006-01-04 | de-__P, ANSIfy prototypes | perry |
| 2004-07-13 | Add missing -j to usage; sort as in man page; | wiz |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-24 | Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300. | wiz |
| 2002-07-24 | finish fixing PR#15412 | jonb |
| 2002-02-14 | Make the -v flag print data instead of blank lines. Thanks to | jonb |
| 2000-06-10 | Fix another off-by-one error, attempting to output a non-existant field. | mycroft |
| 2000-06-10 | Small bug fixes: | mycroft |
| 2000-06-10 | Don't step off into space after a realloc(). (Get rid of `lastlp'.) | mycroft |
| 1999-08-10 | Fix wrong array size calculation in call to memset() and avoid a possible | tron |
| 1998-12-19 | gcc-2.8.1 wants more braces | christos |
| 1998-10-13 | include unistd.h | wsanchez |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-02-03 | add <unistd.h> to fix compiler warning | perry |
| 1997-10-19 | WARNSify, fix .Nm usage, deprecate register, use <err.h> | lukem |
| 1997-01-13 | revert to pre-merged version due to bugs; will fix. | tls |
| 1997-01-09 | RCS ID police | tls |
| 1997-01-09 | Sync to 4.4BSD Lite-2 (minus a number of conflicting bugfixes) | tls |
| 1996-02-08 | Fix off-by-one error in checking field numbers. From der Mouse, PR 1356. | mycroft |
| 1994-01-04 | rename fgetline() and sharpen axe for bostic... | cgd |
| 1993-12-22 | update for fgetline | cgd |
| 1993-11-15 | fix from Dave Matthews <dave@prlng.co.uk>, with modifications by cgd: | cgd |
| 1993-10-13 | #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt | jtc |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-04-30 | join from ftp.uu.net:bsd-sources integrated | glass |