summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-08-30build: make a rule less dependent on exact source tree layoutStefano Lattarini-1/+1
2012-08-30build: rely on VPATH capabilities in man/MakefileStefano Lattarini-105/+105
2012-08-30maint: typofix: s/it's/its/Stefano Lattarini-1/+1
2012-08-30build: rename common_dep -> mandep in man/MakefileStefano Lattarini-106/+106
2012-08-30build: fix a stray usage of uninitialized $(ME)Stefano Lattarini-1/+1
2012-08-30build: add an explanatory commentStefano Lattarini-2/+11
2012-08-30maint: simplify definition of $MAN in configure.acStefano Lattarini-10/+13
2012-08-30build: don't define $(SUFFIXES) explicitlyStefano Lattarini-2/+0
2012-08-30build: don't use recursive make to build the 'doc' subdirectoryStefano Lattarini-12/+15
2012-08-30build: use 'check-local' to extend the 'check' targetStefano Lattarini-1/+1
2012-08-30build: prefer '$(top_srcdir)/doc' over '$(srcdir)' in doc MakefileStefano Lattarini-13/+15
2012-08-30build: add extra *.texi files to coreutils_TEXINFOS, not EXTRA_DISTStefano Lattarini-4/+1
2012-08-30maint: slightly improve .gitignoreStefano Lattarini-2/+2
2012-08-30build: don't abuse Automake internals (with its 'check-am' rule)Stefano Lattarini-1/+1
2012-08-30scripts: git commit message hook: prohibit use of "Signed-off-by:"Jim Meyering-0/+3
2012-08-30tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONMENTStefano Lattarini-1/+0
2012-08-30tests: fix misc/sort-exit-early to skip if rootNick Alcock-0/+1
2012-08-29tail,stat: improve support for ZFSJim Meyering-0/+10
2012-08-26build: update gnulib submodule to latestJim Meyering-0/+0
2012-08-26maint: stop using @acronym{...} in texinfo sourcesJim Meyering-225/+224
2012-08-26tests: don't require @acronym{...} around POSIXJim Meyering-4/+0
2012-08-26df: allow translators to reorder "1K-blocks" headerNguyễn Thái Ngọc Duy-2/+4
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala-80/+208
2012-08-23rm: fix the new --dir (-d) option to work with -iRob Day-11/+56
2012-08-22tests: correct print_ver_ arguments and add a rule to enforce thisBernhard Voelker-6/+24
2012-08-21du: handle bind-mounted directory cycles gracefullyOndrej Oprala-10/+113
2012-08-20maint: post-release administriviaJim Meyering-2/+5
2012-08-20version 8.19v8.19Jim Meyering-1/+1
2012-08-19tests: port df/no-mtab-status to SolarisPaul Eggert-1/+2
2012-08-19tests: avoid split/filter test failure on very low-mem systemJim Meyering-1/+1
2012-08-18tests: trigger the sort -u free-memory-read bugJim Meyering-0/+39
2012-08-18tests: wrap the valgrind-requiring assertion in a functionJim Meyering-1/+7
2012-08-18sort: simpler fix for sort -u data-loss bug, and for a FMR bugPaul Eggert-35/+1
2012-08-17sort: sort --unique (-u) could cause data lossJim Meyering-4/+57
2012-08-16tests: reverse args in Coreutils.pm-invoked diff, for consistencyJim Meyering-3/+3
2012-08-16maint: correct a stale comment in sort.cJim Meyering-1/+1
2012-08-16maint: fix comment grammar to placate make syntax-checkJim Meyering-1/+1
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj-4/+108
2012-08-14df: fail when the mount list is required but cannot be readBernhard Voelker-4/+103
2012-08-12maint: post-release administriviaJim Meyering-2/+5
2012-08-12version 8.18v8.18Jim Meyering-1/+1
2012-08-08tests: fix validation of local file systemsPádraig Brady-1/+10
2012-08-06build: update gnulib submodule to latestJim Meyering-0/+0
2012-08-06tests: printf-surprise: avoid unwarranted failure on FreeBSD 9.0Jim Meyering-1/+4
2012-08-05build: avoid sort link failure on Solaris 10Jim Meyering-0/+1
2012-08-04df: fix exit code and error messages with --totalBernhard Voelker-3/+52
2012-08-04truncate: don't leak a file descriptor with --ref=PIPEJim Meyering-1/+8
2012-08-04tests: avoid FP ulimit failure with valgrind-wrapped toolsJim Meyering-5/+10
2012-08-04split: plug nominal leaksJim Meyering-2/+5
2012-08-03tail: avoid rare error-path FD leakJim Meyering-0/+1