aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21stat: use decomposed decimal device numbers by defaultPádraig Brady1-2/+2
2021-06-21stat: support more device number representationsPádraig Brady1-11/+49
2021-06-11build: update gnulib submodule to latestPaul Eggert7-12/+5
2021-05-15copy: remove fiemap logicPádraig Brady5-617/+5
2021-05-13copy: disallow copy_file_range() on Linux kernels before 5.3Pádraig Brady1-2/+45
2021-05-12copy: handle system security config issues with copy_file_range()Pádraig Brady1-0/+9
2021-05-12copy: handle EOPNOTSUPP from SEEK_DATAPádraig Brady1-1/+1
2021-05-12copy: handle ENOTSUP from copy_file_range()Pádraig Brady1-2/+3
2021-05-08maint: consistently free hash structures in dev modePádraig Brady8-1/+51
2021-05-06maint: fix sc_space_before_open_paren failureBernhard Voelker1-2/+2
2021-05-03copy: exit immediately upon failure to allocate hash memoryPádraig Brady1-0/+4
2021-05-02copy: ensure we enforce --reflink=neverPádraig Brady1-7/+13
2021-05-02wc: add --debug to diagnose which implementation usedPádraig Brady1-17/+50
2021-05-02wc: use avx2 optimization when counting only linesKristoffer Brånemyr3-43/+245
2021-05-01touch: fix wrong diagnostic (Bug#48106)Paul Eggert1-15/+19
2021-04-26csplit: size_t overflow checkPaul Eggert1-1/+2
2021-04-26build: update gnulib submodule to latestPaul Eggert2-5/+4
2021-04-26copy: do not refuse to copy a swap fileZorro Lang1-1/+1
2021-04-11doc: clarify that ln --relative requires --symbolic to be specifiedPádraig Brady1-1/+1
2021-04-11doc: clarify what's counted by wcPádraig Brady1-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady70-313/+313
2021-04-11ls: cache name width determinationPádraig Brady1-4/+32
2021-04-11ls: add --sort=width option to sort by file name widthCarl Edquist1-3/+25
2021-03-29env: simplify --split-string memory managementPaul Eggert1-213/+172
2021-03-29maint: ignore all .a files in .gitignorePádraig Brady1-1/+0
2021-03-26env: prefer ptrdiff_tPaul Eggert1-6/+6
2021-03-26env: improve whitespace warningPaul Eggert1-1/+1
2021-03-26env: use GNU coding stylePaul Eggert1-73/+78
2021-03-26env: remove assertsPaul Eggert1-10/+1
2021-03-26env: fix address violation with '\v' in -SPaul Eggert1-11/+12
2021-03-25hostname: pacify valgrindPaul Eggert1-0/+1
2021-03-25hostname: use putsPaul Eggert1-1/+1
2021-03-25maint: indentingPaul Eggert1-2/+2
2021-03-25ln: fix memory leaks in do_linkKamil Dudka1-6/+13
2021-03-24stdbuf: port lib to macOSPaul Eggert1-3/+5
2021-03-24cksum: port recent changes to macOSPaul Eggert1-6/+6
2021-03-21ptx: remove use of diacrit modulePaul Eggert1-136/+32
2021-03-15cksum: don't exit immediately if a single file overflowsPádraig Brady2-3/+9
2021-03-15cksum: add --debug to diagnose which implementation usedPádraig Brady1-9/+46
2021-03-15cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr4-27/+290
2021-02-19rmdir: diagnose non following of symlinks with trailing slashPádraig Brady1-6/+49
2021-02-18stat,tail: add support for the exfat file systemKamil Dudka1-0/+2
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald1-0/+2
2021-02-10cat: extend --show-ends to show \r\n as ^M$Pádraig Brady1-1/+9
2021-01-26expr: fix bug with unmatched \(...\)Paul Eggert1-2/+7
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady1-1/+1
2021-01-15mkdir: fix bug when -m's more generous than umaskPaul Eggert1-12/+18
2021-01-01maint: update all copyright year number rangesPádraig Brady139-139/+139
2020-12-28cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr3-69/+510
2020-12-24build: update gnulib submodule to latestPaul Eggert1-1/+2