summaryrefslogtreecommitdiffstats
path: root/src/copy.c
AgeCommit message (Expand)AuthorLines
2006-02-04(copy_internal): cp -RL no longer fails when encounteringJim Meyering-25/+34
2006-01-02(set_owner): Correct a comment.Jim Meyering-1/+4
2006-01-02Include lchmod.h.Paul Eggert-3/+4
2005-12-17(get_dest_mode): Remove; it is obsolete after removing umask_kill.Jim Meyering-73/+63
2005-12-04(fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.Jim Meyering-60/+86
2005-11-24Improve performance a bit by optimizing awayPaul Eggert-103/+135
2005-09-25(HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined.Paul Eggert-12/+71
2005-09-23(copy_reg): Preserve time stamps ifPaul Eggert-2/+15
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-4/+3
2005-07-11(copy_reg): Always copy in binary mode.Paul Eggert-5/+4
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert-3/+1
2005-06-02Don't use "path" or "filename".Paul Eggert-183/+183
2005-05-31(chown_privileges, chown_failure_ok): Mark as `extern'.Jim Meyering-2/+2
2005-05-31Port to Solaris 10's rules for whether programs can chown files.Paul Eggert-13/+45
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-10(abandon_move): Remove erroneous UNWRITABLE check.Jim Meyering-4/+3
2005-04-11Include unistd-safer.h.Paul Eggert-0/+3
2005-03-28(copy_reg): Use NULL, not `0'.Jim Meyering-3/+3
2005-03-15(copy_reg): Copy regular files in binary mode.Jim Meyering-0/+1
2005-03-11Prompt once again for `mv -i A B' when A and B are hard linksJim Meyering-9/+25
2005-03-01(copy_internal): Change test of source type from !S_ISREG to S_ISLNK.Jim Meyering-1/+1
2005-02-09 * src/copy.c (valid_options): Add an assertion thatJim Meyering-1/+2
2004-09-22(copy): Declare as `extern'.Jim Meyering-1/+1
2004-09-13Adjust to backup enum rename.Paul Eggert-4/+4
2004-08-11(copy_internal): When preserving links, unlinkPaul Eggert-0/+1
2004-07-30(copy_internal, is_ancestor, copy_dir, copy_reg,Paul Eggert-177/+174
2004-07-27(copy_internal): find_backup_file_name no longerPaul Eggert-2/+0
2004-07-04(copy_internal): Add a FIXME comment.Jim Meyering-1/+2
2004-07-04(copy_dir): Assume path_concat returns non-NULL.Jim Meyering-3/+0
2004-06-30Use "file system" rather than "filesystem" in comments.Jim Meyering-1/+1
2004-06-20Remove declaration of yesno.Jim Meyering-2/+1
2004-06-14Remove declaration of euidaccess.Jim Meyering-1/+1
2004-06-01(copy_internal): Don't use alloca, as it can mess upJim Meyering-11/+12
2004-04-27(dest_info_init, src_info_init, copy): Add `extern' keyword.Jim Meyering-3/+3
2004-04-15Include getpagesize.h.Jim Meyering-2/+6
2004-04-12Include "utimecmp.h".Jim Meyering-9/+22
2004-03-12Sometimes, when source and destination partition are different,Jim Meyering-6/+19
2004-03-06cp --sparse=always sparse-image-file.img /dev/hda1 couldJim Meyering-1/+6
2004-02-07Remove xstat function pointer member. The way it was used was notJim Meyering-16/+7
2004-01-04(copy_internal): Use ASSIGN_STRDUPA rather than alloca and strcpy.Jim Meyering-3/+6
2003-11-02(copy_internal): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering-1/+1
2003-10-25(triple_hash, triple_hash_no_name): Adjust to reflectJim Meyering-5/+5
2003-10-12(copy_internal): Don't #ifdef-out simple uses ofJim Meyering-8/+2
2003-09-28Remove unnecessary cast of alloca, since now it's guaranteed to be (void *).Jim Meyering-4/+4
2003-09-09Alphabetize includes.Jim Meyering-5/+4
2003-08-30When source and destination arguments refer to the same file, resideJim Meyering-3/+5
2003-08-09Include utimens.h.Jim Meyering-8/+7
2003-07-23Tweak comment: Solaris2.5.1 -> Solaris 2.5.1Jim Meyering-1/+1
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering-4/+0