summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2021-09-09build: update gnulib submodule to latestPádraig Brady-1/+2
2021-09-09doc: fix repeated wordPádraig Brady-1/+1
2021-09-09doc: can “can can”Paul Eggert-1/+1
2021-09-07doc: add missing "as" (thanks to Nelson H.F. Beebe)Paul Eggert-1/+1
2021-09-05tests: narrow scope of faulty join argsJustin Tracey-1/+1
2021-08-31doc: indicate the default algorithm in the sum(1) man pagePádraig Brady-1/+1
2021-08-31sum: always output a file name if one passedPádraig Brady-15/+16
2021-08-30tests: port better to NetBSDPaul Eggert-1/+2
2021-08-30tests: merge help-version changes back from gzipPaul Eggert-8/+8
2021-08-29basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon-1/+16
2021-08-27basenc: prefer signed to unsigned integersPaul Eggert-104/+87
2021-08-25maint: avoid new syntax-check failureJim Meyering-2/+2
2021-08-25tests: avoid reflinks when testing SEEK_DATA logicPádraig Brady-15/+20
2021-08-22df: pacify -Wsuggest-attribute=mallocPaul Eggert-1/+4
2021-08-22build: update gnulib submodule to latestPaul Eggert-0/+0
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-107/+129
2021-08-22doc: spell out stdin, stdout, stderrPaul Eggert-14/+15
2021-08-15chmod: fix use of uninitialized var if -vPaul Eggert-63/+67
2021-08-14maint: update .gitignorePádraig Brady-0/+1
2021-08-14maint: allow hook script accept "Signed-off-by:"Pádraig Brady-3/+0
2021-08-11df: fix bug with automountedPaul Eggert-9/+28
2021-08-08cat: with -E fix handling of \r\n spanning buffersPádraig Brady-8/+47
2021-07-31maint: update .gitignorePaul Eggert-1/+0
2021-07-31build: update gnulib submodule to latestPaul Eggert-0/+0
2021-07-31uniq: pacify GCC -fanalyzerPaul Eggert-2/+2
2021-07-31numfmt: omit unnecessary pointer testPaul Eggert-1/+1
2021-07-29doc: add options summary list to tr texinfoPádraig Brady-5/+34
2021-07-28tests: augment new ls --zero test casesPádraig Brady-1/+9
2021-07-28maint: avoid syntax-check failures in recent ls changesPádraig Brady-8/+9
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-153/+161
2021-07-28doc: improve ls documentationPaul Eggert-89/+99
2021-07-27ls: rename --null to --zero (Bug#49716)Paul Eggert-35/+42