| Age | Commit message (Expand) | Author | Lines |
| 2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering | -1/+1 |
| 2009-08-19 | build: avoid "make dist" failure in man/ | Jim Meyering | -0/+5 |
| 2009-08-18 | nl: deprecate --page-increment in favor of --line-increment | Giuseppe Scrivano | -2/+13 |
| 2009-08-18 | build: perform check-AUTHORS via syntax-check, not via "make check" | Jim Meyering | -4/+4 |
| 2009-08-18 | sort: use more portable initialization syntax | Jim Meyering | -4/+23 |
| 2009-08-14 | cp,mv: fix issues with preserving timestamps of copied symlinks | Pádraig Brady | -8/+11 |
| 2009-08-13 | tail: fix tail -f failure when inotify used | Pádraig Brady | -3/+2 |
| 2009-08-13 | dd: fix a signal handling race | Pádraig Brady | -2/+2 |
| 2009-08-10 | nl, pinky: replace uses of strcat | Jim Meyering | -11/+7 |
| 2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano | -6/+29 |
| 2009-08-07 | dd: preserve semantics of O_DIRECT even for final block | Jim Meyering | -0/+17 |
| 2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering | -1/+9 |
| 2009-08-04 | dd: remove unnecessary #if HAVE_FTRUNCATE | Jim Meyering | -2/+0 |
| 2009-08-04 | cp -pP (and e.g., -a): preserve time stamps on symlinks, too | Jim Meyering | -16/+26 |
| 2009-07-30 | tail: tweak indentation | Jim Meyering | -1/+1 |
| 2009-07-30 | tail: properly parse fractional seconds when monitoring a pid | Pádraig Brady | -1/+1 |
| 2009-07-30 | tail: exit successfully upon watched process death | Giuseppe Scrivano | -1/+1 |
| 2009-07-29 | cp: support btrfs' copy-on-write file clone operation | Giuseppe Scrivano | -0/+28 |
| 2009-07-29 | maint: update sleep.c's copyright year list | Jim Meyering | -1/+1 |
| 2009-07-28 | tail: use the inotify backend also with --pid=PID | Giuseppe Scrivano | -11/+41 |
| 2009-07-27 | ls -1U dir arg ... now works again | Kamil Dudka | -14/+15 |
| 2009-07-27 | tr: improve --help's description of --complement (-c) | Heikki Orsila | -1/+1 |
| 2009-07-24 | readlink: improve one-line summary: prints canonical file names, too | Jim Meyering | -1/+1 |
| 2009-07-11 | tail: adjust type of a local variable | Jim Meyering | -1/+1 |
| 2009-07-08 | copy.c: remove a duplicate expression | Ondřej Vašík | -1/+0 |
| 2009-07-08 | tail: use size_t for counter and index variables, ... | Jim Meyering | -9/+9 |
| 2009-07-08 | tail: declare "file descriptor" variable to be "int", not size_t | Jim Meyering | -1/+1 |
| 2009-07-03 | sort: allow SI and IEC units on separate human sort fields | Pádraig Brady | -14/+16 |
| 2009-07-03 | tail: avoid an inotify portability problem in kernels prior to 2.6.21 | Giuseppe Scrivano | -3/+4 |
| 2009-06-29 | tail: add comments noting potential inotify-related problems | Jim Meyering | -2/+6 |
| 2009-06-27 | stdbuf: fix to stop -i option causing an assertion | Pádraig Brady | -1/+1 |
| 2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | -70/+67 |
| 2009-06-17 | stdbuf: A new program to run a command with modified stdio buffering | Pádraig Brady | -3/+550 |
| 2009-06-15 | tail: use inotify if it is available | Giuseppe Scrivano | -8/+267 |
| 2009-06-13 | diag: say "failed to...", rather than "cannot..." in a few diagnostics | Jim Meyering | -4/+4 |
| 2009-06-13 | sort: Ignore fields where end position is before the start position | Cliff Miller | -2/+6 |
| 2009-06-11 | ls --color: do not colorize files with multiple hard links by default | Kamil Dudka | -8/+8 |
| 2009-06-07 | sort: die immediately upon heap allocation failure | Jim Meyering | -1/+2 |
| 2009-06-04 | dircolors: add screen-256color-bce to TERM list | Mike Frysinger | -0/+1 |
| 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 |