summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-08cp,mv,install: minor copy_internal refactoringPaul Eggert-3/+2
2023-09-08cp,mv,install: fix comment punctuationPaul Eggert-2/+2
2023-09-08cp,mv,install: simplify copy_internalPaul Eggert-29/+20
2023-09-04maint: prefer psame_inode, PSAME_INODE, STP_*Paul Eggert-45/+45
2023-09-04cp,mv,install: a bit more up-to-date source statPaul Eggert-3/+9
2023-09-02cp,mv,install: fix chmod on Linux CIFSPaul Eggert-1/+2
2023-09-01cp,mv,install: fix chown on Linux CIFSPaul Eggert-2/+9
2023-09-01maint: simplify set_ownerPaul Eggert-46/+37
2023-09-01chown: port to mingw and MSVC 14Paul Eggert-9/+4
2023-08-30maint: regularize struct initializersPaul Eggert-16/+16
2023-08-30maint: rely on Gnulib fdatasyncPaul Eggert-6/+0
2023-08-30maint: use modern Gnulib LIB_ macrosPaul Eggert-4/+4
2023-08-30kill: rely on Gnulib strsignalPaul Eggert-18/+0
2023-08-29maint: remove rename macroPaul Eggert-9/+0
2023-08-29maint: remove need for mbsalignPaul Eggert-176/+168
2023-08-28maint: spelling fixes, including author namesPaul Eggert-71/+67
2023-08-28test: omit unreachable codePaul Eggert-1/+0
2023-08-27all: avoid duplicated write errors on FreeBSDPádraig Brady-2/+4
2023-08-27build: fix link errors of sort, split on CentOS 5 and Solaris 10Bruno Haible-0/+2
2023-08-27build: fix compilation error on AIX 7.1Bruno Haible-1/+4
2023-08-21cp: with --sparse=never, avoid COW and copy offloadPádraig Brady-0/+9
2023-08-15uptime: simplify following gnulib changesBruno Haible-30/+0
2023-08-15uptime: be more generous about read_utmp failurePaul Eggert-31/+46
2023-08-15uptime: Include VM sleep time in the "up" durationBruno Haible-30/+6
2023-08-14build: fix recent compilation error on GNU/HurdBruno Haible-1/+1
2023-08-11pinky,users,who: optimize read_utmp invocationBruno Haible-1/+4
2023-08-08who: simplify based on readutmp changesPaul Eggert-64/+44
2023-08-08pinky,who: omit pragmaPaul Eggert-12/+0
2023-08-08maint: Simplify after gnulib changedBruno Haible-49/+22
2023-08-03maint: Update after gnulib module 'readutmp' changedPaul Eggert-90/+154
2023-08-02uptime: fix Y5881633 bugPaul Eggert-8/+8
2023-08-02pinky: fix "d" typoPaul Eggert-2/+2
2023-08-01maint: minor comment cleanupsDragan Simic-12/+12
2023-08-01cut: promptly diagnose write errors, continuedDragan Simic-13/+23
2023-08-01pinky: fix buffer size on 32 bit buildsPádraig Brady-1/+1
2023-08-01od: fix issues with recent format string changesPádraig Brady-3/+2
2023-07-31pinky: prefer signed typesPaul Eggert-2/+2
2023-07-31pathchk: prefer signed typesPaul Eggert-19/+15
2023-07-31numfmt: prefer signed typesPaul Eggert-12/+11
2023-07-31mktemp,seq: prefer signed typesPaul Eggert-3/+2
2023-07-31kill: prefer signed typesPaul Eggert-3/+3
2023-07-31groups,id: don’t assume gid_t fits in unsigned longPaul Eggert-2/+10
2023-07-31dircolors,du,expr: prefer signed typesPaul Eggert-17/+16
2023-07-31od: prefer signed typesPaul Eggert-31/+26
2023-07-31cksum,df,digest: prefer signed typesPaul Eggert-3/+3
2023-07-31join: prefer signed typesPaul Eggert-61/+51
2023-07-31factor: prefer signed typesPaul Eggert-63/+60
2023-07-31maint: include idx.h everywherePaul Eggert-5/+1
2023-07-31who: fix only-theoretical overflowPaul Eggert-2/+2
2023-07-31tac: handle short reads on inputPádraig Brady-1/+2