summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-11-08ls: use Gnulib’s unsupported errno listPaul Eggert-10/+3
2024-11-08expand: use signed colnoPaul Eggert-2/+3
2024-11-08expand: refactor to introduce ‘colno’Paul Eggert-22/+25
2024-11-08expand: prefer xpalloc to x2nreallocPaul Eggert-16/+15
2024-11-08env: prefer xpalloc to x2nreallocPaul Eggert-2/+2
2024-11-08chroot: expand heap a bit less aggressivelyPaul Eggert-6/+6
2024-11-08maint: expand heap a bit less aggressivelyPaul Eggert-20/+22
2024-11-03build: Regenerate distributed built files in $(top_srcdir)Bruno Haible-6/+6
2024-11-02cksum: add support for --algorithm=crc32bPádraig Brady-30/+87
2024-11-02test: add string operators added by POSIX 2024Collin Funk-4/+42
2024-11-01doc: mention new timeout short options in NEWSPádraig Brady-0/+3
2024-11-01stty: adjust --help to match POSIX 2024Collin Funk-7/+7
2024-11-01doc: fix timeout --help for -pPádraig Brady-7/+3
2024-10-30timeout: add -f and -p short options as per POSIX 2024Pádraig Brady-33/+43
2024-10-20tests: cksum: verify --check with commentsSylvestre Ledru-3/+7
2024-10-20tests: improve ls --dired with symlink testingSylvestre Ledru-1/+9
2024-10-14maint: add syntax-check to ensure all gl/ files are distributedPádraig Brady-6/+19
2024-10-14build: distribute the gl/ directory in the tarballsBruno Haible-0/+81
2024-10-12cp,mv: align the descriptions of long optionsMasatake YAMATO-2/+2
2024-10-07chroot,whoami: use uintmax_t for printing uidsCollin Funk-3/+4
2024-10-06maint: adjust check-ls-dircolors to recent change in ls.cBernhard Voelker-1/+2
2024-10-03ls: fix spurious output with -ZPádraig Brady-1/+1
2024-10-03tests: ls: don't always skip a capability testPádraig Brady-3/+7
2024-10-02ls: tune usage of getxattr/stat syscallsPaul Eggert-188/+184
2024-10-02ls: omit cast from gobble_filePaul Eggert-7/+8
2024-10-02ls: check FILETYPE_INDICATORS cardinalityPaul Eggert-12/+11
2024-10-02ls: tune indicator_namePaul Eggert-15/+19
2024-10-02ls: omit some unnecessary NULsPaul Eggert-18/+19
2024-10-02ls: tune is_coloredPaul Eggert-3/+6
2024-10-02ls: omit unnecessary testPaul Eggert-1/+1
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