summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Expand)Author
2006-12-06* NEWS: Document the cp --preserve=ownership fix.Paul Eggert
2006-10-18* src/copy.c (copy_internal): Don't pass mkdir a mode greater thanPaul Eggert
2006-09-08mv and "cp -r" no longer fail when invoked with two argumentsJim Meyering
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-08-28* src/copy.c (copy_internal): Don't test whether macros likePaul Eggert
2006-05-15(usage): Correct description of -a: s/-dpR/-dpPR/. From Tomas Pospisek.Jim Meyering
2006-03-26(target_directory_operand): Use new last_component.Jim Meyering
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering
2006-01-02Include lchmod.h.Paul Eggert
2005-12-28Don't include <assert.h>; it wasn't used.Jim Meyering
2005-12-17(umask_kill): With default acls, the umask is not to be applied.Jim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-07-03(main): Using --reply now evokes a warning.Jim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-16Finally remove support for --version-control=S (-V).Jim Meyering
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-31(re_protect): Remove unnecessary call to geteuid.Paul Eggert
2005-05-30(geteuid) [!defined _POSIX_VERSION]: Remove decl.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-03-28(sparse_type_string, reply_args, decode_preserve_arg): Use NULL, not `0'.Jim Meyering
2005-01-25(usage): Add comma after "-P" to fix typo in previous patch.Paul Eggert
2005-01-24(usage): Merge the descriptions of --no-dereference and -P.Jim Meyering
2004-09-21Remove unused "case 0".Paul Eggert
2004-09-13Adjust to backup enum rename.Paul Eggert
2004-07-30(struct dir_attr, flag_path, remove_trailing_slashes,Paul Eggert
2004-07-27(do_copy): find_backup_file_name no longer returns NULL, so don'tPaul Eggert
2004-07-04(do_copy): Assume path_concat returns non-NULL.Jim Meyering
2004-07-02Add short names -t and -T for --target-directoryJim Meyering
2004-06-30Add support for --no-target-directory option.Jim Meyering
2004-06-28 Use more-consistent rules among cp, ln, and mv when dealing withJim Meyering
2004-06-28(usage): Fix copy+paste error in description ofJim Meyering
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering
2004-03-13(do_copy): Tweak wording in a diagnostic.Jim Meyering
2004-02-07(re_protect): Use `XSTAT (x, ...)' in place of `*(x->xstat) (...)'.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2004-01-04(re_protect): Use ASSIGN_STRDUPA rather than alloca and strcpy.Jim Meyering
2003-11-02(make_path_private): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-08-09Include utimens.h.Jim Meyering
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering
2003-07-04(do_copy): Give a better diagnostic when failing dueJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
2003-03-09fix typo in commentJim Meyering