summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-06-25cp: avoid copy_reg gotoPaul Eggert-23/+11
2020-06-25cp: refactor extent_copyPaul Eggert-64/+55
2020-06-25maint: typo fixPaul Eggert-1/+1
2020-06-23chmod: man page fixesPaul Eggert-4/+6
2020-06-21doc: fix punctuation in man pagesPádraig Brady-4/+4
2020-06-20stat,tail: add support for the VBOXSF file systemBernhard Voelker-0/+7
2020-06-18cp: default to COWPaul Eggert-11/+18
2020-06-15maint: avoid signed integer overflowsTobias Stoeckmann-2/+11
2020-06-07doc: timeout: improve documentation of the exit statusBernhard Voelker-8/+22
2020-06-01maint: use getrandom, not getentropyPaul Eggert-10/+9
2020-05-31maint: use getentropy and new tempname modulesPaul Eggert-279/+29
2020-05-31echo: pacify Oracle Studio 12.6Paul Eggert-1/+1
2020-05-25maint: copy FDL from gnulib instead of using it as moduleBernhard Voelker-2/+507
2020-05-23maint: fix syntax-check failure from recent adjustmentBernhard Voelker-1/+1
2020-05-23tests: fix removed-directory testBernhard Voelker-10/+9
2020-05-20date: document +%-N changePaul Eggert-3/+12
2020-05-20ls: port removed-directory test to NFSPaul Eggert-5/+10
2020-05-20dd: omit unnecessary vars when !lintPaul Eggert-13/+18
2020-05-20maint: omit unnecessary pragmas and fix tsort.cPaul Eggert-18/+0
2020-05-20build: update gnulib submodule to latestPaul Eggert-0/+0
2020-05-11maint: avoid warnings from GCC's -fanalyzerPádraig Brady-10/+38
2020-04-27ls: allow --classify to be ignored for non tty outputJason Kim-5/+103
2020-04-22build: update gnulib to latest - to avoid du(1) crash on XFSBernhard Voelker-2/+6
2020-04-02maint: clean up recently added testPádraig Brady-6/+6
2020-04-02cp: ensure --attributes-only doesn't remove filesPádraig Brady-7/+30
2020-03-28build: update gnulib submodule to latestPaul Eggert-1/+0
2020-03-15maint: add texi2dvi build directory to doc/.gitignoreBernhard Voelker-2/+3
2020-03-07ls: improve removed-directory testPaul Eggert-9/+4
2020-03-07ls: restore 8.31 behavior on removed directoriesPaul Eggert-30/+8
2020-03-05maint: post-release administriviaPádraig Brady-2/+5
2020-03-05version 8.32v8.32Pádraig Brady-1/+1
2020-03-04tests: don't rely on system env(1) being presentPádraig Brady-50/+56
2020-03-04basenc: avoid undefined behaviour in z85 processingPádraig Brady-2/+5
2020-03-01tests: avoid a false failure on OpenIndiana 11Pádraig Brady-21/+47
2020-03-01tests: avoid a hang on GNU/Hurd from 2019Pádraig Brady-1/+2
2020-03-01tests: use bash in some scripts to avoid false failuresPádraig Brady-1/+20
2020-03-01tests: improve test coverage for ls stat checksPádraig Brady-19/+44
2020-03-01tests: enable 4 more tests to be executed on FreeBSDBruno Haible-3/+16
2020-02-29tests: fix incorrect `|| fail` pattern in testsPádraig Brady-3/+11
2020-02-29tests: avoid false failures on darwin 19.2.0Pádraig Brady-3/+16
2020-02-29tests: fix test failure on FreeBSD 12Bruno Haible-3/+17
2020-02-27build: once again distribute .tar.gz filesJan Nieuwenhuizen-3/+5
2020-02-27maint: ensure .deps/ in the project root is ignored by gitPádraig Brady-1/+1
2020-02-27doc: remove older ChangeLog itemsPádraig Brady-1/+1
2020-02-27ls: issue error message on removed directoryColin Watson-0/+72
2020-02-25build: update to latest gnulibPádraig Brady-2/+2
2020-02-25b2sum: sync better with upstreamPádraig Brady-2/+9
2020-02-25factor: sync longlong.h adjustments from upstreamPádraig Brady-45/+121
2020-02-25stat,tail: sync file system constants from the linux kernelPádraig Brady-0/+14
2020-02-24uniq: avoid strcoll() to improve performance and consistencyPádraig Brady-13/+68