aboutsummaryrefslogtreecommitdiffstats
path: root/src/copy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-01-04(copy_internal): Use ASSIGN_STRDUPA rather than alloca and strcpy.Jim Meyering1-3/+6
2003-11-02(copy_internal): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering1-1/+1
2003-10-25(triple_hash, triple_hash_no_name): Adjust to reflectJim Meyering1-5/+5
2003-10-12(copy_internal): Don't #ifdef-out simple uses ofJim Meyering1-8/+2
2003-09-28Remove unnecessary cast of alloca, since now it's guaranteed to be (void *).Jim Meyering1-4/+4
2003-09-09Alphabetize includes.Jim Meyering1-5/+4
2003-08-30When source and destination arguments refer to the same file, resideJim Meyering1-3/+5
2003-08-09Include utimens.h.Jim Meyering1-8/+7
2003-07-23Tweak comment: Solaris2.5.1 -> Solaris 2.5.1Jim Meyering1-1/+1
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering1-4/+0
2003-06-19(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering1-1/+1
2003-06-19(copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering1-4/+10
2003-05-13(struct F_triple) [name]: Remove const attribute.Jim Meyering1-3/+3
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering1-1/+1
2003-04-04Because of inappropriate (but POSIX-mandated) behavior of rename,Jim Meyering1-7/+42
2003-03-02(copy_internal) [un_backup]: When recovering from aJim Meyering1-3/+6
2003-02-28(copy_internal): When link fails because of anJim Meyering1-8/+26
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-7/+7
2002-09-29In move mode, always first try to rename. Before, upon failure toJim Meyering1-13/+4
2002-07-20(copy_internal): Use file_name_lookup, not getdport.Jim Meyering1-1/+1
2002-06-21Change all `preserving ...' diagnostics toJim Meyering1-3/+6
2002-06-21Include hurd.h.Jim Meyering1-0/+14
2002-05-30(copy_reg): Use a temporary to avoid a warningJim Meyering1-2/+3
2002-03-30(copy_internal): Move the block that sets `earlier_file'Jim Meyering1-33/+46
2002-03-19use only one space after semicolonJim Meyering1-1/+1
2002-03-17(copy_internal) [move_mode]: Give a better diagnosticJim Meyering1-5/+2
2002-03-10(copy_reg): Don't exit upon finding a replaced file.Jim Meyering1-1/+1
2002-03-10(copy_reg): Use a more concise diagnostic forJim Meyering1-9/+2
2002-03-03(copy_internal): Remove -r warning; no longer needed.Jim Meyering1-8/+0
2002-03-02add a commentJim Meyering1-0/+2
2002-03-02(copy_internal): For each symlink copied by cp -r,Jim Meyering1-0/+6
2002-03-02(copy_reg): Detect abuse of a race conditionJim Meyering1-3/+31
2002-02-26tweak commentJim Meyering1-1/+1
2002-01-12(copy_reg): Don't treat errno==ENOENT as a special case.Jim Meyering1-17/+64
2001-11-22(triple_hash_no_name): New function.Jim Meyering1-9/+59
2001-11-22(seen_file): Change type of `stats' parameter to pointer.Jim Meyering1-4/+4
2001-11-22(struct F_triple): Rename from dest_info.Jim Meyering1-47/+47
2001-11-22copy.c shouldn't maintain static state.Jim Meyering1-21/+17
2001-10-21yikes. put the preserve_metadata assignment *after* declarations.Jim Meyering1-1/+3
2001-10-21Include xreadlink.h.Jim Meyering1-17/+14
2001-10-18(dest_info_free): New function.Jim Meyering1-4/+14
2001-10-13(copy_internal): Tighten up and add commentsJim Meyering1-9/+30
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering1-4/+4
2001-10-07(copy_dir): Now that remember_copied copies theJim Meyering1-4/+1
2001-10-06(record_dest): Fix test for whether to free `ent'.Jim Meyering1-1/+1
2001-10-06(record_dest): Avoid a small leak.Jim Meyering1-5/+20
2001-10-05Include hash-pjw.h and remove definition of hash_pjw.Jim Meyering1-21/+1
2001-09-29(copy_internal): Call record_dest for all types ofJim Meyering1-9/+18
2001-09-28Include "hash.h" and "same.h".Jim Meyering1-5/+174
2001-09-22Mostly clean-up (modulo the better diagnostic).Jim Meyering1-28/+19