summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-30Require 2.14a. Remove backslash before backtick in m4-quoted string.Jim Meyering
1999-10-30*** empty log message ***Jim Meyering
1999-10-30Require 2.14a. Remove backslash before backtick in m4-quoted string.Jim Meyering
1999-10-30Use new AC_TYPE_SSIZE_T instead of my hacked AC_CHECK_TYPE.Jim Meyering
Require 2.14a. Remove backslash before backtick in m4-quoted string.
1999-10-30Remove file, since the fix made it into the experimentalJim Meyering
version of autoconf.
1999-10-30New file, requires experimental version of autoconf.Jim Meyering
1999-10-30Remove file, now that latest version of AC_CHECK_TYPEJim Meyering
takes a third arg to specify additional #includes.
1999-10-30(usage): Tweak --backup descriptionJim Meyering
1999-10-30.Jim Meyering
1999-10-30*** empty log message ***Jim Meyering
1999-10-30Convert --backup to take an optional argument.Jim Meyering
Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg.
1999-10-24(do_copy): Constify `dest', and cast-away the newJim Meyering
const in assignment to new_dest.
1999-10-24add missing program_name arg to match new usage %sJim Meyering
1999-10-24.Jim Meyering
1999-10-23label use of -V/--versin-control as a warningJim Meyering
1999-10-23.Jim Meyering
1999-10-23import version 1.015Jim Meyering
1999-10-23*** empty log message ***Jim Meyering
1999-10-23*** empty log message ***Jim Meyering
1999-10-23*** empty log message ***Jim Meyering
1999-10-23(TESTS): Add dangling-symlink.Jim Meyering
1999-10-23*** empty log message ***Jim Meyering
1999-10-23(full_write): Remove unused decl.Jim Meyering
(open_maybe_create): Remove. (touch): Don't record whether the file was created; this isn't possible to do reliably and portably without race conditions. If the file was created and if amtime_now is nonzero, this change means we'll have to do another utime system call, but that's no more harmful than the previous version of this code.
1999-10-17*** empty log message ***Jim Meyering
1999-10-17Remove use of mv's now-deprecatedJim Meyering
-V option. Use --b=simple instead of -b -V simple.
1999-10-17Convert --backup to take an optional argument.Jim Meyering
Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg.
1999-10-17*** empty log message ***Jim Meyering
1999-10-17use x, y, not a, b.Jim Meyering
1999-10-17adapt to work for mv, tooJim Meyering
1999-10-17change a message and add usage(1) to another.Jim Meyering
1999-10-17*** empty log message ***Jim Meyering
1999-10-17Accept new option: --target-directory=DIRJim Meyering
(TARGET_DIRECTORY_OPTION): Define. (SPARSE_OPTION): Define. (usage): Describe it. (do_copy): Change meanings/names of first two parameters: use `n_files' in place of `argc - optind', and `file' instead of `argv + optind'. Add parameter, target_directory. (main): Pass new arg, target_directory.
1999-10-17don't compute isdir() of -- or an option stringJim Meyering
1999-10-17remove last `,' in enumJim Meyering
1999-10-16(TESTS): Add cp-mv-backup.Jim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-16Remove use of cp's now-deprecated --version-control option.Jim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-16Convert --backup to take an optional argument.Jim Meyering
Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg.
1999-10-16Remove use of cp's now-deprecated -V option.Jim Meyering
Use --b=simple instead of -b -V simple.
1999-10-16*** empty log message ***Jim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-11*** empty log message ***Jim Meyering
1999-10-11update from GNU lib CJim Meyering
1999-10-11*** empty log message ***Jim Meyering
1999-10-11*** empty log message ***Jim Meyering
1999-10-09*** empty log message ***Jim Meyering
1999-10-09Accept new option: --target-directory=DIRJim Meyering
(TARGET_DIRECTORY_OPTION): Define. (usage): Describe it. (main): Implement it. Make code clearer: use new variable `n_files' in place of `argc - optind'. Use `file' instead of `argv + optind'.
1999-10-07*** empty log message ***Jim Meyering