| Age | Commit message (Expand) | Author | Lines |
| 2009-06-03 | dircolors: recognize .xz, .txz, .tbz and .tlz suffixes | Jim Meyering | -1/+5 |
| 2009-06-02 | chroot: make --groups= work without --userspec=; be more robust | Jim Meyering | -22/+39 |
| 2009-06-02 | chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:G | Jim Meyering | -4/+4 |
| 2009-06-02 | chroot: set-*-ID failure must provoke nonzero exit before execvp | Jim Meyering | -3/+18 |
| 2009-05-29 | head, tail: make --help less ambiguous | Eric Blake | -14/+16 |
| 2009-05-26 | sort: new --human-numeric-sort option to sort KiB MB etc. | Michael Speer | -8/+107 |
| 2009-05-26 | chroot: accept new options --userspec=U:G and --groups=G1,G2,G3 | Giuseppe Scrivano | -3/+122 |
| 2009-05-18 | doc: clarify the operation of the comm -123 parameters | Pádraig Brady | -3/+10 |
| 2009-05-17 | maint: use ARRAY_CARDINALITY more | Jim Meyering | -13/+11 |
| 2009-05-17 | build: tr: avoid a warning due to newer gcc's -Wenum-compare | Jim Meyering | -3/+2 |
| 2009-05-17 | maint: define ARRAY_CARDINALITY in system.h | Jim Meyering | -0/+4 |
| 2009-05-11 | truncate: fix bug in use of isspace | Eric Blake | -3/+3 |
| 2009-05-05 | doc: note the use of LC_COLLATE in comm, join and uniq | Pádraig Brady | -2/+10 |
| 2009-05-05 | tests: fix typo in check-AUTHORS rule | Andreas Schwab | -2/+3 |
| 2009-05-03 | mv, rm: adapt to new and improved gnulib interfaces | David Bartley | -0/+8 |
| 2009-05-03 | tests: correct the "make check"-run check-AUTHORS test | Jim Meyering | -6/+6 |
| 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 |