Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady | 1 | -2/+1 |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | 1 | -1/+2 |
2010-10-13 | install: avoid warning with Solaris 10 cc | Paul Eggert | 1 | -2/+2 |
2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady | 1 | -0/+1 |
2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering | 1 | -3/+1 |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 1 | -1/+1 |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | 1 | -1/+1 |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | 1 | -1/+1 |
2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady | 1 | -1/+1 |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | 1 | -204/+204 |
2009-08-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering | 1 | -1/+1 |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano | 1 | -0/+1 |
2009-04-07 | maint: avoid "make syntax-check" failure | Jim Meyering | 1 | -2/+2 |
2009-04-07 | install: deprecate the --preserve_context option | Pádraig Brady | 1 | -4/+8 |
2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering | 1 | -9/+0 |
2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík | 1 | -0/+2 |
2009-02-17 | install: compare files in binary mode | Eric Blake | 1 | -3/+3 |
2009-02-17 | install: add --compare (-C) option to install file only when necessary | Kamil Dudka | 1 | -1/+133 |
2009-01-29 | cp/mv: add xattr support | Kamil Dudka | 1 | -0/+1 |
2008-11-10 | avoid a compiler warning | Jim Meyering | 1 | -1/+1 |
2008-11-09 | install: indicate clearly it's not for installing packages | James Youngman | 1 | -0/+6 |
2008-09-06 | install: new option: --strip-program, | Kamil Dudka | 1 | -3/+18 |
2008-06-16 | remove redundant const directives | Jim Meyering | 1 | -1/+1 |
2008-06-14 | add "const" attribute, where possible | Jim Meyering | 1 | -1/+1 |
2008-06-08 | standardize some error messages | Bo Borgerson | 1 | -5/+5 |
2008-06-03 | use gnulib's progname module | Jim Meyering | 1 | -4/+1 |
2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering | 1 | -0/+4 |
2008-06-02 | declare program_name consistently | Jim Meyering | 1 | -1/+1 |
2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering | 1 | -1/+1 |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering | 1 | -1/+1 |
2008-05-20 | install: avoid a leak in currently-ifdef'd-out code | Jim Meyering | 1 | -2/+9 |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík | 1 | -2/+3 |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert | 1 | -1/+1 |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering | 1 | -0/+1 |
2007-11-14 | src/install.c (setdefaultfilecon): Stub-out the entire function. | Jim Meyering | 1 | -2/+8 |
2007-11-14 | #ifdef-out matchpathcon-related code, for now. | Jim Meyering | 1 | -0/+2 |
2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering | 1 | -0/+32 |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake | 1 | -1/+1 |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | 1 | -5/+4 |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | 1 | -1/+1 |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering | 1 | -1/+1 |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert | 1 | -1/+5 |
2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering | 1 | -0/+1 |
2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering | 1 | -3/+100 |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | 1 | -1/+1 |
2007-03-17 | Avoid an obscure build failure, prefer waitpid over wait. | Jim Meyering | 1 | -5/+4 |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering | 1 | -2/+2 |
2006-12-04 | install.c: Preserve time stamps before changing owner or file mode bits, | Paul Eggert | 1 | -4/+3 |
2006-10-07 | * src/install.c (make_ancestor): New arg COMPONENT. | Paul Eggert | 1 | -34/+24 |