summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-17all: avoid repeated diagnostic upon write errorPádraig Brady-46/+40
2023-07-13cksum: improve problematic_chars functionJim Meyering-1/+2
2023-07-12maint: give a new function the "pure" attributePádraig Brady-0/+1
2023-07-11cksum: escape filenames with a leading '\' in --check statusPádraig Brady-9/+14
2023-07-09cksum: support transparent emulation of older utilsPádraig Brady-18/+10
2023-07-08maint: avoid static analysis failure for ignored dup2 returnPádraig Brady-3/+3
2023-07-01stty: fix untranslated diagnosticsPaul Eggert-2/+2
2023-07-01maint: prefer ckd_add to INT_ADD_WRAPV etcPaul Eggert-43/+54
2023-07-01who: don’t crash if clock gyratesPaul Eggert-5/+4
2023-07-01df: omit GCC 5 ‘assume’sPaul Eggert-5/+1
2023-07-01maint: pacify GCC bug#109613 betterPaul Eggert-4/+2
2023-07-01maint: stop pacifying ParfaitPaul Eggert-11/+0
2023-07-01maint: go back to using ‘error’Paul Eggert-1038/+797
2023-07-01maint: improve static and dynamic checkingPaul Eggert-253/+198
2023-07-01maint: fix indenting in previous changePaul Eggert-2/+2
2023-06-29maint: prefer C23-style nullptrPaul Eggert-1789/+1823
2023-06-22b2sum: fix UAR with --check with malformed checksum linesPádraig Brady-0/+4
2023-06-15doc: mention cksum error fix with cpu feature checks changesPádraig Brady-2/+2
2023-06-14cksum,wc: clean up hw capability checkingPaul Eggert-29/+14
2023-06-14cksum,wc: don’t include <cpuid.h>Paul Eggert-6/+1
2023-06-14cksum: fix bug in check for cksum_pclmulPaul Eggert-1/+2
2023-06-13wc: port to kernels that disable XSAVE YMMPaul Eggert-64/+12
2023-06-12dircolors: update list of backup file extensionsVille Skyttä-5/+8
2023-06-11dd: fix parsing of numbers with more than two multipliersPádraig Brady-4/+4
2023-06-08doc: od --strings: clarify operationPádraig Brady-3/+2
2023-06-07maint: ls.c: update stale comment for previous commitPádraig Brady-4/+5
2023-06-07ls: display command line symlinks that return ELOOPPádraig Brady-1/+1
2023-06-07ls: use more standard symlink traversalPádraig Brady-39/+4
2023-05-31split: --additional-suffix: disallow trailing '/'Pádraig Brady-7/+11
2023-05-31maint: adjust code to handle "error" syntax-check changesPádraig Brady-6/+5
2023-05-30dd: fix ‘error’ name issue without macrosPaul Eggert-57/+52
2023-05-28build: update gnulib submodule to latestPádraig Brady-0/+1
2023-05-19build: pacify GCC 13 with -fltoPádraig Brady-0/+4
2023-05-19build: revert -Wmaybe-uninitialized warnings avoidancePádraig Brady-11/+8
2023-05-18build: avoid false -Wmaybe-uninitialized warningsPádraig Brady-9/+12
2023-05-08split: advise the kernel of sequential access patternPádraig Brady-0/+4
2023-05-06pr: fix parsing of empty argumentsPádraig Brady-0/+6
2023-05-05cp: -p --parents: minor cleanup of previous patchPaul Eggert-25/+30
2023-05-03cp: -p --parents: fix failure to preserve permissions for absolute pathsPádraig Brady-5/+11
2023-04-30maint: remove redundant exit status handlingPádraig Brady-2/+1
2023-04-26maint: suppress GCC 13 false alarmsPaul Eggert-0/+22
2023-04-26chmod: pacify GCC 13Paul Eggert-9/+8
2023-04-26csplit: pacify GCC 13Paul Eggert-26/+15
2023-04-26uniq: be more specific when diagnosing read errorsPádraig Brady-1/+1
2023-04-25pr: fix infinite loop when double spacingPádraig Brady-1/+1
2023-04-25copy: reduce verbosity of -i and -u with --verbosePádraig Brady-3/+3
2023-04-24factor: diagnose errors reading the inputPádraig Brady-1/+6
2023-04-24numfmt: diagnose errors reading the inputPádraig Brady-1/+1
2023-04-24tsort: diagnose errors reading the inputPádraig Brady-1/+5
2023-04-24cksum: fix failure to diagnose read errors with crc32Pádraig Brady-14/+2