summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-25doc: more date +%F clarificationsPaul Eggert-1/+2
2019-02-24all: detect --help and --version more consistentlyBernhard Voelker-141/+40
2019-02-18ls: better align month abbreviations containing digitsDaming Yang-1/+3
2019-02-17sort: clarify in --debug; only text comparisons affectedPádraig Brady-2/+3
2019-02-11comm,join: ensure warnings are apparent upon exitPádraig Brady-2/+2
2019-02-10gnulib: update to use new strtold modulePádraig Brady-13/+5
2019-02-03seq: output decimal points consistently with invalid localesPádraig Brady-3/+8
2019-02-03build: ensure sys/select.h is includedPádraig Brady-2/+1
2019-02-03stat,tail: fix android build and support inotifyPádraig Brady-4/+9
2019-01-26printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert-12/+12
2019-01-25sleep: improve docPaul Eggert-3/+2
2019-01-20tail: fix handling of broken pipes with SIGPIPE ignoredPádraig Brady-3/+11
2019-01-20tail: fix recent ineffective AIX changeAyappan-5/+5
2019-01-12ls: with --group-directories-first, also group symlinked dirsPádraig Brady-20/+20
2019-01-12tail: don't exit immediately with filters on AIXPádraig Brady-0/+13
2019-01-05basenc: allocate buffers on heapAssaf Gordon-4/+13
2019-01-04doc: adjust URLs in help to avoid wrappingPádraig Brady-3/+3
2019-01-01maint: update all copyright year number rangesAssaf Gordon-138/+138
2019-01-01maint: mention base32 in the title line of common basenc.cBernhard Voelker-3/+1
2019-01-01base64,base32: fix 'extra operand' error messageAssaf Gordon-1/+1
2018-12-31doc: mention that more than 8 colors are supported by lsPádraig Brady-2/+4
2018-12-27basenc: A new program complementary to base64/base32Assaf Gordon-6/+920
2018-12-21maint: rename base64.c to basenc.cAssaf Gordon-1/+2
2018-12-15shred,sort,split: fix ftruncate error reportingPaul Eggert-18/+34
2018-11-06sync: fix open fallback bugPaul Eggert-2/+4
2018-10-28ln: use linkat and symlinkatPaul Eggert-77/+85
2018-10-28build: update gnulib submodule to latestPaul Eggert-3/+5
2018-10-27tests: provide 100% coverage for echoBernhard Voelker-18/+18
2018-10-27echo: always process escapes when POSIXLY_CORRECT is setPádraig Brady-2/+3
2018-10-26test: add -N unary operatorBernhard Voelker-0/+11
2018-10-26test: simplify redundant codeBernhard Voelker-31/+3
2018-10-26test: remove support for the ambigous -a unary operatorBernhard Voelker-3/+2
2018-10-19ln: avoid directory hard-link racesPaul Eggert-189/+232
2018-10-19cp: 'cp -il A B' no longer fails if user OKs itPaul Eggert-3/+3
2018-09-29id: support multiple specified usersAchilles Gaikwad-69/+93
2018-07-27df: omit redundant comparisonPaul Eggert-1/+1
2018-07-26df: tune slightlyPaul Eggert-2/+4
2018-07-26df: avoid multibyte character corruption on macOSPaul Eggert-11/+32
2018-07-26df: avoid multibyte character corruption on macOSChih-Hsuan Yen-1/+2
2018-07-22doc: improve documentation of binary prefixesWodry-2/+8
2018-07-05build: update gnulib submodule to latestPaul Eggert-6/+6
2018-06-30maint: copy: avoid new static analyzer warningsPádraig Brady-1/+8
2018-06-30maint: fix recent stale comments and spelling mistakesPádraig Brady-1/+1
2018-06-27env: adjust diagnostics provided for shebang usagePádraig Brady-5/+3
2018-06-24maint: fix -Werror=suggest-attribute=malloc in expr.cCarlos Santos-1/+1
2018-06-24maint: sync longlong.h from gmp repoPádraig Brady-66/+0
2018-06-24maint: avoid false positive in src/fs-magic-comparePádraig Brady-0/+1
2018-06-20rm: add --preserve-root=all to protect mountsPádraig Brady-2/+59
2018-06-20cp: add --reflink=never to force standard copy modeAdam Borowski-2/+5
2018-06-20env: add -S/--split-string optionAssaf Gordon-4/+431