summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-11-08seq: simplify cmpPaul Eggert-13/+10
2024-11-08seq: explicate incrPaul Eggert-15/+20
2024-11-08env: prefer xpalloc to xreallocPaul Eggert-2/+2
2024-11-08shuf: prefer xpalloc to xnreallocPaul Eggert-23/+17
2024-11-08pwd: prefer xpalloc to xnreallocPaul Eggert-15/+13
2024-11-08du: prefer xpalloc to xnreallocPaul Eggert-9/+6
2024-11-08df: prefer xpalloc to xnreallocPaul Eggert-21/+16
2024-11-08basenc: prefer xpalloc to xnreallocPaul Eggert-4/+2
2024-11-08ls: prefer xpalloc to xnreallocPaul Eggert-82/+47
2024-11-08df: simplify via xasprintfPaul Eggert-20/+6
2024-11-08csplit: port to IDX_MAX < INT_MAXPaul Eggert-1/+1
2024-11-08pr: prefer xpalloc to x2reallocPaul Eggert-18/+10
2024-11-08od: prefer xpalloc to x2reallocPaul Eggert-9/+8
2024-11-08fold: prefer xpalloc to x2reallocPaul Eggert-12/+10
2024-11-08sort: prefer xpalloc to x2nreallocPaul Eggert-14/+7
2024-11-08cut,numfmt: prefer xpalloc to x2nreallocPaul Eggert-11/+10
2024-11-08ptx: prefer xpalloc to x2nreallocPaul Eggert-65/+47
2024-11-08od: prefer xpalloc to x2nreallocPaul Eggert-11/+10
2024-11-08expand: check for colno overflowPaul Eggert-40/+38
2024-11-08ls: fix aclinfo cache bugPaul Eggert-5/+19
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