summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28(sparse_type_string, reply_args, decode_preserve_arg): Use NULL, not `0'.Jim Meyering1-3/+3
2005-01-25(usage): Add comma after "-P" to fix typo in previous patch.Paul Eggert1-1/+1
2005-01-24(usage): Merge the descriptions of --no-dereference and -P.Jim Meyering1-3/+6
2004-09-21Remove unused "case 0".Paul Eggert1-3/+0
2004-09-13Adjust to backup enum rename.Paul Eggert1-5/+5
2004-07-30(struct dir_attr, flag_path, remove_trailing_slashes,Paul Eggert1-118/+118
2004-07-27(do_copy): find_backup_file_name no longer returns NULL, so don'tPaul Eggert1-3/+0
2004-07-04(do_copy): Assume path_concat returns non-NULL.Jim Meyering1-3/+1
2004-07-02Add short names -t and -T for --target-directoryJim Meyering1-16/+15
2004-06-30Add support for --no-target-directory option.Jim Meyering1-3/+24
2004-06-28 Use more-consistent rules among cp, ln, and mv when dealing withJim Meyering1-90/+65
2004-06-28(usage): Fix copy+paste error in description ofJim Meyering1-1/+1
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering1-7/+6
2004-03-13(do_copy): Tweak wording in a diagnostic.Jim Meyering1-6/+8
2004-02-07(re_protect): Use `XSTAT (x, ...)' in place of `*(x->xstat) (...)'.Jim Meyering1-12/+6
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-6/+4
2004-01-04(re_protect): Use ASSIGN_STRDUPA rather than alloca and strcpy.Jim Meyering1-4/+2
2003-11-02(make_path_private): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering1-2/+1
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering1-5/+4
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2
2003-09-18revert previous changeJim Meyering1-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering1-1/+1
2003-08-09Include utimens.h.Jim Meyering1-8/+7
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering1-4/+0
2003-07-04(do_copy): Give a better diagnostic when failing dueJim Meyering1-11/+11
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering1-3/+3
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering1-1/+1
2003-03-09fix typo in commentJim Meyering1-1/+1
2003-03-07Remove everything associated with mmap-stack.c.Jim Meyering1-23/+13
2003-02-21Include "mmap-stack.h".Jim Meyering1-2/+4
2003-02-17(run): New function, preparing for use ofJim Meyering1-12/+20
2003-01-03(do_copy): Tweak diagnostic to be consistent with the oneJim Meyering1-2/+2
2002-12-11Fix a bug whereby cp would fail to parse an option likeJim Meyering1-2/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-7/+7
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering1-1/+2
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-06-21Change all `preserving ...' diagnostics toJim Meyering1-3/+4
2002-03-10(do_copy): Change wording in diagnostic.Jim Meyering1-1/+1
2002-03-03(COPY_CONTENTS_OPTION): New enum value.Jim Meyering1-37/+15
2002-03-02(main): Warn when -r is specified before --archive (-a).Jim Meyering1-0/+9
2002-03-02(main): Revert change of 2001-12-29. With this change,Jim Meyering1-2/+2
2002-03-02(main): Fail if -r is specified after --archive (-a) on the command line.Jim Meyering1-1/+15
2001-12-29(main): With -r, always dereference symlinks.Jim Meyering1-0/+1
2001-12-11(re_protect):Jim Meyering1-1/+1
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering1-4/+2
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering1-0/+5
2001-11-23Split usage strings so that --help and --versionJim Meyering1-3/+5
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering1-12/+24