| Age | Commit message (Expand) | Author | Lines |
| 2009-04-28 | df: adjust comment to match recent code change | Jim Meyering | -2/+3 |
| 2009-04-28 | df: use open(2), not stat, to trigger automounting | Tomas Smetana | -2/+5 |
| 2009-04-27 | copy.c: factor out test for errno value indicating "unsupported" | Jim Meyering | -1/+8 |
| 2009-04-27 | cp -a: diagnose failure when preserving xattr/context required | Ondřej Vašík | -7/+9 |
| 2009-04-27 | mv: ignore xattr-preservation failure when not supported by filesystem | Ondřej Vašík | -2/+18 |
| 2009-04-25 | build: adjust use of automake's new $(AM_V_GEN) variable | Jim Meyering | -12/+6 |
| 2009-04-25 | tests: fix check-AUTHORS skip logic | Ralf Wildenhues | -3/+3 |
| 2009-04-24 | build: use automake's new $(AM_V_GEN) and $(AM_V_at) variables | Jim Meyering | -25/+31 |
| 2009-04-23 | sort -m: don't segfault when output file is also an input file | Jim Meyering | -4/+6 |
| 2009-04-23 | tests: make the check-AUTHORS test more portable, now that it's... | Jim Meyering | -3/+8 |
| 2009-04-23 | avoid parallel "make distcheck" failure due to two run-in-src/ rules | Jim Meyering | -27/+7 |
| 2009-04-22 | cp: work around linux kernel bug: short-read != EOF on /proc | Jim Meyering | -3/+4 |
| 2009-04-19 | fix comment typos | Ralf Wildenhues | -2/+2 |
| 2009-04-10 | build: tight-scope test: don't build excluded programs | Jim Meyering | -1/+1 |
| 2009-04-07 | maint: avoid "make syntax-check" failure | Jim Meyering | -2/+2 |
| 2009-04-07 | install: deprecate the --preserve_context option | Pádraig Brady | -4/+8 |
| 2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady | -3/+3 |
| 2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady | -25/+25 |
| 2009-04-03 | ls: fix alignment when month names have varying widths | Pádraig Brady | -3/+101 |
| 2009-04-02 | doc: Clarify the help for version sorting in ls and sort | Pádraig Brady | -2/+2 |
| 2009-03-27 | tests: fix 'make sc_tight_scope' on cygwin | Eric Blake | -0/+2 |
| 2009-03-26 | df: port the known-value fix to AIX as well | Paul Eggert | -10/+20 |
| 2009-03-26 | df: fix a bug when totaling unknown values | Paul Eggert | -7/+12 |
| 2009-03-25 | pwd: support -L and -P | Eric Blake | -7/+79 |
| 2009-03-24 | ls: make it possible to disable coloring of hard links | Kamil Dudka | -1/+1 |
| 2009-03-20 | dd: use a more portable definition of O_FULLBLOCK | Eric Blake | -15/+20 |
| 2009-03-18 | sort: handle fd exhaustion better when merging | Paul Eggert | -74/+218 |
| 2009-03-14 | system.h: correct compilation error: MAX not defined | Jim Meyering | -45/+45 |
| 2009-03-11 | cp: make -a option preserve xattrs, but with reduced diagnostics | Ondřej Vašík | -8/+13 |
| 2009-03-11 | maint: remove an obsolete FIXME comment | Jim Meyering | -1/+0 |
| 2009-03-11 | cat: Fix immediate output of processed data | Pádraig Brady | -1/+1 |
| 2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady | -22/+53 |
| 2009-03-08 | comm: fix a bug in its new --check-order option | Bruno Haible | -5/+4 |
| 2009-03-07 | pr: fix a bug whereby --indent=N (-o) did not indent header lines | Jim Meyering | -2/+4 |
| 2009-03-06 | cat: use larger buffer sizes to reduce read/write-syscall overhead | Jim Meyering | -8/+10 |
| 2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering | -40/+7 |
| 2009-03-02 | maint: avoid gcc warning about missing attributes | Jim Meyering | -3/+4 |
| 2009-03-02 | maint: avoid warnings about potentially-counterproductive "inline" | Jim Meyering | -5/+5 |
| 2009-03-02 | maint: cp: avoid gcc warning about unused macro definitions | Jim Meyering | -6/+0 |
| 2009-02-28 | maint: remove an unnecessary inclusion of <signal.h> | Jim Meyering | -2/+1 |
| 2009-02-27 | cp: diagnose invalid "cp -rl dir dir" right away, once again | Jim Meyering | -7/+28 |
| 2009-02-26 | sort: Fix two bugs with determining the end of field | Pádraig Brady | -24/+18 |
| 2009-02-24 | Ensure comment for translators is included in po file | Pádraig Brady | -7/+9 |
| 2009-02-20 | doc: ls: clarify description of -s | Jim Meyering | -2/+2 |
| 2009-02-19 | doc: dd: document that the default block size is 512 bytes | Jim Meyering | -3/+3 |
| 2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík | -14/+32 |
| 2009-02-18 | add missing copyright dates | Eric Blake | -2/+2 |
| 2009-02-17 | install: compare files in binary mode | Eric Blake | -3/+3 |
| 2009-02-17 | install: add --compare (-C) option to install file only when necessary | Kamil Dudka | -1/+133 |
| 2009-02-17 | nl: correct long-option name for -v in usage | Ondřej Vašík | -1/+1 |