*** empty log message ***
[platform/upstream/coreutils.git] / src / copy.c
2006-06-03 Jim MeyeringMake `cp --link --no-dereference' work also on systems...
2006-05-11 Jim Meyeringmv -T DIR EMPTY_DIR no longer fails
2006-05-11 Jim Meyering(copy_internal): Don't explicitly unlink the destination
2006-03-12 Jim Meyering(set_author): Rename function, from preserve_author.
2006-02-04 Jim Meyering(copy_internal): cp -RL no longer fails when encountering
2006-01-02 Jim Meyering(set_owner): Correct a comment.
2006-01-02 Paul EggertInclude lchmod.h.
2005-12-17 Jim Meyering(get_dest_mode): Remove; it is obsolete after removing...
2005-12-04 Jim Meyering(fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.
2005-11-24 Paul EggertImprove performance a bit by optimizing away
2005-09-25 Paul Eggert(HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined.
2005-09-23 Paul Eggert(copy_reg): Preserve time stamps if
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-07-11 Paul Eggert(copy_reg): Always copy in binary mode.
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Jim Meyering(chown_privileges, chown_failure_ok): Mark as `extern'.
2005-05-31 Paul EggertPort to Solaris 10's rules for whether programs can...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-10 Jim Meyering(abandon_move): Remove erroneous UNWRITABLE check.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-03-28 Jim Meyering(copy_reg): Use NULL, not `0'.
2005-03-15 Jim Meyering(copy_reg): Copy regular files in binary mode.
2005-03-11 Jim MeyeringPrompt once again for `mv -i A B' when A and B are...
2005-03-01 Jim Meyering(copy_internal): Change test of source type from !S_ISR...
2005-02-09 Jim Meyering * src/copy.c (valid_options): Add an assertion that
2004-09-22 Jim Meyering(copy): Declare as `extern'.
2004-09-13 Paul EggertAdjust to backup enum rename.
2004-08-11 Paul Eggert(copy_internal): When preserving links, unlink
2004-07-30 Paul Eggert(copy_internal, is_ancestor, copy_dir, copy_reg,
2004-07-27 Paul Eggert(copy_internal): find_backup_file_name no longer
2004-07-04 Jim Meyering(copy_internal): Add a FIXME comment.
2004-07-04 Jim Meyering(copy_dir): Assume path_concat returns non-NULL.
2004-06-30 Jim MeyeringUse "file system" rather than "filesystem" in comments.
2004-06-20 Jim MeyeringRemove declaration of yesno.
2004-06-14 Jim MeyeringRemove declaration of euidaccess.
2004-06-01 Jim Meyering(copy_internal): Don't use alloca, as it can mess up
2004-04-27 Jim Meyering(dest_info_init, src_info_init, copy): Add `extern...
2004-04-15 Jim MeyeringInclude getpagesize.h.
2004-04-12 Jim MeyeringInclude "utimecmp.h".
2004-03-12 Jim MeyeringSometimes, when source and destination partition are...
2004-03-06 Jim Meyeringcp --sparse=always sparse-image-file.img /dev/hda1...
2004-02-07 Jim MeyeringRemove xstat function pointer member. The way it was...
2004-01-04 Jim Meyering(copy_internal): Use ASSIGN_STRDUPA rather than alloca...
2003-11-02 Jim Meyering(copy_internal): Use `sizeof *var' rather than `sizeof...
2003-10-25 Jim Meyering(triple_hash, triple_hash_no_name): Adjust to reflect
2003-10-12 Jim Meyering(copy_internal): Don't #ifdef-out simple uses of
2003-09-28 Jim MeyeringRemove unnecessary cast of alloca, since now it's guara...
2003-09-09 Jim MeyeringAlphabetize includes.
2003-08-30 Jim MeyeringWhen source and destination arguments refer to the...
2003-08-09 Jim MeyeringInclude utimens.h.
2003-07-23 Jim MeyeringTweak comment: Solaris2.5.1 -> Solaris 2.5.1
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-06-19 Jim Meyering(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:
2003-06-19 Jim Meyering(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:
2003-05-13 Jim Meyering(struct F_triple) [name]: Remove const attribute.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-04-04 Jim MeyeringBecause of inappropriate (but POSIX-mandated) behavior...
2003-03-02 Jim Meyering(copy_internal) [un_backup]: When recovering from a
2003-02-28 Jim Meyering(copy_internal): When link fails because of an
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-29 Jim MeyeringIn move mode, always first try to rename. Before,...
2002-07-20 Jim Meyering(copy_internal): Use file_name_lookup, not getdport.
2002-06-21 Jim MeyeringChange all `preserving ...' diagnostics to
2002-06-21 Jim MeyeringInclude hurd.h.
2002-05-30 Jim Meyering(copy_reg): Use a temporary to avoid a warning
2002-03-30 Jim Meyering(copy_internal): Move the block that sets `earlier_file'
2002-03-19 Jim Meyeringuse only one space after semicolon
2002-03-17 Jim Meyering(copy_internal) [move_mode]: Give a better diagnostic
2002-03-10 Jim Meyering(copy_reg): Don't exit upon finding a replaced file.
2002-03-10 Jim Meyering(copy_reg): Use a more concise diagnostic for
2002-03-03 Jim Meyering(copy_internal): Remove -r warning; no longer needed.
2002-03-02 Jim Meyeringadd a comment
2002-03-02 Jim Meyering(copy_internal): For each symlink copied by cp -r,
2002-03-02 Jim Meyering(copy_reg): Detect abuse of a race condition
2002-02-26 Jim Meyeringtweak comment
2002-01-12 Jim Meyering(copy_reg): Don't treat errno==ENOENT as a special...
2001-11-22 Jim Meyering(triple_hash_no_name): New function.
2001-11-22 Jim Meyering(seen_file): Change type of `stats' parameter to pointer.
2001-11-22 Jim Meyering(struct F_triple): Rename from dest_info.
2001-11-22 Jim Meyeringcopy.c shouldn't maintain static state.
2001-10-21 Jim Meyeringyikes. put the preserve_metadata assignment *after...
2001-10-21 Jim MeyeringInclude xreadlink.h.
2001-10-18 Jim Meyering(dest_info_free): New function.
2001-10-13 Jim Meyering(copy_internal): Tighten up and add comments
2001-10-13 Jim Meyering* src/copy.h (struct cp_options): Rename members:
2001-10-07 Jim Meyering(copy_dir): Now that remember_copied copies the
2001-10-06 Jim Meyering(record_dest): Fix test for whether to free `ent'.
2001-10-06 Jim Meyering(record_dest): Avoid a small leak.
2001-10-05 Jim MeyeringInclude hash-pjw.h and remove definition of hash_pjw.
2001-09-29 Jim Meyering(copy_internal): Call record_dest for all types of
2001-09-28 Jim MeyeringInclude "hash.h" and "same.h".
2001-09-22 Jim MeyeringMostly clean-up (modulo the better diagnostic).
2001-09-15 Jim Meyering(UNWRITABLE): Define (factored out of copy_internal).
2001-09-15 Jim Meyering(copy_internal) [move_mode]: Support the new
2001-09-08 Jim Meyering(copy_internal): Add braces around now-multi-stmt
2001-08-31 Jim Meyering(copy_dir): Remove st_size argument.
2001-08-31 Jim MeyeringInclude full-write.h.
2001-08-13 Jim Meyering(overwrite_prompt): New function.
next