summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-19cp: fix handling of -H with multiply specified source dirsPádraig Brady-1/+3
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady-0/+11
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-100/+98
2014-09-19doc: ensure the correct texinfo nodes are referenced in --helpPádraig Brady-3/+22
2014-09-11cat: allow copying empty files to themselvesPaul Eggert-27/+10
2014-09-11doc: reference online info pages directly from man pagesPádraig Brady-5/+8
2014-09-10doc: adjust reference to info nodes in man pagesPádraig Brady-1/+2
2014-09-10maint: include libstdbuf.c in extraneous headers checkPádraig Brady-2/+0
2014-09-10build: adjust previous transformations on libstdbuf namePádraig Brady-5/+5
2014-09-10build: avoid name transformations on libstdbufPádraig Brady-1/+8
2014-09-09maint: fix syntax-check issues in recent commitPádraig Brady-1/+1
2014-09-08maint: avoid file-scope names of the form _[a-z]*Paul Eggert-26/+28
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-216/+202
2014-08-23maint: ensure fiemap extents flags are compared correctlyPádraig Brady-0/+2
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert-12/+12
2014-08-21maint: refactor ls QUOTING_STYLE env var handlingYurij Goncharuk-14/+22
2014-08-19df: improve mount point selection with inaccurate mount listPádraig Brady-3/+8
2014-08-11cp: remove redundant possibly expensive heap deallocationRasmus Borup Hansen-0/+2
2014-08-04doc: indicate that FILE arguments are optional with rm -fReuben Thomas-1/+1
2014-08-03numfmt: fix misspelling in --debug messageAnders Jonsson-1/+1
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker-8/+30
2014-07-19maint: fix message translation glitchesPaul Eggert-2/+1
2014-07-18build: don't distribute generated coreutils.hPádraig Brady-2/+4
2014-07-16numfmt: fix isblank() usage for some unibyte localesAssaf Gordon-9/+6
2014-07-14maint: avoid clang -Wint-to-pointer-cast warningPádraig Brady-1/+2
2014-07-13sort: avoid undefined operation with destroying locked mutexPádraig Brady-8/+15
2014-07-13sort: fix two threading issues reported by valgrindShayan Pooya-2/+3
2014-07-13maint: avoid an inconsequential mem leakPádraig Brady-3/+7
2014-07-13build: support building all tools in a single binaryAlex Deymo-10/+373
2014-07-04maint: simplify parsing df's output in shell scriptsBernhard Voelker-1/+1
2014-07-02pwd: revert default mode back to -PPádraig Brady-3/+5
2014-07-02maint: fix context_t init warning on systems without selinuxAlex Deymo-1/+1
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-33/+41
2014-07-01chcon: avoid redundant context allocationsNamhyung Kim-9/+9
2014-07-01chcon: use security_check_context() for context validationNamhyung Kim-5/+2
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady-2/+5
2014-06-26id: output the effective group for the processPetr Stodůlka-9/+10
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady-1/+41
2014-06-24df: look for accessible mount points for specified devicesPádraig Brady-6/+18
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady-28/+81
2014-06-24du: ignore directory cycles due to bind mountsPádraig Brady-8/+4
2014-06-24doc: state in ls --help, that -h affects --size formatPádraig Brady-1/+1
2014-06-18df: use all of the last device details providedPádraig Brady-12/+3
2014-06-18seq: fix incorrect output with start or end of -0Pádraig Brady-1/+1
2014-06-13tail: fix --follow to use polling mode for VXFSPádraig Brady-1/+3
2014-06-12maint: suppress a theoretical buffer overflow warningPádraig Brady-1/+1
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker-16/+33
2014-06-03tests: consolidate tests for true and falsePádraig Brady-0/+2
2014-06-02maint: avoid compiler warnings with some assert() implementationsBen Walton-0/+1
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady-14/+34