summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-08-05maint: use consistent references to standard files in messagesCollin Funk-13/+18
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-39/+45
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-56/+63
2025-08-03tail: don’t output more lines than requestedPaul Eggert-1/+6
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-48/+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/+10
2025-08-03tail: check OFF_T_MAX vs COPY_A_BUFFERPaul Eggert-0/+1
2025-08-03tail: fix SEEK_END typoPaul Eggert-1/+5
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-6/+11
2025-08-03readlink: emit errors when POSIXLY_CORRECT is setCollin Funk-0/+62
2025-08-02doc: mention copy_file_range data corruption avoidancePádraig Brady-0/+4
2025-08-01build: update gnulib submodule to latestPaul Eggert-0/+0
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/+55
2025-07-31build: update gnulib submodule to latestCollin Funk-0/+0
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
2025-07-29doc: use consistent references to standard filesPádraig Brady-19/+31
2025-07-27doc: update git version documented in HACKINGCollin Funk-1/+1
2025-07-27doc: mention 2025 speedup on large compositesPaul Eggert-2/+4
2025-07-26maint: avoid :> pattern in testsPádraig Brady-3/+4
2025-07-26tests: avoid a false failure on CygwinCollin Funk-1/+1
2025-07-26maint: avoid syntax-check failure from previous commitCollin Funk-1/+2
2025-07-25test: simplify for clarityPaul Eggert-132/+102
2025-07-25test: removed dead code for unrecognised binary operatorsHarry Fellowes-2/+1
2025-07-23tests: date: add tests for the Ethiopian calendarCollin Funk-0/+46
2025-07-23tests: date: add tests for the Solar Hijri calendarCollin Funk-0/+46
2025-07-22install: with -d, use more accurate diagnosticsPádraig Brady-0/+12