Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / copy.c
2006-10-21 Jim Meyering* src/copy.c (copy_internal): Add a comment saying...
2006-10-19 Paul Eggert* src/copy.c (copy_reg): Rewrite slightly to avoid...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Use mknod rather than...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Remove redundant and...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Don't pass mkdir a mode...
2006-10-14 Jim Meyering* NEWS: cp -r --backup dir1 dir2, would rename an exist...
2006-09-24 Jim Meyering* NEWS: Mention these fixes.
2006-09-20 Paul Eggert* NEWS: Document fix for cp -i and mv -i.
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-08-27 Jim Meyering* src/copy.c (copy_internal): Don't make a backup if...
2006-08-27 Jim MeyeringTwo of those comments apply only when "moving" (not...
2006-08-27 Jim Meyering* src/copy.c (copy_internal): Add comments.
2006-08-26 Jim MeyeringFix "mv --verbose --backup" so its output includes the
2006-08-19 Jim Meyering* NEWS: Fix cp --sparse so that it preserves tail-end...
2006-08-17 Jim Meyering* src/copy.c (copy_internal, same_file_ok): Adjust...
2006-07-29 Paul Eggert(set_author): Preserve the st_author field via the
2006-07-26 Jim Meyering* src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:
2006-07-05 Jim Meyering* src/copy.c (copy_internal): Don't work around old...
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.
next