TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / cp.c
2008-08-11 Benno Schulenbergcp: move a newline to make second message identical...
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 Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2008-02-28 Jim MeyeringMake copyright comments consistent.
2008-01-09 Paul EggertFix a minor race condition when using cp -p --parents.
2008-01-07 Jim Meyeringcp (but not copy.c): plug a small leak.
2008-01-07 Jan Blunckcp --parents: don't use uninitialized memory when resto...
2007-12-01 Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-24 Lasse Collin"cp -p" tries to preserve GID even if preserving the...
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-12 Benno SchulenbergClarify description of cp's -a option.
2007-09-30 Jim Meyeringcp: do not abbreviate in --help output.
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-18 Paul EggertA few more symlink-related fixes. Fix a bug triggered...
2007-06-15 Paul EggertCorrect cp's handling of destination symlinks in some...
2007-06-13 Jim MeyeringDon't include "quotearg.h" when it is not used.
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-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-03 Paul Eggert* NEWS: Document fix for cp --preserve=mode.
2007-02-03 Paul Eggert* NEWS: Document fix for cp --parents.
2006-12-06 Paul Eggert* NEWS: Document the cp --preserve=ownership fix.
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Don't pass mkdir a mode...
2006-09-08 Jim Meyeringmv and "cp -r" no longer fail when invoked with two...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-28 Paul Eggert* src/copy.c (copy_internal): Don't test whether macros...
2006-05-15 Jim Meyering(usage): Correct description of -a: s/-dpR/-dpPR/....
2006-03-26 Jim Meyering(target_directory_operand): Use new last_component.
2006-02-06 Jim Meyering(usage): Use two spaces (not one) to separate the
2006-01-02 Paul EggertInclude lchmod.h.
2005-12-28 Jim MeyeringDon't include <assert.h>; it wasn't used.
2005-12-17 Jim Meyering(umask_kill): With default acls, the umask is not to...
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-07-03 Jim Meyering(main): Using --reply now evokes a warning.
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Paul Eggert(re_protect): Remove unnecessary call to geteuid.
2005-05-30 Paul Eggert(geteuid) [!defined _POSIX_VERSION]: Remove decl.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(sparse_type_string, reply_args, decode_preserve_arg...
2005-01-25 Paul Eggert(usage): Add comma after "-P" to fix typo in previous...
2005-01-24 Jim Meyering(usage): Merge the descriptions of --no-dereference...
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul EggertAdjust to backup enum rename.
2004-07-30 Paul Eggert(struct dir_attr, flag_path, remove_trailing_slashes,
2004-07-27 Paul Eggert(do_copy): find_backup_file_name no longer returns...
2004-07-04 Jim Meyering(do_copy): Assume path_concat returns non-NULL.
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
2004-06-28 Jim Meyering Use more-consistent rules among cp, ln, and mv when...
2004-06-28 Jim Meyering(usage): Fix copy+paste error in description of
2004-06-21 Jim MeyeringStandardize on the diagnostics given when someone gives
2004-03-13 Jim Meyering(do_copy): Tweak wording in a diagnostic.
2004-02-07 Jim Meyering(re_protect): Use `XSTAT (x, ...)' in place of `*(x...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(re_protect): Use ASSIGN_STRDUPA rather than alloca...
2003-11-02 Jim Meyering(make_path_private): Use `sizeof *var' rather than...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-09 Jim MeyeringInclude utimens.h.
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-07-04 Jim Meyering(do_copy): Give a better diagnostic when failing due
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-09 Jim Meyeringfix typo in comment
2003-03-07 Jim MeyeringRemove everything associated with mmap-stack.c.
2003-02-21 Jim MeyeringInclude "mmap-stack.h".
2003-02-17 Jim Meyering(run): New function, preparing for use of
2003-01-03 Jim Meyering(do_copy): Tweak diagnostic to be consistent with the one
2002-12-11 Jim MeyeringFix a bug whereby cp would fail to parse an option...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-21 Jim MeyeringChange all `preserving ...' diagnostics to
2002-03-10 Jim Meyering(do_copy): Change wording in diagnostic.
2002-03-03 Jim Meyering(COPY_CONTENTS_OPTION): New enum value.
2002-03-02 Jim Meyering(main): Warn when -r is specified before --archive...
2002-03-02 Jim Meyering(main): Revert change of 2001-12-29. With this change,
2002-03-02 Jim Meyering(main): Fail if -r is specified after --archive (-a...
2001-12-29 Jim Meyering(main): With -r, always dereference symlinks.
2001-12-11 Jim Meyering(re_protect):
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
next