summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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-1/+24
2021-09-21maint: clean up c++ style commentsPádraig Brady-11/+2
2021-09-20doc: drop extraneous single quotes in helpJim Meyering-15/+15
2021-09-20cksum: list Pádraig as coauthorJim Meyering-1/+3
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-11/+6
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-0/+5
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-0/+2
2021-09-16cksum: fix --check with non tagged format checksumsPádraig Brady-1/+1
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/+26
2021-09-15split: avoid NULL + 1Paul Eggert-2/+5
2021-09-15digest: support windows format checksum filesPádraig Brady-20/+25
2021-09-15doc: improve --help indenting in checksum utilsPádraig Brady-2/+2
2021-09-15cksum: operate in binary mode onlyPádraig Brady-14/+28
2021-09-15cksum: use --tag format by defaultPádraig Brady-4/+30
2021-09-15cksum: support --zero in default modePádraig Brady-19/+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-3/+66
2021-09-15maint: simplify b2sum to only handle BLAKE2bPádraig Brady-41/+14
2021-09-15digest: add support for sm3Pádraig Brady-4/+16
2021-09-15cksum: add --algorithm option to select digest modePádraig Brady-60/+269
2021-09-15digest: refactor cksum(1) into digest.cPádraig Brady-627/+556
2021-09-15cksum: document the --debug optionPádraig Brady-0/+6
2021-09-15sum: handle EOVERFLOW for too large inputsPádraig Brady-0/+20
2021-09-15digest: refactor sum(1) into digest.cPádraig Brady-253/+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-6/+7
2021-09-15doc: fix ambiguities in logname(1) and whoami(1)Pádraig Brady-1/+1
2021-09-15dircolors: add *direct* to TERM matchingnl6720-0/+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-2/+2
2021-08-29basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon-1/+3
2021-08-27basenc: prefer signed to unsigned integersPaul Eggert-101/+87
2021-08-22df: pacify -Wsuggest-attribute=mallocPaul Eggert-1/+4
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-107/+129
2021-08-15chmod: fix use of uninitialized var if -vPaul Eggert-63/+64
2021-08-11df: fix bug with automountedPaul Eggert-9/+25
2021-08-08cat: with -E fix handling of \r\n spanning buffersPádraig Brady-6/+33
2021-07-31uniq: pacify GCC -fanalyzerPaul Eggert-2/+2
2021-07-31numfmt: omit unnecessary pointer testPaul Eggert-1/+1
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-54/+55
2021-07-28doc: improve ls documentationPaul Eggert-8/+7
2021-07-27ls: rename --null to --zero (Bug#49716)Paul Eggert-28/+29
2021-07-27ls: compute defaults more lazilyPaul Eggert-195/+200