summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-11-20maint: prefer mbszero over memsetCollin Funk-1/+1
2024-11-19ls: port to Oracle Developer Studio 12.6Paul Eggert-20/+30
2024-11-19factor: fix ‘return’ typoPaul Eggert-1/+1
2024-11-19doc: mention "printf %d ''" changePaul Eggert-0/+5
2024-11-19tests: fix inconsistent use of getlimits_Pádraig Brady-1/+1
2024-11-19tests: printf: avoid iconv issues on macOSPádraig Brady-2/+2
2024-11-19chown: port test to macOS 12.6 nogroup userPaul Eggert-3/+12
2024-11-19maint: omit unnecessary to_ucharPaul Eggert-11/+11
2024-11-19tests: Remove stray ‘i’Paul Eggert-1/+1
2024-11-19printf: diagnose empty args correctlyPaul Eggert-13/+29
2024-11-19printf: do n$ overflow checking by handPaul Eggert-10/+20
2024-11-19printf: refactor macros to functionPaul Eggert-92/+94
2024-11-18maint: avoid a syntax-check failurePádraig Brady-1/+1
2024-11-18doc: describe "New programs" consistently in NEWSPádraig Brady-3/+3
2024-11-17build: update gnulib submodule to latestPaul Eggert-48/+76
2024-11-17factor: pacify -Wunused-macrosPaul Eggert-1/+2
2024-11-14ls: refactor gobble_file get_scontextPaul Eggert-2/+2
2024-11-12tests: ls: also test security context output for symlinksPádraig Brady-12/+17
2024-11-12tests: avoid false failure with --disable-selinuxPádraig Brady-15/+41
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-11build: update gnulib to latestPádraig Brady-0/+4
2024-11-09ls: add test case for ls -Z bugPaul Eggert-0/+15
2024-11-09build: update gnulib submodule to latestPaul Eggert-0/+0
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