summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-30numfmt: don't require a suffix with --from=iec-iPádraig Brady-8/+12
2024-12-30maint: fix syntax-check errorPádraig Brady-3/+3
2024-12-30maint: adjust to Gnulib module renamingPaul Eggert-18/+18
2024-12-30build: update gnulib submodule to latestPaul Eggert-0/+0
2024-12-30date: improve doc for ambiguous formatsPaul Eggert-8/+13
2024-12-30maint: ISDIGIT → c_isdigitPaul Eggert-78/+77
2024-12-30tests: improve the chmod/symlinks.sh testSylvestre Ledru-1/+1
2024-12-23kill: with -l,-t list signal 0Pádraig Brady-5/+18
2024-12-21maint: correct © dates for hardware optimized crc routinesPádraig Brady-4/+4
2024-12-21tail: always fail when followed files become inaccessiblePádraig Brady-10/+18
2024-12-20cksum: update to pclmul optimized crc32b from gnulibPádraig Brady-2/+8
2024-12-16maint: tests: update deprecated perl backreference syntaxDaniel Hofstetter-4/+4
2024-12-11maint: sync help2man to latest versionPaul Eggert-15/+15
2024-12-05cksum: use ARMv8 SIMD extensionsSam Russell-2/+307
2024-12-05tail: ensure --follow=name unfollows renamed filesPádraig Brady-10/+22
2024-11-26cksum: use AVX2 and AVX512 for speedupSam Russell-9/+556
2024-11-26tail,tee: fix broken pipe detection on darwin 9Pádraig Brady-4/+5
2024-11-24tests: avoid false failure with unicode decomposed file systemsPádraig Brady-2/+2
2024-11-20dd: port big-offset test to macOS 12.6Paul Eggert-3/+3
2024-11-20maint: update .gitignoreCollin Funk-0/+1
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