summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-18version 8.23v8.23upstreamPádraig Brady1-1/+1
2014-07-18build: port new bootstrap script to POSIX shellsPádraig Brady1-4/+5
2014-07-18tests: fix false failure with spaces in the test directoryPádraig Brady1-0/+4
2014-07-18build: don't distribute generated coreutils.hPádraig Brady1-2/+4
2014-07-18tests: fix false failure in cp --preserve=context testPádraig Brady1-16/+20
2014-07-18maint: avoid a syntax-check warning in previous commitPádraig Brady1-1/+1
2014-07-17build: port to non-GNU makePaul Eggert2-3/+11
2014-07-16numfmt: fix isblank() usage for some unibyte localesAssaf Gordon2-9/+10
2014-07-14tests: fix portabilitiy issue in new od-endian testPádraig Brady1-2/+5
2014-07-14tests: fix portability issue in new dd/ascii testPádraig Brady1-1/+1
2014-07-14tests: avoid hang when files created with wrong permissionsPádraig Brady1-1/+1
2014-07-14maint: avoid clang -Wint-to-pointer-cast warningPádraig Brady1-1/+2
2014-07-13build: update gnulib submodule to latestPádraig Brady2-0/+5
2014-07-13sort: avoid undefined operation with destroying locked mutexPádraig Brady2-8/+19
2014-07-13sort: fix two threading issues reported by valgrindShayan Pooya1-2/+3
2014-07-13maint: avoid an inconsequential mem leakPádraig Brady1-3/+7
2014-07-13build: adjust new rule not to depend on bash-4.xJim Meyering1-1/+1
2014-07-13build: support building all tools in a single binaryAlex Deymo29-149/+744
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker4-8/+7
2014-07-02pwd: revert default mode back to -PPádraig Brady4-8/+11
2014-07-02tests: avoid false failure with spaces in mount point pathsPádraig Brady1-11/+11
2014-07-02tests: avoid errors on systems without getmntentPádraig Brady2-0/+12
2014-07-02tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering5-11/+7
2014-07-02maint: fix context_t init warning on systems without selinuxAlex Deymo1-1/+1
2014-07-01tests: adapt tests to change in pwd's defaultJim Meyering5-5/+5
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady13-35/+43
2014-07-01chcon: avoid redundant context allocationsNamhyung Kim1-9/+9
2014-07-01chcon: use security_check_context() for context validationNamhyung Kim1-5/+2
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady4-8/+10
2014-06-26tests: use predetermined NON_ROOT_GIDPádraig Brady6-22/+17
2014-06-26maint: mention when the du cycle warning bug was introducedPádraig Brady1-0/+1
2014-06-26id: output the effective group for the processPetr Stodůlka3-14/+27
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady4-5/+104
2014-06-24df: look for accessible mount points for specified devicesPádraig Brady1-6/+18
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady3-32/+89
2014-06-24du: ignore directory cycles due to bind mountsPádraig Brady3-11/+9
2014-06-24doc: state in ls --help, that -h affects --size formatPádraig Brady1-1/+1
2014-06-19doc: clarify chgrp restrictionsPádraig Brady2-1/+13
2014-06-18df: use all of the last device details providedPádraig Brady2-19/+11
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady3-1/+7
2014-06-13tail: fix --follow to use polling mode for VXFSPádraig Brady2-1/+6
2014-06-12maint: suppress a theoretical buffer overflow warningPádraig Brady1-1/+1
2014-06-11tests: fix version printing for ginstall in one testPádraig Brady1-1/+1
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker4-19/+65
2014-06-11build: update gnulib submodule and tests/init.sh to latestPádraig Brady2-0/+2
2014-06-11build: update GCC warningsPádraig Brady1-13/+5
2014-06-03tests: consolidate tests for true and falsePádraig Brady3-38/+41
2014-06-02maint: avoid compiler warnings with some assert() implementationsBen Walton2-1/+1
2014-06-02build: be more specific about .git repo before enabling warningsBen Walton1-1/+3
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady5-20/+49