summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-10-02ls: reinstate capability checking in more casesPádraig Brady-8/+7
2024-10-02doc: ls: fix regression in -k descriptionLukáš Zaoral-0/+1
2024-10-02tests: df: avoid false failure due to fuse.portalPádraig Brady-3/+6
2024-10-02tests: fix skipping of mtab simulation testsPádraig Brady-22/+41
2024-09-30maint: avoid sc_preprocessor_indentation failure in factor.cBernhard Voelker-2/+2
2024-09-30tests: add fold(1) test for --bytes optionBernhard Voelker-0/+6
2024-09-29ls: use fewer xattr-related syscallsPaul Eggert-83/+40
2024-09-29build: update gnulib submodule to latestPaul Eggert-0/+0
2024-09-27factor: eliminate print_uuint recursionPaul Eggert-20/+34
2024-09-27factor: lessen print_uuint recursionPaul Eggert-4/+21
2024-09-27factor: print_uuint accepts uuintPaul Eggert-8/+8
2024-09-27factor: simplify table countPaul Eggert-2/+1
2024-09-27factor: macro refactoringPaul Eggert-17/+3
2024-09-27factor: improve gmp-related bufferingPaul Eggert-26/+56
2024-09-27factor: buffer stdout like other progs doPaul Eggert-1/+1
2024-09-27factor: improve fd bufferingPaul Eggert-65/+77
2024-09-27factor: powm2 returns uuintPaul Eggert-20/+22
2024-09-27factor: factor_using_division returns uuintPaul Eggert-6/+4
2024-09-27factor: gcd2_odd returns uuintPaul Eggert-14/+7
2024-09-27factor: mod2 now returns uuintPaul Eggert-23/+25
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