summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-10-10tests: ln -f: ensure existing link replacedSylvestre Ledru-0/+8
2025-10-07tests: cksum: add a test case for robust file name parsingPádraig Brady-0/+6
2025-10-07maint: cksum: document a base64/hex parsing ambiguity with untaggedPádraig Brady-1/+12
2025-10-07cksum: fix --check with untagged base64 format with tag matchesPádraig Brady-24/+37
2025-10-07cksum: fix length validation with SHA2- tagged formatPádraig Brady-9/+21
2025-10-07cksum: fix --check with --algorithm=sha2Pádraig Brady-6/+19
2025-10-06rm: remove redundant mark_ancestor_dirs callPaul Eggert-1/+0
2025-10-06rm: make ‘rm -d DIR’ more like ‘rmdir DIR’Paul Eggert-10/+12
2025-10-05cksum: allow -a {blake2b,sha2,sha3} --check to work on base64Collin Funk-4/+95
2025-10-03maint: omit trailing white space in config.hPaul Eggert-1/+1
2025-10-03maint: remove IRIX supportCollin Funk-7/+0
2025-10-02tests: factor: add suggested large prime testsPádraig Brady-3/+11
2025-10-02unexpand: fix heap buffer overflow with --tabs=[+/]NUMPádraig Brady-5/+22
2025-10-02doc: man: consistently format -X[OPTIONAL] formPádraig Brady-1/+3
2025-10-02doc: man: consistently italicize --option parametersPádraig Brady-1/+6
2025-10-01maint: prefer unreachable () to NOTREACHED commentCollin Funk-1/+1
2025-09-30fold: move multi-byte character reading to a moduleCollin Funk-93/+235
2025-09-30wc: add AVX512 function for line countingMathieu Bordere-6/+137
2025-09-28maint: update valgrind instructionsPádraig Brady-16/+20
2025-09-27maint: convert some overflow checks to ckd_add and ckd_mulCollin Funk-20/+7
2025-09-26tests: test: ensure file operations are coveredPádraig Brady-0/+41
2025-09-25join: remove unused #include "argmatch.h"Bernhard Voelker-1/+0
2025-09-24maint: prefer countof over ARRAY_CARDINALITYCollin Funk-28/+23
2025-09-24tail: fix tailing larger number of lines in regular filesHannes Braun-1/+34
2025-09-24tests: wc: fix hardware acceleration disabling testPádraig Brady-1/+1
2025-09-24build: copy: add dependency on $(LIB_SMACK)Pádraig Brady-0/+1
2025-09-23basenc: --base58: fix buffer overflow with input > 15MBPádraig Brady-18/+58
2025-09-23doc: document gl_cv_crc_pclmul to control hardware accelerationPádraig Brady-3/+4
2025-09-23build: fix build failure with mismatched pclmulPádraig Brady-0/+2
2025-09-22build: update gnulib submodule to latestPaul Eggert-0/+0
2025-09-22maint: post-release administriviaPádraig Brady-2/+5
2025-09-22version 9.8v9.8Pádraig Brady-1/+1
2025-09-22build: update gnulib to latestPádraig Brady-0/+0
2025-09-22tests: ls: avoid alignment check with non printable charactersPádraig Brady-0/+6
2025-09-22tests: du: avoid false failure in racy testPádraig Brady-4/+3
2025-09-22build: revert gnulib updatePádraig Brady-0/+0
2025-09-21build: update gnulib submodule to latestCollin Funk-0/+0
2025-09-21build: fix missing declarations on AndroidCollin Funk-3/+5
2025-09-21maint: comment spelling fixesPaul Eggert-2/+2
2025-09-21tests: fix OMP_NUM_THREADS misspellingPaul Eggert-1/+1
2025-09-21maint: update bootstrap from GnulibPaul Eggert-2/+2
2025-09-21tests: avoid false failure on older Linux kernelsPádraig Brady-1/+3
2025-09-21tests: tail: avoid false failure with overlayfsPádraig Brady-0/+8
2025-09-20tests: fold: avoid false failures on Solaris 10Pádraig Brady-3/+8
2025-09-20tests: dd: avoid false failure on Solaris 10Pádraig Brady-1/+1
2025-09-20tests: avoid false failure on CentOS 5,6,7Pádraig Brady-1/+1
2025-09-20doc: don't capitalize the first letter of cgroupCollin Funk-2/+2
2025-09-19tests: env: skip a few tests if LD_LIBRARY_PATH is setCollin Funk-0/+23
2025-09-19touch: fix diagnostic on macOS 26Grisha Levit-2/+3
2025-09-19copy: pacify older clangPaul Eggert-9/+10