summaryrefslogtreecommitdiffstats
path: root/src/cksum.c
AgeCommit message (Expand)AuthorLines
2021-09-24cksum: fix -a crc on 64 bit big endian systemsPádraig Brady-1/+2
2021-09-15cksum: support --zero in default modePádraig Brady-2/+3
2021-09-15digest: refactor cksum(1) into digest.cPádraig Brady-172/+52
2021-09-15cksum: document the --debug optionPádraig Brady-0/+6
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-10/+9
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-4/+4
2021-03-24cksum: port recent changes to macOSPaul Eggert-6/+6
2021-03-15cksum: don't exit immediately if a single file overflowsPádraig Brady-1/+4
2021-03-15cksum: add --debug to diagnose which implementation usedPádraig Brady-9/+46
2021-03-15cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr-26/+82
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-12-28cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr-69/+75
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-02-24all: detect --help and --version more consistentlyBernhard Voelker-10/+2
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-11-29all: use consistent diagnostics for unknown long optionsBernhard Voelker-1/+6
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-8/+3
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-2/+2
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-3/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-3/+4
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-5/+4
2015-10-27all: quote string arguments in error messagesPádraig Brady-4/+5
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-2/+2
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-05-28cksum: line-buffer the printed checksumsPádraig Brady-0/+4
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-0/+3
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-18/+18
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-1/+2
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-1/+1
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1