(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / cp.c
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
1999-12-09 Jim Meyering(enum): Remove useless CHAR_MAX + 2
1999-11-01 Jim Meyering(usage): Warn about mixing use of `-r' with FIFOs and
1999-10-31 Jim Meyeringtweak usage
1999-10-30 Jim Meyering(usage): Tweak --backup description
1999-10-24 Jim Meyering(do_copy): Constify `dest', and cast-away the new
1999-10-24 Jim Meyeringadd missing program_name arg to match new usage %s
1999-10-23 Jim Meyeringlabel use of -V/--versin-control as a warning
1999-10-17 Jim MeyeringAccept new option: --target-directory=DIR
1999-10-16 Jim MeyeringConvert --backup to take an optional argument.
1999-09-01 Jim MeyeringRemove declaration of xstrdup.
1999-04-26 Jim Meyering(do_copy, cp_option_init, main): Use proper mode_t...
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim MeyeringRemove declarations of base_name and get_version.
1999-01-02 Jim MeyeringAdapt to use new interface to XARGMATCH.
1999-01-02 Jim Meyeringuse XARGMATCH, not XARGCASEMATCH
1998-12-31 Jim Meyering(main): Use XARGCASEMATCH in place of argmatch & co.
1998-12-07 Jim MeyeringUse dir_name, not dirname. Include dirname.h.
1998-11-30 Jim Meyering(do_copy): Rename local: s/unused/copy_into_self/
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim Meyering(long_options): Use corresponding short-option character
1998-08-02 Jim Meyering(re_protect): Add comment.
1998-05-11 Jim Meyeringreflect additional parameter to copy
1998-05-10 Jim Meyering(cp_option_init): Likewise.
1998-04-26 Jim MeyeringDon't define NDEBUG.
1998-03-13 Jim Meyering(do_copy): Add unused arg in calls to copy.
1998-01-25 Jim Meyering(re_protect): Don't fail for non-root when chown fails due
next