| Age | Commit message (Expand) | Author | Lines |
| 2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | -2/+2 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -3/+3 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -1/+1 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-11-20 | port to GNU hosts, where getuid and friends can fail | Paul Eggert | -3/+21 |
| 2011-04-11 | maint: install: remove support for --preserve_context ("_", not "-") | Jim Meyering | -8/+0 |
| 2011-04-11 | maint: reorder install.c to eliminate declarations of static functions | Jim Meyering | -344/+327 |
| 2011-04-11 | maint: rename variables for clarity... | Jim Meyering | -6/+6 |
| 2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady | -2/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | -1/+2 |
| 2010-10-13 | install: avoid warning with Solaris 10 cc | Paul Eggert | -2/+2 |
| 2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady | -0/+1 |
| 2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering | -3/+1 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady | -1/+1 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -204/+204 |
| 2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering | -1/+1 |
| 2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano | -0/+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-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering | -9/+0 |
| 2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík | -0/+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-01-29 | cp/mv: add xattr support | Kamil Dudka | -0/+1 |
| 2008-11-10 | avoid a compiler warning | Jim Meyering | -1/+1 |
| 2008-11-09 | install: indicate clearly it's not for installing packages | James Youngman | -0/+6 |
| 2008-09-06 | install: new option: --strip-program, | Kamil Dudka | -3/+18 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-08 | standardize some error messages | Bo Borgerson | -5/+5 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering | -0/+4 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering | -1/+1 |
| 2008-05-26 | convert single-author programs to use proper_name | Jim Meyering | -1/+1 |
| 2008-05-20 | install: avoid a leak in currently-ifdef'd-out code | Jim Meyering | -2/+9 |
| 2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík | -2/+3 |
| 2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert | -1/+1 |
| 2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering | -0/+1 |
| 2007-11-14 | src/install.c (setdefaultfilecon): Stub-out the entire function. | Jim Meyering | -2/+8 |
| 2007-11-14 | #ifdef-out matchpathcon-related code, for now. | Jim Meyering | -0/+2 |
| 2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering | -0/+32 |
| 2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake | -1/+1 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |