summaryrefslogtreecommitdiffstats
path: root/src/cp.c
AgeCommit message (Expand)AuthorLines
2003-01-03(do_copy): Tweak diagnostic to be consistent with the oneJim Meyering-2/+2
2002-12-11Fix a bug whereby cp would fail to parse an option likeJim Meyering-2/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-7/+7
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering-1/+2
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering-1/+1
2002-06-21Change all `preserving ...' diagnostics toJim Meyering-3/+4
2002-03-10(do_copy): Change wording in diagnostic.Jim Meyering-1/+1
2002-03-03(COPY_CONTENTS_OPTION): New enum value.Jim Meyering-37/+15
2002-03-02(main): Warn when -r is specified before --archive (-a).Jim Meyering-0/+9
2002-03-02(main): Revert change of 2001-12-29. With this change,Jim Meyering-2/+2
2002-03-02(main): Fail if -r is specified after --archive (-a) on the command line.Jim Meyering-1/+15
2001-12-29(main): With -r, always dereference symlinks.Jim Meyering-0/+1
2001-12-11(re_protect):Jim Meyering-1/+1
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering-4/+2
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering-0/+5
2001-11-23Split usage strings so that --help and --versionJim Meyering-3/+5
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering-12/+24
2001-11-22(cp_option_init): Likewise.Jim Meyering-4/+8
2001-11-22(cp_option_init): Initialize new member.Jim Meyering-2/+3
2001-10-24(main): Free hash table storage.Jim Meyering-0/+2
2001-10-14Now, -P is the same as --no-dereference, per POSIX.Jim Meyering-18/+4
2001-10-13(enum) [NO_DEREFERENCE_OPTION]: New member.Jim Meyering-6/+113
2001-10-13(cp_option_init): Don't set it.Jim Meyering-1/+0
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering-9/+9
2001-10-07(do_copy): Don't clear the hash table after processingJim Meyering-1/+0
2001-10-06(main): Reflect that hash_init now takes no arguments.Jim Meyering-1/+1
2001-09-28(do_copy): Call dest_info_init if necessary.Jim Meyering-0/+6
2001-09-28Accept new option: --reply={yes,no,query}Jim Meyering-2/+27
2001-09-16tweak line in help outputJim Meyering-1/+1
2001-09-15(main): Reflect renaming: s/I_ON/I_ASK_USER/.Jim Meyering-1/+1
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering-1/+1
2001-08-13(cp_option_init): Adjust initialization of `interactive',Jim Meyering-2/+5
2001-05-12(strip_trailing_slashes): Remove; now in dirname.h.Jim Meyering-8/+6
2001-02-03(long_opts): Use `strip-trailing-slashes',Jim Meyering-1/+1
2001-01-07(usage): Split a string that was longer than 2048 bytes.Jim Meyering-1/+3
2000-10-29(do_copy): When constructing dst_path for use with theJim Meyering-2/+15
2000-10-22(make_path_private): Add a FIXME comment.Jim Meyering-0/+2
2000-09-25(usage): Match revised documentation better.Jim Meyering-8/+5
2000-09-24(main): Tweak a relatively new diagnostic.Jim Meyering-1/+1
2000-09-22(main): When used with --force, each of the --link andJim Meyering-0/+5
2000-09-04Move declaractions of lstat, stat, and rpl_lstatJim Meyering-12/+0
2000-09-03(enum): Add UNLINK_DEST_BEFORE_OPENING.Jim Meyering-5/+15
2000-08-26(usage): --force is independent of --interactive.Jim Meyering-1/+1
2000-08-20(long_opts): Add --dereference, -L.Jim Meyering-8/+35
2000-08-08(usage, main): For cp -P messages, mention the new behavior as well as the old.Jim Meyering-4/+4
2000-08-08Invoke xalloc_die instead of printing our own message.Jim Meyering-2/+2
2000-08-07(enum) [PARENTS_OPTION]: New member.Jim Meyering-4/+20
2000-07-30tweak diagnosticJim Meyering-1/+1
2000-07-25tweak diagnosticJim Meyering-1/+1
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering-5/+8