summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-04-04tests: avoid unnecessary subshells in misc/sttyAndreas Schwab-3/+3
2012-04-04build: update gnulib submodule to latestJim Meyering-0/+0
2012-04-04tests: correct reversed args to "compare"Jim Meyering-2/+2
2012-04-04tests: new syntax-check rule to prohibit use of `...` in tests/Jim Meyering-0/+9
2012-04-04tests: remove nearly all remaining backticksJim Meyering-30/+28
2012-04-04tests: use perl's qx!...! rather than `...`Jim Meyering-4/+4
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering-430/+430
2012-04-03tests: convert one `...` expression manuallyJim Meyering-1/+1
2012-04-03tests: fix quoting bug in misc/nohupJim Meyering-2/+2
2012-04-03doc: identify/refer to source of each fixed bug in log and in NEWSJim Meyering-0/+11
2012-04-03tests: avoid spurious misc/expr failure on AIX 6.1Jim Meyering-1/+5
2012-03-28chmod: undo previous changePaul Eggert-15/+1
2012-03-28chmod: fix symlink race conditionPaul Eggert-1/+15
2012-03-26tests: remove temporary skip for sort-stale-thread-mem failureJim Meyering-2/+1
2012-03-26maint: post-release administriviaJim Meyering-2/+5
2012-03-26version 8.16v8.16Jim Meyering-1/+1
2012-03-26tests: work around F17-valgrind sort-stale-thread-mem failureJim Meyering-0/+7
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering-5/+5
2012-03-23tests: skip ls/stat-free-color on XFS, rather than always failingJim Meyering-0/+6
2012-03-23tests: skip part of dd/sparse on some file systemsJim Meyering-30/+24
2012-03-22maint: avoid a doc syntax check failurePádraig Brady-1/+1
2012-03-22ln: add the --relative optionHarald Hoyer-1/+104
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady-92/+164
2012-03-22maint: ensure PATH_MAX is set correctlyPádraig Brady-0/+3
2012-03-21build: add numerous gnulib modules, mostly for improved portabilityJim Meyering-2/+15
2012-03-21build: update gnulib submodule to latestJim Meyering-0/+0
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering-1/+1
2012-03-20build: speed up configure for releasesEric Blake-0/+14
2012-03-20tests: avoid spurious misc/factor failure on OpenBSD 5.1Jim Meyering-1/+3
2012-03-20maint: remove now-superfluous coreutils-path-check ruleJim Meyering-38/+0
2012-03-20doc: clarify current realpath --relative-base behaviorEric Blake-1/+3
2012-03-20tests: avoid spurious dd/sparse failurePádraig Brady-3/+9
2012-03-17tests: fix sort-discrim to work without GMPPádraig Brady-26/+28
2012-03-16tests: avoid an ls-time false positive on Solaris 10Pádraig Brady-0/+3
2012-03-15realpath: optimize --relative-base usageEric Blake-10/+18
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake-10/+14
2012-03-15tests: cover more realpath scenariosEric Blake-5/+56
2012-03-15realpath: fix problems with root handlingEric Blake-2/+30
2012-03-14test: expose recent gnulib canonicalize bugEric Blake-0/+93
2012-03-13tests: new discriminator-based test for sort -n and -hPaul Eggert-0/+88
2012-03-10dirname: support more than one argumentJérémy Compostella-36/+73
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella-10/+116
2012-03-09doc: add missing documentation for basename -zJérémy Compostella-0/+6
2012-03-09maint: fix a version number typo in NEWSBernhard Voelker-1/+1
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert-16/+86
2012-03-08build: update gnulib submodule to latestPaul Eggert-0/+0
2012-03-08du: fix -x: don't ignore non-directory argumentsJim Meyering-2/+22
2012-03-07maint: use an optimal-for-coreutils xz compression settingJim Meyering-0/+14
2012-03-07basename: support more than one argumentJérémy Compostella-39/+121
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady-47/+28