| Age | Commit message (Expand) | Author | Lines |
| 2009-09-03 | df: don't fail due to an unreadable argument | Jim Meyering | -1/+41 |
| 2009-09-03 | doc: install -C: fix bug in the texi documentation | Kamil Dudka | -8/+9 |
| 2009-09-03 | tests: simplify and fix a race in 2 tail --follow tests | Pádraig Brady | -111/+19 |
| 2009-09-03 | cp: don't leak resources for each xattr preservation failure | Ondřej Vašík | -1/+4 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady | -4/+16 |
| 2009-09-01 | build: update from gnulib | Jim Meyering | -0/+0 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering | -16/+8 |
| 2009-09-01 | maint: du: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-09-01 | maint: chown, chgrp, chmod, chcon: remove unnecessary initialization | Jim Meyering | -4/+7 |
| 2009-09-01 | maint: shred: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-09-01 | maint: dd: remove unnecessary initialization | Jim Meyering | -2/+1 |
| 2009-09-01 | maint: tail: remove unnecessary initialization | Jim Meyering | -1/+1 |
| 2009-09-01 | maint: mbsalign.c: remove unnecessary assignment | Jim Meyering | -1/+1 |
| 2009-09-01 | timeout: remove a redundant assignment | Pádraig Brady | -1/+0 |
| 2009-09-01 | timeout: defensive handling of all wait() errors | Pádraig Brady | -6/+19 |
| 2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering | -7/+101 |
| 2009-08-31 | maint: revert my stdbuf change: the result didn't even compile | Jim Meyering | -1/+2 |
| 2009-08-30 | maint: stdbuf: move a declaration; no-semantic-change | Jim Meyering | -2/+1 |
| 2009-08-30 | build: quiet "make check" in src/ | Jim Meyering | -4/+4 |
| 2009-08-30 | doc: cp: update note on preserving symlink time stamps | Jim Meyering | -5/+3 |
| 2009-08-30 | build: update bootstrap from gnulib | Jim Meyering | -4/+35 |
| 2009-08-30 | tests: don't misbehave if $TMPDIR contains spaces | Pádraig Brady | -41/+42 |
| 2009-08-29 | tests: other-fs-tmpdir: don't misbehave for quote-unfriendly $TMPDIR | Jim Meyering | -3/+3 |
| 2009-08-29 | build: update from gnulib | Jim Meyering | -0/+0 |
| 2009-08-29 | tests: move a coreutils-specific test from maint.mk to Makefile.am | Jim Meyering | -0/+1 |
| 2009-08-29 | tests: cp/reflink-auto guard against a pathological $TMPDIR | Jim Meyering | -1/+1 |
| 2009-08-29 | cp --reflink: preserve attributes on cloned files if asked | Pádraig Brady | -144/+194 |
| 2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady | -19/+128 |
| 2009-08-28 | stdbuf: fix a small typo in --help output | Pádraig Brady | -2/+2 |
| 2009-08-28 | build: avoid unused variable warnings on cygwin | Eric Blake | -5/+14 |
| 2009-08-28 | dd: detect closed stderr | Eric Blake | -2/+61 |
| 2009-08-28 | maint: ignore only man/*.1, not all *.1 files | Jim Meyering | -1/+1 |
| 2009-08-27 | build: prefix a few rules with $(AM_V_GEN) | Jim Meyering | -6/+6 |
| 2009-08-26 | build: stop earlier if touching ChangeLog fails | Jim Meyering | -1/+1 |
| 2009-08-26 | tests: mkdir/selinux: avoid spurious failure on some SELinux systems | Jim Meyering | -2/+11 |
| 2009-08-26 | tests: tail-2/assert: avoid risk of race condition | Jim Meyering | -2/+6 |
| 2009-08-25 | maint: ensure we don't embed Emacs indent-tabs-mode setting lines | Jim Meyering | -0/+6 |
| 2009-08-25 | maint: remove Local Variables: indent-tabs-mode: nil from all sources | Jim Meyering | -65/+0 |
| 2009-08-25 | doc: HACKING: mention the new space-only indentation policy | Jim Meyering | -12/+17 |
| 2009-08-25 | maint: teach "make syntax-check" the space-only indentation rule | Jim Meyering | -0/+13 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -19864/+19864 |
| 2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering | -5/+16 |
| 2009-08-23 | tests: skip (don't fail) a cp test, upon mount-related failure | Jim Meyering | -7/+10 |
| 2009-08-23 | build: update from *public* gnulib | Jim Meyering | -0/+0 |
| 2009-08-22 | build: update from gnulib | Jim Meyering | -0/+0 |
| 2009-08-20 | post-release administrivia | Jim Meyering | -2/+5 |
| 2009-08-20 | version 7.5v7.5 | Jim Meyering | -1/+1 |
| 2009-08-20 | tests: skip the stdbuf tests when the abs build directory name is bogus | Jim Meyering | -0/+8 |
| 2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering | -1/+1 |
| 2009-08-19 | tests: make install-C slightly less prone to confusion | Jim Meyering | -3/+3 |