summaryrefslogtreecommitdiff
path: root/src/copy.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-27(copy_internal): Fix it so hard-link test is no longer hidden insideJim Meyering1-24/+29
1998-06-27(copy_reg): Detect identical source and dest here.Jim Meyering1-24/+43
1998-05-13(copy_internal): Plug a small leak.Jim Meyering1-0/+1
1998-05-11(copy_internal): Use new move_mode member.Jim Meyering1-10/+43
1998-05-10(new_nondir_mode): New function. Use where appropriate.Jim Meyering1-10/+51
1998-03-28Add copyright.Jim Meyering1-0/+19
1998-03-15Use #if, not #ifdef with HAVE_ macros.Jim Meyering1-3/+3
1998-03-13(copy_dir): Add new parameter, copy_into_self, and set it.Jim Meyering1-12/+27
1998-01-25(DO_CHOWN): Don't fail for non-root when chown fails dueJim Meyering1-2/+3
1998-01-22(copy_internal): Use x->backup_type, not the global.Jim Meyering1-6/+7
1997-12-25(copy_internal): Use S_ISLNK only if defined.Jim Meyering1-0/+2
1997-12-16s/__P/PARAMS/gJim Meyering1-4/+4
1997-11-30(copy_reg): Store file size as off_t, not long.Jim Meyering1-3/+3
1997-11-12(copy_dir): Use path_concat rather than open-coding it.Jim Meyering1-8/+6
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering1-1/+0
1997-10-23Remove stpcpy decl.Jim Meyering1-1/+0
1997-10-06fix brainoJim Meyering1-5/+6
1997-10-06(copy_internal): Use require_preserve.Jim Meyering1-3/+13
1997-10-04Remove old-style savedir dcl.Jim Meyering1-1/+1
1997-07-06declare stpcpyJim Meyering1-0/+1
1997-05-27clean up for -WallJim Meyering1-1/+2
1997-05-26(copy_internal): When preserving symlinks (--no-dereference) and theJim Meyering1-7/+27
1997-02-27(copy_internal): When there is any potential forJim Meyering1-6/+6
1997-02-02.Jim Meyering1-81/+26
1997-02-01.Jim Meyering1-13/+14
1997-01-15Add struct dir_list and is_ancestor.Jim Meyering1-4/+40
1997-01-11.Jim Meyering1-5/+2
1997-01-11.Jim Meyering1-0/+770