summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-09-24maint: post-release administriviaPádraig Brady-2/+5
2021-09-24version 9.0v9.0Pádraig Brady-1/+1
2021-09-24tests: sparse-perf: avoid false failurePádraig Brady-1/+10
2021-09-24cksum: fix -a crc on 64 bit big endian systemsPádraig Brady-1/+2
2021-09-21tail: fix detection of closed stdout on macOSPádraig Brady-2/+25
2021-09-21maint: clean up c++ style commentsPádraig Brady-11/+2
2021-09-20tests: date-debug: avoid a false failure on solarisPádraig Brady-5/+8
2021-09-20doc: drop extraneous single quotes in helpJim Meyering-15/+15
2021-09-20cksum: list Pádraig as coauthorJim Meyering-2/+4
2021-09-20tests: env-s.pl: avoid spurious failure on OS XJim Meyering-0/+6
2021-09-20build: update gnulib submodule to latestPádraig Brady-0/+0
2021-09-20doc: fix --help formatting for checksum utilsPádraig Brady-19/+22
2021-09-20cksum: support more transparent emulation of older utilsPádraig Brady-16/+10
2021-09-20tests: avoid rare race in tail-2/F-vs-rename.shPádraig Brady-22/+24
2021-09-17maint: remove duplicate from THANKS.inPádraig Brady-1/+0
2021-09-17tests: fix typo in cksum-a.shTianjia Zhang-1/+1
2021-09-17tests: fix rare false failure in tail-2/F-vs-renamePádraig Brady-0/+5
2021-09-17tests: port removed-directory test to FreeBSDPádraig Brady-1/+1
2021-09-16rmdir: fix uninitialized memory causing incorrect errorPádraig Brady-1/+2
2021-09-16build: avoid new chmod.c warnings from upcoming GCC12Jim Meyering-1/+1
2021-09-16digest: ignore empty lines when checkingPádraig Brady-6/+8
2021-09-16factor: sync longlong.h adjustments from upstreamPádraig Brady-31/+28
2021-09-16stat,tail: add support for the secretmem file systemPádraig Brady-3/+5
2021-09-16maint: sync help2man to latest versionPádraig Brady-6/+7
2021-09-16doc: remove older ChangeLog itemsPádraig Brady-1/+1
2021-09-16tests: ensure returns_ check failures are propagatedPádraig Brady-4/+4
2021-09-16cksum: fix --check with non tagged format checksumsPádraig Brady-6/+17
2021-09-16cksum: fix off-by-1 bug with \r strippingPaul Eggert-4/+3
2021-09-15maint: prefer rawmemchr to memchr when easyPaul Eggert-24/+27
2021-09-15split: avoid NULL + 1Paul Eggert-2/+5
2021-09-15digest: support windows format checksum filesPádraig Brady-24/+41
2021-09-15doc: improve --help indenting in checksum utilsPádraig Brady-2/+2
2021-09-15cksum: operate in binary mode onlyPádraig Brady-17/+34
2021-09-15cksum: use --tag format by defaultPádraig Brady-10/+51
2021-09-15cksum: support --zero in default modePádraig Brady-20/+24
2021-09-15digest: support -length specifiers on all digest tagsPádraig Brady-41/+31
2021-09-15cksum: support digest detection for tagged formatPádraig Brady-10/+142
2021-09-15maint: simplify b2sum to only handle BLAKE2bPádraig Brady-41/+14
2021-09-15digest: add support for sm3Pádraig Brady-4/+79
2021-09-15cksum: add --algorithm option to select digest modePádraig Brady-87/+395
2021-09-15digest: refactor cksum(1) into digest.cPádraig Brady-630/+558
2021-09-15cksum: document the --debug optionPádraig Brady-2/+14
2021-09-15sum: handle EOVERFLOW for too large inputsPádraig Brady-0/+20
2021-09-15digest: refactor sum(1) into digest.cPádraig Brady-254/+272
2021-09-15digest: add LENGTH parameter to digest to support cksumPádraig Brady-3/+3
2021-09-15maint: rename md5sum.c to more general digest.cPádraig Brady-8/+9
2021-09-15doc: fix ambiguities in logname(1) and whoami(1)Pádraig Brady-4/+6
2021-09-15dircolors: add *direct* to TERM matchingnl6720-0/+1
2021-09-12tests: stat-vs-dirent.sh: avoid a false failurePádraig Brady-1/+2
2021-09-09tests: add new stdin reading programs to tty-eof testPádraig Brady-1/+2