summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-22cp: improve hole handling on squashfsPaul Eggert-21/+39
2025-08-22cp: go back to copy_file_range optimizationPaul Eggert-1/+1
2025-08-21cp: always punch holes that we makePaul Eggert-13/+8
2025-08-18logname: list David MacKenzie as the authorCollin Funk-1/+1
2025-08-14maint: avoid syntax-check failure from previous commitCollin Funk-1/+0
2025-08-14tsort: add do-nothing -w optionPaul Eggert-3/+27
2025-08-12maint: use short form bug URLsPádraig Brady-4/+4
2025-08-11basenc: Don't trigger undefined behaviour in mini-gmpBruno Haible-3/+5
2025-08-10realpath: support the -E option required by POSIXCollin Funk-4/+9
2025-08-09basenc: add base58 supportPádraig Brady-5/+348
2025-08-09basenc: fix stripping of '=' chars in some encodingsPádraig Brady-1/+2
2025-08-08maint: prefer attribute.h in .c filesCollin Funk-3/+3
2025-08-07cp: omit some needless lseek callsPaul Eggert-92/+66
2025-08-07cp: --sparse=always was missing some holesPaul Eggert-13/+17
2025-08-05maint: use consistent references to standard files in messagesCollin Funk-7/+10
2025-08-04maint: remove now-unused include of 'safe-read.h'Bernhard Voelker-1/+0
2025-08-03maint: prefer same-inode.hPaul Eggert-22/+28
2025-08-03tail: refactor ‘failable’Paul Eggert-26/+19
2025-08-03tail: fix race between read and fstatPaul Eggert-24/+10
2025-08-03tail: track errno more accuratelyPaul Eggert-32/+46
2025-08-03tail: omit redundant assignmentPaul Eggert-1/+0
2025-08-03tail: prefer readlink to lstat+S_ISLNKPaul Eggert-8/+8
2025-08-03tail: fix unlikely races with >=2 --pidsPaul Eggert-37/+40
2025-08-03tail: prefer < 0 to == -1Paul Eggert-22/+22
2025-08-03tail: record file offset more carefullyPaul Eggert-184/+154
2025-08-03maint: prefer 'read' to 'safe_read'Paul Eggert-35/+32
2025-08-03tail: prefer signed types to size_t, blksize_tPaul Eggert-59/+59
2025-08-03tail: prefer intmax_t to uintmax_tPaul Eggert-55/+61
2025-08-03tail: don’t output more lines than requestedPaul Eggert-1/+1
2025-08-03tail: xlseek switch → tablePaul Eggert-18/+8
2025-08-03tail: prettyname cleanupPaul Eggert-108/+101
2025-08-03tail: optimize tail -n +2**63Paul Eggert-1/+1
2025-08-03tail: refactor SEEK_END and linesPaul Eggert-25/+17
2025-08-03tail: refactor to skip stat call on failurePaul Eggert-47/+47
2025-08-03tail: speed up -c N for huge NPaul Eggert-26/+45
2025-08-03tail: allow >=2**64 in traditional formPaul Eggert-18/+9
2025-08-03tail: check OFF_T_MAX vs COPY_A_BUFFERPaul Eggert-0/+1
2025-08-03tail: fix SEEK_END typoPaul Eggert-1/+1
2025-08-03tail: simplify -c+ on regular filesPaul Eggert-3/+1
2025-08-03maint: don’t lseek memory objectsPaul Eggert-14/+16
2025-08-03wc: don’t assume opening a file puts you at startPaul Eggert-7/+6
2025-08-03head: simplify head_bytesPaul Eggert-23/+16
2025-08-03head: omit unnecessary lseekPaul Eggert-7/+14
2025-08-03readlink: improve documentation for POSIXLY_CORRECT in --helpCollin Funk-3/+4
2025-08-03readlink: emit errors when POSIXLY_CORRECT is setCollin Funk-0/+6
2025-08-01maint: date: refactor to be entirely bottom-upBruno Haible-25/+23
2025-07-31date: fix calendar-related test failures on macOS and OpenBSDBruno Haible-6/+53
2025-07-31build: fix previous commitCollin Funk-2/+2
2025-07-30build: don't use '$<' in non-suffix rulesCollin Funk-1/+2
2025-07-29du: improve diagnostics for --time-stylePádraig Brady-28/+48