summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2024-11-19ls: port to Oracle Developer Studio 12.6Paul Eggert-20/+30
2024-11-19factor: fix ‘return’ typoPaul Eggert-1/+1
2024-11-19maint: omit unnecessary to_ucharPaul Eggert-11/+11
2024-11-19printf: diagnose empty args correctlyPaul Eggert-13/+20
2024-11-19printf: do n$ overflow checking by handPaul Eggert-10/+20
2024-11-19printf: refactor macros to functionPaul Eggert-92/+94
2024-11-17factor: pacify -Wunused-macrosPaul Eggert-1/+2
2024-11-14ls: refactor gobble_file get_scontextPaul Eggert-2/+2
2024-11-11ls: fix security context indication in --long modePádraig Brady-1/+2
2024-11-11build: update gnulib submodule to latestPaul Eggert-3/+4
2024-11-09tests: avoid false failure on older valgrindPádraig Brady-0/+2
2024-11-08seq: seq_fast always exits nowPaul Eggert-8/+4
2024-11-08seq: simplify cmp callsPaul Eggert-44/+44
2024-11-08seq: use full_write instead of fwritePaul Eggert-4/+5
2024-11-08seq: simplify output buffer managementPaul Eggert-39/+28
2024-11-08seq: omit unnecessary malloc for upper boundPaul Eggert-16/+5
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/+2
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-03build: Regenerate distributed built files in $(top_srcdir)Bruno Haible-6/+6
2024-11-02cksum: add support for --algorithm=crc32bPádraig Brady-6/+53
2024-11-02test: add string operators added by POSIX 2024Collin Funk-3/+20
2024-11-01stty: adjust --help to match POSIX 2024Collin Funk-3/+3
2024-11-01doc: fix timeout --help for -pPádraig Brady-1/+1
2024-10-30timeout: add -f and -p short options as per POSIX 2024Pádraig Brady-24/+26
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