Include stat-time.h, and use its functions instead of the obsolete
[platform/upstream/coreutils.git] / src / cp.c
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-07-03 Jim Meyering(main): Using --reply now evokes a warning.
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Paul Eggert(re_protect): Remove unnecessary call to geteuid.
2005-05-30 Paul Eggert(geteuid) [!defined _POSIX_VERSION]: Remove decl.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(sparse_type_string, reply_args, decode_preserve_arg...
2005-01-25 Paul Eggert(usage): Add comma after "-P" to fix typo in previous...
2005-01-24 Jim Meyering(usage): Merge the descriptions of --no-dereference...
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul EggertAdjust to backup enum rename.
2004-07-30 Paul Eggert(struct dir_attr, flag_path, remove_trailing_slashes,
2004-07-27 Paul Eggert(do_copy): find_backup_file_name no longer returns...
2004-07-04 Jim Meyering(do_copy): Assume path_concat returns non-NULL.
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
2004-06-28 Jim Meyering Use more-consistent rules among cp, ln, and mv when...
2004-06-28 Jim Meyering(usage): Fix copy+paste error in description of
2004-06-21 Jim MeyeringStandardize on the diagnostics given when someone gives
2004-03-13 Jim Meyering(do_copy): Tweak wording in a diagnostic.
2004-02-07 Jim Meyering(re_protect): Use `XSTAT (x, ...)' in place of `*(x...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(re_protect): Use ASSIGN_STRDUPA rather than alloca...
2003-11-02 Jim Meyering(make_path_private): Use `sizeof *var' rather than...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-09 Jim MeyeringInclude utimens.h.
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-07-04 Jim Meyering(do_copy): Give a better diagnostic when failing due
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-09 Jim Meyeringfix typo in comment
2003-03-07 Jim MeyeringRemove everything associated with mmap-stack.c.
2003-02-21 Jim MeyeringInclude "mmap-stack.h".
2003-02-17 Jim Meyering(run): New function, preparing for use of
2003-01-03 Jim Meyering(do_copy): Tweak diagnostic to be consistent with the one
2002-12-11 Jim MeyeringFix a bug whereby cp would fail to parse an option...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-21 Jim MeyeringChange all `preserving ...' diagnostics to
2002-03-10 Jim Meyering(do_copy): Change wording in diagnostic.
2002-03-03 Jim Meyering(COPY_CONTENTS_OPTION): New enum value.
2002-03-02 Jim Meyering(main): Warn when -r is specified before --archive...
2002-03-02 Jim Meyering(main): Revert change of 2001-12-29. With this change,
2002-03-02 Jim Meyering(main): Fail if -r is specified after --archive (-a...
2001-12-29 Jim Meyering(main): With -r, always dereference symlinks.
2001-12-11 Jim Meyering(re_protect):
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-22 Jim Meyering(cp_option_init): Likewise.
2001-11-22 Jim Meyering(cp_option_init): Initialize new member.
2001-10-24 Jim Meyering(main): Free hash table storage.
2001-10-14 Jim MeyeringNow, -P is the same as --no-dereference, per POSIX.
2001-10-13 Jim Meyering(enum) [NO_DEREFERENCE_OPTION]: New member.
2001-10-13 Jim Meyering(cp_option_init): Don't set it.
2001-10-13 Jim Meyering* src/copy.h (struct cp_options): Rename members:
2001-10-07 Jim Meyering(do_copy): Don't clear the hash table after processing
2001-10-06 Jim Meyering(main): Reflect that hash_init now takes no arguments.
2001-09-28 Jim Meyering(do_copy): Call dest_info_init if necessary.
2001-09-28 Jim MeyeringAccept new option: --reply={yes,no,query}
2001-09-16 Jim Meyeringtweak line in help output
2001-09-15 Jim Meyering(main): Reflect renaming: s/I_ON/I_ASK_USER/.
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-08-13 Jim Meyering(cp_option_init): Adjust initialization of `interactive',
2001-05-12 Jim Meyering(strip_trailing_slashes): Remove; now in dirname.h.
2001-02-03 Jim Meyering(long_opts): Use `strip-trailing-slashes',
2001-01-07 Jim Meyering(usage): Split a string that was longer than 2048 bytes.
2000-10-29 Jim Meyering(do_copy): When constructing dst_path for use with the
2000-10-22 Jim Meyering(make_path_private): Add a FIXME comment.
2000-09-25 Jim Meyering(usage): Match revised documentation better.
2000-09-24 Jim Meyering(main): Tweak a relatively new diagnostic.
2000-09-22 Jim Meyering(main): When used with --force, each of the --link and
2000-09-04 Jim MeyeringMove declaractions of lstat, stat, and rpl_lstat
2000-09-03 Jim Meyering(enum): Add UNLINK_DEST_BEFORE_OPENING.
2000-08-26 Jim Meyering(usage): --force is independent of --interactive.
2000-08-20 Jim Meyering(long_opts): Add --dereference, -L.
2000-08-08 Jim Meyering(usage, main): For cp -P messages, mention the new...
2000-08-08 Jim MeyeringInvoke xalloc_die instead of printing our own message.
2000-08-07 Jim Meyering(enum) [PARENTS_OPTION]: New member.
2000-07-30 Jim Meyeringtweak diagnostic
2000-07-25 Jim Meyeringtweak diagnostic
2000-07-25 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-07-23 Jim MeyeringFix cp so that `cp -r DIR1/ DIR2' works once again.
2000-07-15 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-05-12 Jim MeyeringUnlike for mv, -i doesn't cancel the effect of -f
2000-04-29 Jim Meyering[LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to...
2000-04-16 Jim MeyeringNew option: --strip-trailing-slashes.
2000-04-08 Jim MeyeringDocument that while the --backup option takes an
1999-12-27 Jim Meyeringtweak --help
next