summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-10head: off_t not uintmax_t for file offsetPaul Eggert-1/+1
2024-08-10nproc: support --ignore counts > 2**64Paul Eggert-3/+4
2024-08-10nl: support -l counts > 2**64Paul Eggert-3/+3
2024-08-10head: support counts > 2**64Paul Eggert-12/+16
2024-08-10digest: improve -l overflow diagnosticPaul Eggert-7/+8
2024-08-10maint: distinguish EOVERFLOW vs ERANGE betterPaul Eggert-79/+107
2024-08-08tests: df-P.sh: fix intermittent false failureRichard Purdie-2/+2
2024-08-04build: modernize AC_CHECK_TYPE usagePaul Eggert-4/+11
2024-08-04maint: avoid warning on older GCC compilersPádraig Brady-1/+4
2024-08-04tests: limit mem usage on potentially expensive testPádraig Brady-3/+13
2024-08-04tests: ensure utils support writing to a closed pipePádraig Brady-0/+5
2024-08-04doc: reference 'dircolors invocation' from ls --color infoPádraig Brady-0/+1
2024-08-04doc: clarify which ls color attributes don't apply to dirsPádraig Brady-4/+4
2024-08-03shuf: tiny simplificationPaul Eggert-4/+1
2024-08-03shuf: avoid integer overflow on huge inputsPaul Eggert-4/+7
2024-08-03shuf: fix randomness bugPaul Eggert-1/+15
2024-07-30maint: remove unnecessary inttostr usage in printfCollin Funk-82/+35
2024-07-22build: support creating reproducible tarball contentsPádraig Brady-3/+2
2024-07-16tests: port to noatime file systemsPaul Eggert-15/+15
2024-07-16maint: update bootstrap from GnulibPaul Eggert-8/+10
2024-07-16maint: adjust to Gnulib -Wsystem-headers changePaul Eggert-1/+0
2024-07-16build: update gnulib submodule to latestPaul Eggert-0/+0
2024-07-10tests: add fold(1) test for non-existent filesBernhard Voelker-0/+7
2024-07-04maint: import tests/init.sh from Gnulib during bootstrapCollin Funk-706/+4
2024-07-03doc: remove 'proposed' in regard to $'' descriptionsPádraig Brady-4/+4
2024-07-02tests: fix improper use of grep -vPádraig Brady-11/+11
2024-07-02tests: cksum: check when several files are missing or incorrectSylvestre Ledru-0/+11
2024-07-01maint: silence deprecated module warningCollin Funk-1/+1
2024-06-29maint: prefer endian.h for byte order conversionsCollin Funk-20/+9
2024-06-29build: update gnulib submodule to latestCollin Funk-0/+0
2024-06-27ls: treat --time=mtime consistently with other time selectorsPádraig Brady-20/+28
2024-06-26doc: document the c-maybe quoting stylePádraig Brady-0/+3
2024-06-25stat: reactivate a translator comment (lost on 2012-01-09)Bruno Haible-2/+3
2024-06-01maint: improve ERE in sc_tests_list_consistencyBernhard Voelker-1/+1
2024-05-28stat,tail: sync with latest Linux file systemsPádraig Brady-2/+13
2024-05-24ls: improve sorting docPaul Eggert-23/+24
2024-05-22tests: cksum: extend with --status, --ignore-missing and --warnSylvestre Ledru-0/+58
2024-05-21build: fix build failure in --enable-single-binary modePádraig Brady-2/+2
2024-05-21maint: add lib/stdbit.h to .gitignorePádraig Brady-0/+1
2024-05-20stty: port test to Alpine LinuxPaul Eggert-1/+1
2024-05-16dd: skip some alloc tests on ZFSPaul Eggert-1/+4
2024-05-16maint: prefer stdbit.h to count-leading-zeros.hPaul Eggert-20/+6
2024-05-16maint: port test warnings to GCC 14Paul Eggert-0/+2
2024-05-16maint: update bootstrap from GnulibPaul Eggert-3/+23
2024-05-16build: update gnulib submodule to latestPaul Eggert-0/+0
2024-05-16sort: better -Wmissing-variable-declarationsPaul Eggert-5/+4
2024-05-16cksum: improve API consistency checkingPaul Eggert-3/+6
2024-05-15doc: improve the man page for sleepNikolaos Chatzikonstantinou-4/+3
2024-05-11tests: cksum: add incorrect data to verify --check & --strictSylvestre Ledru-0/+29
2024-05-09wc: increase I/O size from 16 KiB to 256KiBPádraig Brady-15/+15