| Age | Commit message (Expand) | Author | Lines |
| 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-29 | cp --reflink: preserve attributes on cloned files if asked | Pádraig Brady | -144/+147 |
| 2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady | -16/+59 |
| 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 | -1/+6 |
| 2009-08-25 | maint: remove Local Variables: indent-tabs-mode: nil from all sources | Jim Meyering | -48/+0 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -18340/+18340 |
| 2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering | -5/+10 |
| 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 |