summaryrefslogtreecommitdiff
path: root/src/mv.c
AgeCommit message (Expand)Author
2001-01-10(do_move): Remove diagnostic, now that copy.c issues it.Jim Meyering
2000-10-16(rm_option_init): Remove FIXME-maybe comment.Jim Meyering
2000-09-22(do_move): Moving a directory specified with a trailingJim Meyering
2000-09-03Remove obsolete comment block.Jim Meyering
2000-08-20(cp_option_init): Initialize to DEREF_NEVER, not `0'.Jim Meyering
2000-08-08(movefile): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-07-30(do_move): Fix typo.Jim Meyering
2000-07-29fix spelling error in comment: s/squirelled/squirreled/.Jim Meyering
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
2000-07-25(main): Remove unnecessary "%s" argument.Jim Meyering
2000-06-12(main): Give the correct diagnostic when using theJim Meyering
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering
2000-04-16add commentJim Meyering
2000-04-08Document that while the --backup option takes anJim Meyering
2000-01-24(main): Don't expect array index `n_files - 1' to evaluateJim Meyering
2000-01-02Remove non-POSIX warning about trailing-slashed symlink-to-directory.Jim Meyering
2000-01-02New option: --strip-trailing-slashes.Jim Meyering
1999-12-23(usage): List new --target-directory=... usage.Jim Meyering
1999-10-31tweak usageJim Meyering
1999-10-23label use of -V/--versin-control as a warningJim Meyering
1999-10-17Convert --backup to take an optional argument.Jim Meyering
1999-10-17change a message and add usage(1) to another.Jim Meyering
1999-10-17don't compute isdir() of -- or an option stringJim Meyering
1999-10-17remove last `,' in enumJim Meyering
1999-10-03(TARGET_DIRECTORY_OPTION): Define.Jim Meyering
1999-04-26Use proper mode_t types and macros.Jim Meyering
1999-04-01(main): Qualify a char* with the `const' keyword.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
1998-11-30(do_move): Don't arrange to remove DEST in the copied-into-self case.Jim Meyering
1998-11-30(movefile): Don't free new_dest.Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-08-16(do_move): Fail upon attempt to move a directory into itself.Jim Meyering
1998-07-26(chown): Remove unused definition.Jim Meyering
1998-05-11(do_move): Remove lots of code that was duplicated inJim Meyering
1998-05-10(cp_option_init): Initialize new members.Jim Meyering
1998-05-04remove dcl of unused safe_readJim Meyering
1998-04-26Don't define NDEBUG.Jim Meyering
1998-03-15Use #if, not #ifdef with HAVE_ macros.Jim Meyering
1998-03-13(do_move): Add &copy_into_self arg in call to copy.Jim Meyering
1998-02-16(cp_option_init): Set copy_as_regular to 0, not 1.Jim Meyering
1998-01-22(rm_option_init): New function.Jim Meyering
1998-01-04(main, usage): Check for write error to stdout before exiting.Jim Meyering
1997-12-13(do_move): If rename fails for any reason (not just whenJim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-07-03(apply_attributes): New function.Jim Meyering
1997-06-29(copy_reg): New parameter, SOURCE_STATS.Jim Meyering