summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-16ls: Fix compilation error on CentOS 6Bruno Haible-0/+3
2025-01-16sort: fix --debug buffer overrunPaul Eggert-1/+5
2025-01-15yes: avoid failure on CHERI protected systemsPádraig Brady-0/+5
2025-01-15tac: avoid out of bounds accessPádraig Brady-1/+1
2025-01-15maint: avoid syntax-check failurePádraig Brady-4/+4
2025-01-14cksum: port to Oracle Developer Studio 12.6Paul Eggert-38/+36
2025-01-13ls: readdir errno fixesPaul Eggert-7/+11
2025-01-13tail: fix regression in open() flags usedPádraig Brady-2/+1
2025-01-10csplit: avoid extraenous output files given empty inputPádraig Brady-4/+7
2025-01-10ls: suppress "Permission denied" errors on NFSPádraig Brady-2/+11
2025-01-08ls: update commentPaul Eggert-1/+1
2025-01-08tail: honor --pid with fifosPádraig Brady-5/+9
2025-01-07cp,mv: decouple --update from -f,-i,-n optionsPádraig Brady-115/+48
2025-01-06cp,mv: ensure -i,f are not overridden by -uPádraig Brady-7/+23
2025-01-01maint: update all copyright year number rangesPádraig Brady-143/+143
2024-12-30numfmt: don't require a suffix with --from=iec-iPádraig Brady-8/+7
2024-12-30maint: fix syntax-check errorPádraig Brady-3/+3
2024-12-30date: improve doc for ambiguous formatsPaul Eggert-5/+5
2024-12-30maint: ISDIGIT → c_isdigitPaul Eggert-48/+55
2024-12-23kill: with -l,-t list signal 0Pádraig Brady-3/+3
2024-12-21maint: correct © dates for hardware optimized crc routinesPádraig Brady-4/+4
2024-12-21tail: always fail when followed files become inaccessiblePádraig Brady-1/+1
2024-12-20cksum: update to pclmul optimized crc32b from gnulibPádraig Brady-1/+6
2024-12-05cksum: use ARMv8 SIMD extensionsSam Russell-0/+271
2024-12-05tail: ensure --follow=name unfollows renamed filesPádraig Brady-2/+3
2024-11-26cksum: use AVX2 and AVX512 for speedupSam Russell-9/+489
2024-11-26tail,tee: fix broken pipe detection on darwin 9Pádraig Brady-4/+5
2024-11-20maint: prefer mbszero over memsetCollin Funk-1/+1
2024-11-19ls: port to Oracle Developer Studio 12.6Paul Eggert-20/+30
2024-11-19factor: fix ‘return’ typoPaul Eggert-1/+1
2024-11-19maint: omit unnecessary to_ucharPaul Eggert-11/+11
2024-11-19printf: diagnose empty args correctlyPaul Eggert-13/+20
2024-11-19printf: do n$ overflow checking by handPaul Eggert-10/+20
2024-11-19printf: refactor macros to functionPaul Eggert-92/+94
2024-11-17factor: pacify -Wunused-macrosPaul Eggert-1/+2
2024-11-14ls: refactor gobble_file get_scontextPaul Eggert-2/+2
2024-11-11ls: fix security context indication in --long modePádraig Brady-1/+2
2024-11-11build: update gnulib submodule to latestPaul Eggert-3/+4
2024-11-09tests: avoid false failure on older valgrindPádraig Brady-0/+2
2024-11-08seq: seq_fast always exits nowPaul Eggert-8/+4
2024-11-08seq: simplify cmp callsPaul Eggert-44/+44
2024-11-08seq: use full_write instead of fwritePaul Eggert-4/+5
2024-11-08seq: simplify output buffer managementPaul Eggert-39/+28
2024-11-08seq: omit unnecessary malloc for upper boundPaul Eggert-16/+5
2024-11-08seq: simplify cmpPaul Eggert-13/+10
2024-11-08seq: explicate incrPaul Eggert-15/+20
2024-11-08env: prefer xpalloc to xreallocPaul Eggert-2/+2
2024-11-08shuf: prefer xpalloc to xnreallocPaul Eggert-23/+17
2024-11-08pwd: prefer xpalloc to xnreallocPaul Eggert-15/+13
2024-11-08du: prefer xpalloc to xnreallocPaul Eggert-9/+6