summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-05-15build: update gnulib submodule to latestPádraig Brady-0/+0
2021-05-15copy: remove fiemap logicPádraig Brady-618/+6
2021-05-13copy: disallow copy_file_range() on Linux kernels before 5.3Pádraig Brady-2/+45
2021-05-12tests: fix tests/cp/sparse-2.sh false failure on some systemsPádraig Brady-3/+10
2021-05-12tests: ensure we test SEEK_DATA where usedPádraig Brady-61/+67
2021-05-12copy: handle system security config issues with copy_file_range()Pádraig Brady-0/+9
2021-05-12copy: handle EOPNOTSUPP from SEEK_DATAPádraig Brady-1/+1
2021-05-12copy: handle ENOTSUP from copy_file_range()Pádraig Brady-2/+3
2021-05-10build: update gnulib submodule to latestPádraig Brady-1/+13
2021-05-10build: fix __get_cpuid_count check to catch link failureCarl Edquist-2/+2
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-1/+51
2021-05-06maint: fix sc_space_before_open_paren failureBernhard Voelker-2/+2
2021-05-03copy: exit immediately upon failure to allocate hash memoryPádraig Brady-0/+4
2021-05-02copy: ensure we enforce --reflink=neverPádraig Brady-7/+13
2021-05-02wc: add --debug to diagnose which implementation usedPádraig Brady-17/+54
2021-05-02wc: use avx2 optimization when counting only linesKristoffer Brånemyr-43/+294
2021-05-01touch: fix wrong diagnostic (Bug#48106)Paul Eggert-15/+19
2021-04-26maint: port to Autoconf 2.71Paul Eggert-31/+35
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-22tests: fix FP in ls/stat-free-color.shBernhard Voelker-4/+6
2021-04-11doc: clarify that ln --relative requires --symbolic to be specifiedPádraig Brady-1/+2
2021-04-11doc: clarify what's counted by wcPádraig Brady-7/+12
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-327/+334
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/+77
2021-03-29env: simplify --split-string memory managementPaul Eggert-213/+173
2021-03-29build: update gnulib submodule to latestPaul Eggert-0/+0
2021-03-29tests: add a test case for recent env fixPádraig Brady-0/+4
2021-03-29maint: ignore all .a files in .gitignorePádraig Brady-3/+1
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-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