maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / install.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-09-28 Ondrej Opralacp: fix the --no-preserve=mode option
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-11-20 Paul Eggertport to GNU hosts, where getuid and friends can fail
2011-04-11 Jim Meyeringmaint: install: remove support for --preserve_context...
2011-04-11 Jim Meyeringmaint: reorder install.c to eliminate declarations...
2011-04-11 Jim Meyeringmaint: rename variables for clarity...
2011-01-13 Pádraig Bradymaint: trivial system header file cleanups
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-10-14 Paul Eggertinstall: avoid warning with Solaris 10 cc
2010-07-01 Pádraig Bradycp: add an option to only copy the file attributes
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-28 Pádraig Bradycp --reflink: add an "auto" parameter to fall back...
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-20 Jim Meyeringinstall: avoid a portability bug when compiling with...
2009-08-07 Giuseppe Scrivanocp: accept the --reflink option
2009-04-07 Jim Meyeringmaint: avoid "make syntax-check" failure
2009-04-07 Pádraig Bradyinstall: deprecate the --preserve_context option
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2009-02-18 Ondřej Vašíkcp: -a now preserves SELinux context, with reduced...
2009-02-17 Eric Blakeinstall: compare files in binary mode
2009-02-17 Kamil Dudkainstall: add --compare (-C) option to install file...
2009-01-29 Kamil Dudkacp/mv: add xattr support
2008-11-10 Jim Meyeringavoid a compiler warning
2008-11-09 James Youngmaninstall: indicate clearly it's not for installing packages
2008-09-06 Kamil Dudkainstall: new option: --strip-program,
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringaccommodate older SELinux which lacks matchpathcon_init...
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-31 Jim Meyeringinstall: reenable matchpathcon-related code
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-05-20 Jim Meyeringinstall: avoid a leak in currently-ifdef'd-out code
2008-03-10 Ondřej Vašíkinstall, rmdir: write --verbose output to stdout, not...
2007-12-01 Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-14 Jim Meyeringsrc/install.c (setdefaultfilecon): Stub-out the entire...
2007-11-14 Jim Meyering#ifdef-out matchpathcon-related code, for now.
2007-11-10 Jim Meyeringinstall+SELinux: reduce a 12x performance hit to ~1.5x
2007-08-20 Eric BlakeAvoid consuming too much seekable input when yesno...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-23 Jim MeyeringPrefer "STREQ (a, b)" over "strcmp (a, b) == 0"; simila...
2007-06-18 Paul EggertA few more symlink-related fixes. Fix a bug triggered...
2007-03-29 Jim Meyering* tests/cp/cp-a-selinux: New file. Test for the bug...
2007-03-29 Jim Meyeringcp, mv, install: add SELinux support, but unlike with...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-17 Jim MeyeringAvoid an obscure build failure, prefer waitpid over...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
2006-12-04 Paul Eggertinstall.c: Preserve time stamps before changing owner...
2006-10-07 Paul Eggert* src/install.c (make_ancestor): New arg COMPONENT.
2006-10-06 Paul EggertFix bug reported today by Mike Frysinger: mkdir -pv...
2006-09-16 Paul Eggert* NEWS: Document that mkdir -p and install -d now fork...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-07-17 Paul EggertInclude mkancesdirs.h.
2006-03-26 Jim Meyering(target_directory_operand, install_file_in_dir): Use...
2006-02-18 Jim Meyering(usage): Use two spaces (not one) to separate the
2005-12-17 Jim Meyering(cp_option_init): Don't set umask_kill member.
2005-09-23 Paul Eggert(install_file_in_file): Be more conservative about...
2005-09-23 Paul Eggert(change_timestamps): First arg is source
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-15 Jim Meyering(main): Fix my typo: s/argv[optind]/file[i]/.
2005-06-14 Paul Eggert(main): Standardize on a diagnostic for
2005-06-14 Paul Eggert(main): Adjust to new make_dir_parents convention.
2005-06-14 Jim Meyeringtweak diagnostic wording: Use `... return to working...
2005-06-14 Jim Meyeringremove obsolete FIXME
2005-06-13 Jim Meyering(main): When make_dir_parents changes the current working
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Paul Eggert(cp_options_init): Use chown_privileges rather than...
2005-05-30 Paul Eggert(getpwnam, getgrnam): Remove decl.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-01 Paul Eggertmode_free -> free
2005-04-28 Paul Eggert(main): Adjust to new modechange API.
2004-11-26 Paul Eggert(stat): Remove decl.
2004-11-21 Paul Eggert(usage): Avoid usage that runs afoul of Docbook
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul EggertAdjust to backup file rename.
2004-08-11 Paul EggertFurther fix for -d regression.
2004-08-11 Paul Eggert(main): Fix -d regression introduced with
2004-08-10 Paul Eggert(change_timestamps): Fix int->bool conversion
2004-08-02 Paul Eggert(isdir): Remove decl.
2004-07-30 Paul Eggert(isdir, change_timestamps, change_attributes,
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
next