summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-12-07shred: use gethrxtime instead of timeCollin Funk-9/+11
2025-12-05pinky: promptly diagnose write errorsCollin Funk-44/+39
2025-12-04build: update gnulib submodule to latestPaul Eggert-1/+1
2025-12-02maint: don't use == on boolsCollin Funk-3/+3
2025-12-02timeout: print the signal number 0 instead of EXITCollin Funk-1/+1
2025-12-02timeout: prioritize "timed out" exit statusPádraig Brady-0/+6
2025-11-29timeout: ensure we terminate command upon abnormal exitPádraig Brady-0/+8
2025-11-28du: add the short option -A corresponding to --apparent-sizeCollin Funk-6/+5
2025-11-27maint: prefer mcel_eq to mcel_cmpCollin Funk-3/+3
2025-11-26doc: date: mention --file=- reads from standard inputCollin Funk-1/+3
2025-11-26doc: du, sort, wc: adjust description of --files0-fromCollin Funk-4/+4
2025-11-26doc: fold: clarify operation of -s in --helpPádraig Brady-1/+1
2025-11-23du,ls: don’t modify getenv stringsPaul Eggert-30/+39
2025-11-23numfmt: port to C23 qualifier-generic fnsPaul Eggert-2/+2
2025-11-23cat: refactor struct stat usagePaul Eggert-22/+12
2025-11-23doc: cat -E: mention ^M$ output possibilityPádraig Brady-1/+1
2025-11-22dd,ls,sort: prefer sigaction over signalPádraig Brady-91/+2
2025-11-22csplit,ls,sort: handle a more complete set of signalsPádraig Brady-128/+96
2025-11-22timeout: honor ignored signal dispositionsPádraig Brady-4/+25
2025-11-21timeout: handle all terminating signalsPádraig Brady-10/+56
2025-11-20build: remove explicit link to CoreFoundation libs on macOSPádraig Brady-10/+0
2025-11-19maint: add coreutils_hardlinks to src/.gitignoreCollin Funk-0/+1
2025-11-19maint: prefer MAYBE_UNUSED to void castsCollin Funk-8/+3
2025-11-19build: support --enable-single-binary=hardlinksPádraig Brady-2/+14
2025-11-17maint: use C99 initialization syntax for single-variable 'for' loopsCollin Funk-239/+148
2025-11-17build: fix make dist failurePádraig Brady-3/+3
2025-11-17tail: add --debug to report the --follow implementationPádraig Brady-1/+26
2025-11-16maint: convert remove a K&R declarationCollin Funk-2/+1
2025-11-16du: document the TIME_STYLE env variable in usageBernhard Voelker-3/+9
2025-11-16maint: tag supported options not documented in --helpPádraig Brady-7/+7
2025-11-16maint: rearrange cksum modules so main is in cksum.cPádraig Brady-2095/+2093
2025-11-16wc: fix missing documentation for the --debug optionPádraig Brady-0/+3
2025-11-14doc: shred: clarify what --verbose outputsPádraig Brady-1/+7
2025-11-12sort: avoid pthread calls with --parallel=1Pádraig Brady-8/+18
2025-11-12md5sum: fix --text with the MSYS2 runtimePádraig Brady-1/+1
2025-11-12maint: fix comment re PRLFS' remotenessPádraig Brady-2/+2
2025-11-11maint: fix a comment in the generated src/fs-is-local.h fileCollin Funk-2/+2
2025-11-09nice: clamp the niceness correctly on GNU/HurdCollin Funk-0/+34
2025-11-08chcon: fix memory leak in error pathPádraig Brady-1/+4
2025-11-04maint: adjust lseek_copy to handle non zero offsetsPádraig Brady-2/+2
2025-11-03tests: date: check that write errors are promptly diagnosedCollin Funk-0/+9
2025-11-03doc: squashfs issue to be squashed in Linux 6.18Paul Eggert-2/+3
2025-11-03date: avoid a duplicated write error diagnoticPádraig Brady-1/+2
2025-11-03date: translate/clarify recent error messagePádraig Brady-1/+1
2025-11-03date: promptly diagnose write errors with --filePádraig Brady-0/+3
2025-11-01date: diagnose fprintftime failurePaul Eggert-6/+9
2025-11-01pr: improve nstrftime failure checkPaul Eggert-5/+8
2025-11-01ls: better nstrftime failure checkPaul Eggert-5/+2
2025-11-01build: reduce explicit dependencies on macOS CoreFoundationPádraig Brady-1/+1
2025-11-01build: fix macOS build without libintlGrisha Levit-0/+10