summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Expand)Author
2001-09-28Accept new option: --reply={yes,no,query}Jim Meyering
2001-09-16tweak line in help outputJim Meyering
2001-09-15(main): Reflect renaming: s/I_ON/I_ASK_USER/.Jim Meyering
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering
2001-08-13(cp_option_init): Adjust initialization of `interactive',Jim Meyering
2001-05-12(strip_trailing_slashes): Remove; now in dirname.h.Jim Meyering
2001-02-03(long_opts): Use `strip-trailing-slashes',Jim Meyering
2001-01-07(usage): Split a string that was longer than 2048 bytes.Jim Meyering
2000-10-29(do_copy): When constructing dst_path for use with theJim Meyering
2000-10-22(make_path_private): Add a FIXME comment.Jim Meyering
2000-09-25(usage): Match revised documentation better.Jim Meyering
2000-09-24(main): Tweak a relatively new diagnostic.Jim Meyering
2000-09-22(main): When used with --force, each of the --link andJim Meyering
2000-09-04Move declaractions of lstat, stat, and rpl_lstatJim Meyering
2000-09-03(enum): Add UNLINK_DEST_BEFORE_OPENING.Jim Meyering
2000-08-26(usage): --force is independent of --interactive.Jim Meyering
2000-08-20(long_opts): Add --dereference, -L.Jim Meyering
2000-08-08(usage, main): For cp -P messages, mention the new behavior as well as the old.Jim Meyering
2000-08-08Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-07(enum) [PARENTS_OPTION]: New member.Jim Meyering
2000-07-30tweak diagnosticJim Meyering
2000-07-25tweak diagnosticJim Meyering
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
2000-07-23Fix cp so that `cp -r DIR1/ DIR2' works once again.Jim Meyering
2000-07-15Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering
2000-05-12Unlike for mv, -i doesn't cancel the effect of -fJim Meyering
2000-04-29[LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to rpl_lstat.Jim Meyering
2000-04-16New option: --strip-trailing-slashes.Jim Meyering
2000-04-08Document that while the --backup option takes anJim Meyering
1999-12-27tweak --helpJim Meyering
1999-12-09(enum): Remove useless CHAR_MAX + 2Jim Meyering
1999-11-01(usage): Warn about mixing use of `-r' with FIFOs andJim Meyering
1999-10-31tweak usageJim Meyering
1999-10-30(usage): Tweak --backup descriptionJim Meyering
1999-10-24(do_copy): Constify `dest', and cast-away the newJim Meyering
1999-10-24add missing program_name arg to match new usage %sJim Meyering
1999-10-23label use of -V/--versin-control as a warningJim Meyering
1999-10-17Accept new option: --target-directory=DIRJim Meyering
1999-10-16Convert --backup to take an optional argument.Jim Meyering
1999-09-01Remove declaration of xstrdup.Jim Meyering
1999-04-26(do_copy, cp_option_init, main): Use proper mode_t types and macros.Jim Meyering
1999-03-31Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering
1999-03-26No longer include long-options.h.Jim Meyering
1999-03-04Include long-options.hJim Meyering
1999-02-16update copyright datesJim Meyering
1999-01-16Remove declarations of base_name and get_version.Jim Meyering
1999-01-02Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02use XARGMATCH, not XARGCASEMATCHJim Meyering
1998-12-31(main): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering