summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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
2024-03-20mv: new option --exchangePaul Eggert-27/+47
2024-03-19chmod: fix TOCTOU security issue with symlink replacementPádraig Brady-7/+8
2024-03-19chmod: add support for -h, -H,-L,-P, --dereference optionsPádraig Brady-26/+112
2024-03-19maint: basenc: consistently check buffer bounds when encodingPádraig Brady-3/+7
2024-03-19pinky: disable location canonicalization by defaultPádraig Brady-1/+18
2024-03-18doc: fix stale --dereference info for chown/chgrpPádraig Brady-1/+1
2024-03-13env,kill,timeout: support unnamed signalsGrisha Levit-26/+40
2024-03-12maint: prefer minmax.h instead of defining our ownCollin Funk-5/+1
2024-03-12dircolors: add more archive extensionsVille Skyttä-0/+6
2024-03-12timeout: fix narrow race in failing to kill processesPádraig Brady-11/+21