summaryrefslogtreecommitdiff
path: root/src/join.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: simplify comparisonsPaul Eggert2022-05-171-1/+1
* doc: join: clarify that -e only effective for -12jo fieldsPádraig Brady2022-03-291-1/+5
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-2/+2
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* chroot,comm,join: fix usage options styleArman Absalan2020-12-081-16/+16
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* all: improve parsing of numeric argumentsPaul Eggert2019-10-221-3/+2
* comm,join: ensure warnings are apparent upon exitPádraig Brady2019-02-111-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-9/+4
* maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering2017-06-101-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-20/+21
* join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady2016-01-131-4/+4
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-5/+5
* all: quote string arguments in error messagesPádraig Brady2015-10-271-4/+4
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-2/+8
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-2/+2
* doc: clarify --zero-terminated optionPádraig Brady2014-05-261-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* join: Add the -z, --zero-terminated optionAssaf Gordon2013-02-281-4/+15
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* build: don't rely on support for '%j' printf formatPádraig Brady2012-11-041-1/+1
* maint: with split lines, don't leave an operator at end of lineJim Meyering2012-05-021-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-11/+11
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-5/+5
* maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* doc: improve description of join's -a optionEric Blake2011-09-141-1/+1
* join: with --check-order print offending file name, line number and dataJim Meyering2011-08-081-13/+30
* maint: use xcalloc rather than xmalloc+memset (no semantic change)Jim Meyering2011-08-081-2/+1
* join: don't report disorder against an empty filePádraig Brady2011-01-291-3/+5
* join: ensure --header skips the order check with empty filesPádraig Brady2011-01-291-4/+8
* join: add -o 'auto' to output a constant number of fields per linePádraig Brady2011-01-291-31/+57
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* join: improve performance when operating on whole linesPádraig Brady2010-09-011-2/+2
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+4
* maint: add a space before open-paren, where lackingJim Meyering2010-03-171-1/+1
* doc: remove extraneous periods from --help outputPádraig Brady2010-02-111-2/+2