summaryrefslogtreecommitdiff
path: root/src/sum.c
Commit message (Expand)AuthorAgeFilesLines
* cksum: add --raw option to output a binary digestPádraig Brady2023-02-061-2/+23
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer MAYBE_UNUSEDPaul Eggert2021-11-181-4/+4
* cksum: support --zero in default modePádraig Brady2021-09-151-4/+6
* sum: handle EOVERFLOW for too large inputsPádraig Brady2021-09-151-0/+20
* digest: refactor sum(1) into digest.cPádraig Brady2021-09-151-199/+119
* doc: indicate the default algorithm in the sum(1) man pagePádraig Brady2021-08-311-1/+1
* sum: always output a file name if one passedPádraig Brady2021-08-311-2/+2
* maint: use clearerr on stdin when appropriatePaul Eggert2021-08-221-10/+9
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-3/+3
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-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-2/+1
* maint: xsetmode renamed to xbinary-ioPaul Eggert2017-02-161-3/+3
* maint: use xsetmode, not xfreopenPaul Eggert2017-02-151-5/+3
* 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-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-8/+7
* all: quote string arguments in error messagesPádraig Brady2015-10-271-7/+8
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-4/+5
* 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-1/+1
* 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: use single copyright year rangeJim Meyering2012-01-271-2/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim 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
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady2009-10-211-0/+4
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-35/+35
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-2/+2
* use xfreopen in place of unchecked freopenJim Meyering2008-11-101-2/+3
* doc: correct and normalize --help output of several toolsBenno Schulenberg2008-08-041-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+2
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3