| Age | Commit message (Expand) | Author | Lines |
| 2021-06-26 | maint: while (1) → while (true) | Paul Eggert | -1/+1 |
| 2021-04-11 | maint: use "char const *" rather than "const char *" | Pádraig Brady | -1/+1 |
| 2021-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2020-12-08 | chroot,comm,join: fix usage options style | Arman Absalan | -16/+16 |
| 2020-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2019-10-22 | all: improve parsing of numeric arguments | Paul Eggert | -3/+2 |
| 2019-02-11 | comm,join: ensure warnings are apparent upon exit | Pádraig Brady | -1/+1 |
| 2019-01-01 | maint: update all copyright year number ranges | Assaf Gordon | -1/+1 |
| 2018-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2017-09-19 | all: prefer HTTPS in URLs | Paul Eggert | -1/+1 |
| 2017-06-17 | maint: use C99 for loop initial declarations where possible | Pádraig Brady | -9/+4 |
| 2017-06-10 | maint: update to work with GCC7's -Werror=implicit-fallthrough=5 | Jim Meyering | -1/+1 |
| 2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -20/+21 |
| 2016-01-13 | join,sort,uniq: with -z, treat '\n' as a field separator | Pádraig Brady | -4/+4 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady | -5/+5 |
| 2015-10-27 | all: quote string arguments in error messages | Pádraig Brady | -4/+4 |
| 2015-04-30 | doc: standardize messages about the '-' stdin FILE | Pádraig Brady | -2/+8 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady | -1/+1 |
| 2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | -2/+2 |
| 2014-05-26 | doc: clarify --zero-terminated option | Pádraig Brady | -1/+1 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -1/+1 |
| 2013-02-28 | join: Add the -z, --zero-terminated option | Assaf Gordon | -4/+15 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-11-04 | build: don't rely on support for '%j' printf format | Pádraig Brady | -1/+1 |
| 2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | -1/+1 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -11/+11 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -5/+5 |
| 2012-01-09 | maint: prep for global quoting changes: handle irregular cases manually | Jim Meyering | -2/+2 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-09-14 | doc: improve description of join's -a option | Eric Blake | -1/+1 |
| 2011-08-08 | join: with --check-order print offending file name, line number and data | Jim Meyering | -13/+30 |
| 2011-08-08 | maint: use xcalloc rather than xmalloc+memset (no semantic change) | Jim Meyering | -2/+1 |
| 2011-01-29 | join: don't report disorder against an empty file | Pádraig Brady | -3/+5 |
| 2011-01-29 | join: ensure --header skips the order check with empty files | Pádraig Brady | -4/+8 |
| 2011-01-29 | join: add -o 'auto' to output a constant number of fields per line | Pádraig Brady | -31/+57 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-09-01 | join: improve performance when operating on whole lines | Pádraig Brady | -2/+2 |
| 2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady | -0/+4 |
| 2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering | -1/+1 |
| 2010-02-11 | doc: remove extraneous periods from --help output | Pádraig Brady | -2/+2 |
| 2010-02-01 | join: make -t '' operate on the whole line | Pádraig Brady | -3/+4 |
| 2010-02-01 | join: add --header option to always output the first line | Assaf Gordon | -1/+22 |
| 2010-02-01 | maint: fix an inconsequential memory leak in join | Pádraig Brady | -19/+18 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+2 |