summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-02wc: add --debug to diagnose which implementation usedPádraig Brady-17/+50
2021-05-02wc: use avx2 optimization when counting only linesKristoffer Brånemyr-43/+245
2021-05-01touch: fix wrong diagnostic (Bug#48106)Paul Eggert-15/+19
2021-04-26csplit: size_t overflow checkPaul Eggert-1/+2
2021-04-26build: update gnulib submodule to latestPaul Eggert-5/+4
2021-04-26copy: do not refuse to copy a swap fileZorro Lang-1/+1
2021-04-11doc: clarify that ln --relative requires --symbolic to be specifiedPádraig Brady-1/+1
2021-04-11doc: clarify what's counted by wcPádraig Brady-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-313/+313
2021-04-11ls: cache name width determinationPádraig Brady-4/+32
2021-04-11ls: add --sort=width option to sort by file name widthCarl Edquist-3/+25
2021-03-29env: simplify --split-string memory managementPaul Eggert-213/+172
2021-03-29maint: ignore all .a files in .gitignorePádraig Brady-1/+0
2021-03-26env: prefer ptrdiff_tPaul Eggert-6/+6
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-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-21ptx: remove use of diacrit modulePaul Eggert-136/+32
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-9/+46
2021-03-15cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr-27/+290
2021-02-19rmdir: diagnose non following of symlinks with trailing slashPádraig Brady-6/+49
2021-02-18stat,tail: add support for the exfat file systemKamil Dudka-0/+2
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald-0/+2
2021-02-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady-1/+9
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert-2/+7
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady-1/+1
2021-01-15mkdir: fix bug when -m's more generous than umaskPaul Eggert-12/+18
2021-01-01maint: update all copyright year number rangesPádraig Brady-139/+139
2020-12-28cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr-69/+510
2020-12-24build: update gnulib submodule to latestPaul Eggert-1/+2
2020-12-18doc: add `seq inf` and `sleep inf` examples to texinfoPádraig Brady-1/+1
2020-12-15doc: document mkdir -m -p betterPaul Eggert-1/+2
2020-12-15nl: fix --section-delimiter handling of single charactersKOBAYASHI Takashi-1/+2
2020-12-15doc: mention the GNU extensions to nl --section-delimiterPádraig Brady-1/+3
2020-12-15maint: refactor nl section delimiter handlingPádraig Brady-8/+14
2020-12-08chroot,comm,join: fix usage options styleArman Absalan-28/+28
2020-12-01date: with --debug, show the output formatPádraig Brady-0/+3
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/+2
2020-11-23maint: remove no longer needed se_const helperPádraig Brady-14/+8
2020-11-23install: suppress "Operation not supported" false alarmsPaul Eggert-1/+1
2020-11-23maint: propagate errno better in selinux.cPaul Eggert-7/+14