summaryrefslogtreecommitdiff
path: root/src/comm.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* comm: fix NUL --output-delimiter with --totalPádraig Brady2022-08-271-5/+16
* maint: simplify comparisonsPaul Eggert2022-05-171-3/+2
* maint: mark some _Noreturn functionsPaul Eggert2022-01-311-1/+1
* comm: pacify -fsanitizer=leakPaul Eggert2022-01-311-6/+8
* maint: update all copyright year number rangesPádraig Brady2022-01-021-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-9/+9
* maint: omit unnecessary pragmas and fix tsort.cPaul Eggert2020-05-201-5/+0
* maint: avoid warnings from GCC's -fanalyzerPádraig Brady2020-05-111-0/+5
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* 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: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* comm: add --total optionBernhard Voelker2016-11-221-4/+45
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-5/+6
* comm: support NUL --output-delimiter for consistencyPádraig Brady2016-01-131-21/+13
* comm: add the -z,--zero-terminated optionPádraig Brady2016-01-131-3/+16
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* maint: remove form feed characters from sourcesPádraig Brady2015-12-141-2/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+4
* all: quote string arguments in error messagesPádraig Brady2015-10-271-4/+4
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-0/+4
* 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
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: fix common spelling errorsKevin Lyda2012-05-081-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-2/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-2/+2
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* 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
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+3
* doc: fix comm's --help output so we generate a better man pageJim Meyering2010-06-211-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+2
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-111/+111
* doc: clarify the operation of the comm -123 parametersPádraig Brady2009-05-181-3/+10
* doc: note the use of LC_COLLATE in comm, join and uniqPádraig Brady2009-05-051-0/+4
* comm: fix a bug in its new --check-order optionBruno Haible2009-03-081-5/+4
* make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering2008-11-101-1/+0
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-2/+1
* tweak to conform with syntax policyJim Meyering2008-06-121-8/+8
* comm: accept new option: --output-delimiter=STRBo Borgerson2008-06-121-7/+34