summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-09-27factor: new type uuintPaul Eggert-9/+23
2024-09-27factor: tweak prime_p zero countingPaul Eggert-4/+2
2024-09-27factor: tweak gcd2_odd performancePaul Eggert-9/+18
2024-09-27factor: tweak gcd_odd performancePaul Eggert-2/+2
2024-09-27factor: switch to stdc_leading_zeros etcPaul Eggert-75/+20
2024-09-27factor: port to platformsPaul Eggert-6/+15
2024-09-23doc: remove extraneous periods from option --helpPádraig Brady-6/+10
2024-09-23doc: sort: be more descriptive than 'manual'Pádraig Brady-1/+3
2024-09-23doc: env: simplify extra info in the man pagePádraig Brady-18/+3
2024-09-23doc: improve printf(1) reference in echo man pagePádraig Brady-1/+1
2024-09-23doc: fix option markup in chgrp, chown, chmod man pagesPádraig Brady-1/+1
2024-09-13printf: add indexed argument supportPádraig Brady-68/+233
2024-09-04maint: assume C89 escape sequencesCollin Funk-8/+0
2024-08-29build: update gnulib submodule to latestPádraig Brady-0/+0
2024-08-28all: fix error checking in gl/lib/xdectoint.cPádraig Brady-17/+20
2024-08-25maint: avoid a syntax check failurePádraig Brady-6/+0
2024-08-25maint: adjust to Gnulib acl changesCollin Funk-7/+7
2024-08-25build: update gnulib submodule to latestCollin Funk-1/+15
2024-08-19install: dereference source symlinks when comparingPádraig Brady-3/+15
2024-08-15maint: adjust to recent removal of verror.cPaul Eggert-1/+0
2024-08-15build: update gnulib submodule to latestPaul Eggert-3/+1
2024-08-11ls: add support for explicit file name sortingPádraig Brady-7/+23
2024-08-11maint: fix syntax-check failurePádraig Brady-5/+4
2024-08-11doc: printf %b: clarify octal processingPádraig Brady-43/+9
2024-08-10maint: adjust to Gnulib safe_read etc. changesPaul Eggert-62/+56
2024-08-10maint: list Gnulib sys_types directlyPaul Eggert-0/+1
2024-08-10build: update gnulib submodule to latestPaul Eggert-0/+0
2024-08-10head: fix overflows in elide_tail_bytes_pipePaul Eggert-71/+58
2024-08-10head: new test for big countPaul Eggert-0/+2
2024-08-10tail: support counts > 2**64Paul Eggert-25/+27
2024-08-10head: off_t not uintmax_t for file offsetPaul Eggert-1/+1
2024-08-10nproc: support --ignore counts > 2**64Paul Eggert-3/+4
2024-08-10nl: support -l counts > 2**64Paul Eggert-3/+3
2024-08-10head: support counts > 2**64Paul Eggert-12/+16
2024-08-10digest: improve -l overflow diagnosticPaul Eggert-7/+8
2024-08-10maint: distinguish EOVERFLOW vs ERANGE betterPaul Eggert-79/+107
2024-08-08tests: df-P.sh: fix intermittent false failureRichard Purdie-2/+2
2024-08-04build: modernize AC_CHECK_TYPE usagePaul Eggert-4/+11
2024-08-04maint: avoid warning on older GCC compilersPádraig Brady-1/+4
2024-08-04tests: limit mem usage on potentially expensive testPádraig Brady-3/+13
2024-08-04tests: ensure utils support writing to a closed pipePádraig Brady-0/+5
2024-08-04doc: reference 'dircolors invocation' from ls --color infoPádraig Brady-0/+1
2024-08-04doc: clarify which ls color attributes don't apply to dirsPádraig Brady-4/+4
2024-08-03shuf: tiny simplificationPaul Eggert-4/+1
2024-08-03shuf: avoid integer overflow on huge inputsPaul Eggert-4/+7
2024-08-03shuf: fix randomness bugPaul Eggert-1/+15
2024-07-30maint: remove unnecessary inttostr usage in printfCollin Funk-82/+35
2024-07-22build: support creating reproducible tarball contentsPádraig Brady-3/+2
2024-07-16tests: port to noatime file systemsPaul Eggert-15/+15
2024-07-16maint: update bootstrap from GnulibPaul Eggert-8/+10