summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2024-08-11doc: printf %b: clarify octal processingPádraig Brady-38/+2
2024-08-10maint: adjust to Gnulib safe_read etc. changesPaul Eggert-62/+56
2024-08-10head: fix overflows in elide_tail_bytes_pipePaul Eggert-71/+58
2024-08-10tail: support counts > 2**64Paul Eggert-18/+23
2024-08-10head: off_t not uintmax_t for file offsetPaul Eggert-1/+1
2024-08-10nproc: support --ignore counts > 2**64Paul Eggert-1/+2
2024-08-10nl: support -l counts > 2**64Paul Eggert-1/+1
2024-08-10head: support counts > 2**64Paul Eggert-12/+13
2024-08-10digest: improve -l overflow diagnosticPaul Eggert-7/+8
2024-08-10maint: distinguish EOVERFLOW vs ERANGE betterPaul Eggert-38/+44
2024-08-04maint: avoid warning on older GCC compilersPádraig Brady-1/+4
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-07-30maint: remove unnecessary inttostr usage in printfCollin Funk-82/+35
2024-07-03doc: remove 'proposed' in regard to $'' descriptionsPádraig Brady-2/+2
2024-06-29maint: prefer endian.h for byte order conversionsCollin Funk-19/+7
2024-06-27ls: treat --time=mtime consistently with other time selectorsPádraig Brady-10/+8
2024-06-25stat: reactivate a translator comment (lost on 2012-01-09)Bruno Haible-2/+3
2024-05-28stat,tail: sync with latest Linux file systemsPádraig Brady-2/+6
2024-05-24ls: improve sorting docPaul Eggert-5/+2
2024-05-21build: fix build failure in --enable-single-binary modePádraig Brady-2/+2
2024-05-16maint: prefer stdbit.h to count-leading-zeros.hPaul Eggert-2/+2
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-09wc: increase I/O size from 16 KiB to 256KiBPádraig Brady-15/+11
2024-05-09wc: simplify and generalize AVX codeEvgeny Nizhibitsky-44/+10
2024-05-07doc: pwd: improve the -P help descriptionBruce Jerrick-1/+3
2024-05-05maint: rename octhexdigits macrosNikolay Nechaev-17/+14
2024-05-05maint: factor out common macros of stat and printfNikolay Nechaev-11/+10
2024-05-05maint: factor out the common show_date functionalityNikolay Nechaev-48/+63
2024-05-03cp: actually support --update=none-failPádraig Brady-2/+2
2024-05-01maint: pacify GCC 14 -Wmissing-variable-declarationsCollin Funk-1/+4
2024-05-01maint: pacify GCC 14 -Wmissing-variable-declarations wrt md5.hPádraig Brady-0/+9
2024-04-19tail: avoid infloop with -c on /dev/zeroPaul Eggert-5/+19
2024-04-17ls: -f now means -a -UPaul Eggert-6/+1
2024-04-17maint: remove unnecessary stdbool.h includeCollin Funk-1/+0
2024-04-12join: fix error message for -a and -vPádraig Brady-1/+1
2024-04-06split: don’t trust st_size on /proc filesPaul Eggert-4/+2
2024-04-06sort: don’t trust st_size on /proc filesPaul Eggert-1/+1
2024-04-06dd: don’t trust st_size on /proc/filesPaul Eggert-1/+1
2024-04-06cat: don’t trust st_size on /proc filesPaul Eggert-10/+21
2024-04-01doc: chown,chgrp: fix missing full stop in --helpPádraig Brady-1/+1
2024-03-26ls: avoid ENOENT from readdir() on FreeBSD 14Pádraig Brady-0/+3
2024-03-25cp: with --no-preserve=mode ensure set-group-ID bits maintained on dirsPádraig Brady-0/+3
2024-03-24doc: fix translation issue in chown/chgrp amalgamationPádraig Brady-13/+7
2024-03-24doc: fix various translation issuesPádraig Brady-5/+5
2024-03-22mv: treat --exchange more like non-exchangePaul Eggert-25/+23
2024-03-22cp,ln,mv: improve dir vs nondir diagnosticsPaul Eggert-62/+26
2024-03-22env: add -a,--argv0 to set the first argument passed to execPádraig Brady-5/+26