summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-19id: improve doc for when USER is omittedPaul Eggert-1/+1
2021-12-18maint: use GNU style for spacingPaul Eggert-88/+88
2021-12-14maint: factor.c: avoid new GCC 12 warningJim Meyering-1/+1
2021-12-07uname: port to recent macOSPaul Eggert-36/+39
2021-11-21cp: clone on macOSPaul Eggert-0/+12
2021-11-21cp: streamline cloning by skipping fstatPaul Eggert-19/+18
2021-11-20cp: fix --preserve=ownership permissions bugPaul Eggert-23/+31
2021-11-18maint: prefer MAYBE_UNUSEDPaul Eggert-48/+51
2021-11-18cp: fix security context racePaul Eggert-29/+21
2021-11-16cp: minor clarity tweakPaul Eggert-1/+1
2021-11-16cp: fix ptrdiff_t/ssize_t theoretical glitchesPaul Eggert-3/+2
2021-11-01maint: fix recent syntax-check failuresPádraig Brady-3/+1
2021-10-31maint: use minmax.h instead of rolling our ownPaul Eggert-9/+1
2021-10-31maint: add function attributes to .h filesPaul Eggert-25/+42
2021-10-31maint: enable -Wsuggest-attribute=formatPaul Eggert-21/+30
2021-10-31maint: modernize attribute usagePaul Eggert-30/+26
2021-10-31b2sum: simplify attribute usagePaul Eggert-11/+5
2021-10-31maint: prefer attribute.h in .c filesPaul Eggert-67/+119
2021-10-31sort: --debug: add warnings about sign, radix, and grouping charsPádraig Brady-2/+87
2021-10-30cp: revert unnecessary FreeBSD workaroundPaul Eggert-4/+3
2021-10-29cp: defend better against FreeBSD 9.1 zfs bugPaul Eggert-9/+6
2021-10-22doc: say that printf(1) is preferred over echo(1)Pádraig Brady-0/+4
2021-10-12timeout: ensure --foreground -k exits with status 137Pádraig Brady-0/+5
2021-10-10sort: fix unlikely bug when '\377' < 0Paul Eggert-10/+13
2021-10-02maint: switch to C11-style _NoreturnPaul Eggert-25/+9
2021-10-02ls: port to OpenBSDPaul Eggert-2/+2
2021-09-24chmod: fix exit status when ignoring symlinksPádraig Brady-2/+2
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