summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering
2012-04-19doc: tweak README-hackingJim Meyering
2012-04-17doc: use @xref{... only at start of a sentenceJim Meyering
2012-04-16maint: replace a use of strcpy in chmod.c with memcpyJim Meyering
2012-04-14doc: remove a little direntry redundancyKarl Berry
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady
2012-04-04tests: avoid unnecessary subshells in misc/sttyAndreas Schwab
2012-04-04build: update gnulib submodule to latestJim Meyering
2012-04-04tests: correct reversed args to "compare"Jim Meyering
2012-04-04tests: new syntax-check rule to prohibit use of `...` in tests/Jim Meyering
2012-04-04tests: remove nearly all remaining backticksJim Meyering
2012-04-04tests: use perl's qx!...! rather than `...`Jim Meyering
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering
2012-04-03tests: convert one `...` expression manuallyJim Meyering
2012-04-03tests: fix quoting bug in misc/nohupJim Meyering
2012-04-03doc: identify/refer to source of each fixed bug in log and in NEWSJim Meyering
2012-04-03tests: avoid spurious misc/expr failure on AIX 6.1Jim Meyering
2012-03-28chmod: undo previous changePaul Eggert
2012-03-28chmod: fix symlink race conditionPaul Eggert
2012-03-26tests: remove temporary skip for sort-stale-thread-mem failureJim Meyering
2012-03-26maint: post-release administriviaJim Meyering
2012-03-26version 8.16Jim Meyering
2012-03-26tests: work around F17-valgrind sort-stale-thread-mem failureJim Meyering
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering
2012-03-23tests: skip ls/stat-free-color on XFS, rather than always failingJim Meyering
2012-03-23tests: skip part of dd/sparse on some file systemsJim Meyering
2012-03-22maint: avoid a doc syntax check failurePádraig Brady
2012-03-22ln: add the --relative optionHarald Hoyer
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady
2012-03-22maint: ensure PATH_MAX is set correctlyPádraig Brady
2012-03-21build: add numerous gnulib modules, mostly for improved portabilityJim Meyering
2012-03-21build: update gnulib submodule to latestJim Meyering
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering
2012-03-20build: speed up configure for releasesEric Blake
2012-03-20tests: avoid spurious misc/factor failure on OpenBSD 5.1Jim Meyering
2012-03-20maint: remove now-superfluous coreutils-path-check ruleJim Meyering
2012-03-20doc: clarify current realpath --relative-base behaviorEric Blake
2012-03-20tests: avoid spurious dd/sparse failurePádraig Brady
2012-03-17tests: fix sort-discrim to work without GMPPádraig Brady
2012-03-16tests: avoid an ls-time false positive on Solaris 10Pádraig Brady
2012-03-15realpath: optimize --relative-base usageEric Blake
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake
2012-03-15tests: cover more realpath scenariosEric Blake
2012-03-15realpath: fix problems with root handlingEric Blake
2012-03-14test: expose recent gnulib canonicalize bugEric Blake
2012-03-13tests: new discriminator-based test for sort -n and -hPaul Eggert
2012-03-10dirname: support more than one argumentJérémy Compostella
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella
2012-03-09doc: add missing documentation for basename -zJérémy Compostella