summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-03-26env: improve whitespace warningPaul Eggert-1/+1
2021-03-26env: use GNU coding stylePaul Eggert-73/+78
2021-03-26env: remove assertsPaul Eggert-10/+1
2021-03-26doc: document env fixPaul Eggert-0/+5
2021-03-26env: fix address violation with '\v' in -SPaul Eggert-11/+12
2021-03-25hostname: pacify valgrindPaul Eggert-0/+1
2021-03-25hostname: use putsPaul Eggert-1/+1
2021-03-25maint: indentingPaul Eggert-2/+2
2021-03-25ln: fix memory leaks in do_linkKamil Dudka-6/+13
2021-03-24stdbuf: port lib to macOSPaul Eggert-3/+5
2021-03-24cksum: port recent changes to macOSPaul Eggert-6/+6
2021-03-22maint: update bootstrap from gnulibBernhard Voelker-5/+8
2021-03-21ptx: remove use of diacrit modulePaul Eggert-145/+45
2021-03-21build: update gnulib submodule to latestPaul Eggert-0/+1
2021-03-15cksum: don't exit immediately if a single file overflowsPádraig Brady-3/+9
2021-03-15cksum: add --debug to diagnose which implementation usedPádraig Brady-10/+49
2021-03-15cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr-27/+381
2021-03-14maint: propagate DEPENDENCIES to libs in single binary modePádraig Brady-13/+20
2021-02-19rmdir: diagnose non following of symlinks with trailing slashPádraig Brady-6/+119
2021-02-18stat,tail: add support for the exfat file systemKamil Dudka-1/+3
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald-0/+43
2021-02-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady-2/+45
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert-8/+21
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady-20/+31
2021-01-18doc: rmdir --recursive substitutesPaul Eggert-1/+13
2021-01-15mkdir: fix bug when -m's more generous than umaskPaul Eggert-12/+22
2021-01-09doc: modernize and fix regexp xrefPaul Eggert-17/+18
2021-01-03doc: make formatting of SEE ALSO in cat.1 and tac.1 consistentBernhard Voelker-2/+2
2021-01-02maint: exempt 'doc/fdl.texi' from 'make update-copyright'Bernhard Voelker-1/+2
2021-01-01maint: update all copyright year number rangesPádraig Brady-808/+822
2020-12-28tests: add a test for cksumPádraig Brady-0/+36
2020-12-28cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr-69/+513
2020-12-24build: update gnulib submodule to latestPaul Eggert-1/+2
2020-12-18doc: remove extraneous ./src/ prefix from examplesPádraig Brady-4/+4
2020-12-18doc: add `seq inf` and `sleep inf` examples to texinfoPádraig Brady-4/+13
2020-12-15doc: document mkdir -m -p betterPaul Eggert-5/+11
2020-12-15nl: fix --section-delimiter handling of single charactersKOBAYASHI Takashi-1/+17
2020-12-15doc: mention the GNU extensions to nl --section-delimiterPádraig Brady-4/+29
2020-12-15maint: refactor nl section delimiter handlingPádraig Brady-8/+14
2020-12-11build: update gnulib submodule to latestPaul Eggert-0/+0
2020-12-08chroot,comm,join: fix usage options styleArman Absalan-28/+28
2020-12-01date: with --debug, show the output formatPádraig Brady-0/+12
2020-11-27maint: fix typo, characteres -> charactersTim Gates-1/+1
2020-11-26rm: do not skip files upon failure to remove an empty dirNishant Nayan-1/+52
2020-11-26maint: mention in NEWS about new df remote fs typesPádraig Brady-0/+3
2020-11-23maint: remove no longer needed se_const helperPádraig Brady-14/+8
2020-11-23maint: fix syntax-check failurePádraig Brady-1/+0
2020-11-23install: suppress "Operation not supported" false alarmsPaul Eggert-1/+1
2020-11-23maint: propagate errno better in selinux.cPaul Eggert-7/+14
2020-11-23maint: use absolute paths with selabel_lookupPádraig Brady-2/+32