| Age | Commit message (Expand) | Author | Lines |
| 2023-08-27 | all: avoid duplicated write errors on FreeBSD | Pádraig Brady | -2/+5 |
| 2023-08-27 | tests: avoid false failure where sleep is a shell builtin | Pádraig Brady | -1/+1 |
| 2023-08-27 | build: fix link errors of sort, split on CentOS 5 and Solaris 10 | Bruno Haible | -0/+2 |
| 2023-08-27 | build: fix compilation error on AIX 7.1 | Bruno Haible | -1/+4 |
| 2023-08-27 | build: update with gnulib fixes | Pádraig Brady | -0/+0 |
| 2023-08-24 | doc: remove older ChangeLog items | Pádraig Brady | -1/+1 |
| 2023-08-23 | shred: fix operation on Solaris with 64 bit builds | Pádraig Brady | -1/+11 |
| 2023-08-22 | build: update gnulib submodule to latest | Pádraig Brady | -0/+0 |
| 2023-08-22 | doc: reorg texinfo for the checksumming utilities | Pádraig Brady | -109/+147 |
| 2023-08-21 | doc: cksum: remove -b description from texinfo | Pádraig Brady | -3/+1 |
| 2023-08-21 | cp: with --sparse=never, avoid COW and copy offload | Pádraig Brady | -0/+18 |
| 2023-08-19 | maint: comment spelling fix | Pádraig Brady | -1/+1 |
| 2023-08-16 | maint: remove extraneous line in NEWS | Pádraig Brady | -2/+0 |
| 2023-08-15 | uptime: simplify following gnulib changes | Bruno Haible | -98/+1 |
| 2023-08-15 | maint: update uptime NEWS | Paul Eggert | -1/+11 |
| 2023-08-15 | tests: fix false failure due to locale on alpine | Pádraig Brady | -1/+5 |
| 2023-08-15 | uptime: be more generous about read_utmp failure | Paul Eggert | -31/+46 |
| 2023-08-15 | uptime: Include VM sleep time in the "up" duration | Bruno Haible | -31/+6 |
| 2023-08-15 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-08-15 | maint: fix typo in NEWS | Bernhard Voelker | -1/+1 |
| 2023-08-15 | doc: reference install(1) and cp(1) from each other | Bernhard Voelker | -0/+4 |
| 2023-08-14 | build: fix recent compilation error on GNU/Hurd | Bruno Haible | -1/+1 |
| 2023-08-14 | maint: avoid syntax-check failure | Pádraig Brady | -1/+1 |
| 2023-08-14 | build: fix link errors with gcc < 4.8 | Bruno Haible | -2/+2 |
| 2023-08-12 | doc: improve NEWS discussion of systemd | Paul Eggert | -8/+7 |
| 2023-08-12 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-08-12 | maint: allow use of printf C99 integer size specifiers | Pádraig Brady | -11/+0 |
| 2023-08-11 | doc: separate out description of 2038 time stamp change | Pádraig Brady | -0/+5 |
| 2023-08-11 | pinky,users,who: optimize read_utmp invocation | Bruno Haible | -1/+4 |
| 2023-08-08 | who: simplify based on readutmp changes | Paul Eggert | -64/+44 |
| 2023-08-08 | pinky,who: omit pragma | Paul Eggert | -12/+0 |
| 2023-08-08 | maint: Simplify after gnulib changed | Bruno Haible | -49/+22 |
| 2023-08-03 | maint: Update after gnulib module 'readutmp' changed | Paul Eggert | -120/+158 |
| 2023-08-02 | uptime: fix Y5881633 bug | Paul Eggert | -8/+8 |
| 2023-08-02 | pinky: fix "d" typo | Paul Eggert | -2/+2 |
| 2023-08-01 | maint: minor comment cleanups | Dragan Simic | -12/+12 |
| 2023-08-01 | cut: promptly diagnose write errors, continued | Dragan Simic | -13/+23 |
| 2023-08-01 | maint: reformat text width in HACKING | Dragan Simic | -9/+8 |
| 2023-08-01 | pinky: fix buffer size on 32 bit builds | Pádraig Brady | -1/+1 |
| 2023-08-01 | od: fix issues with recent format string changes | Pádraig Brady | -3/+2 |
| 2023-07-31 | pinky: prefer signed types | Paul Eggert | -2/+2 |
| 2023-07-31 | pathchk: prefer signed types | Paul Eggert | -19/+15 |
| 2023-07-31 | numfmt: prefer signed types | Paul Eggert | -12/+11 |
| 2023-07-31 | mktemp,seq: prefer signed types | Paul Eggert | -3/+2 |
| 2023-07-31 | kill: prefer signed types | Paul Eggert | -3/+3 |
| 2023-07-31 | groups,id: don’t assume gid_t fits in unsigned long | Paul Eggert | -2/+10 |
| 2023-07-31 | dircolors,du,expr: prefer signed types | Paul Eggert | -17/+16 |
| 2023-07-31 | od: prefer signed types | Paul Eggert | -31/+26 |
| 2023-07-31 | cksum,df,digest: prefer signed types | Paul Eggert | -3/+3 |
| 2023-07-31 | join: prefer signed types | Paul Eggert | -61/+51 |