summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-30.Jim Meyering
2002-03-30with --reply=no, no need for input file `no'Jim Meyering
2002-03-30--, not ---Jim Meyering
2002-03-30*** empty log message ***Jim Meyering
2002-03-30*** empty log message ***Jim Meyering
2002-03-30Use --reply=no rather than -i.Jim Meyering
The latter depends on whether stdin is a tty.
2002-03-30.Jim Meyering
2002-03-30.Jim Meyering
2002-03-30(do_move): Correct a comment.Jim Meyering
2002-03-30*** empty log message ***Jim Meyering
2002-03-30(forget_created): Prototype.Jim Meyering
2002-03-30(forget_created): New function.Jim Meyering
2002-03-30(copy_internal): Move the block that sets `earlier_file'Jim Meyering
down to just before the first use of that variable. Otherwise, it was possible to make mv (and probably cp, too) malfunction when copying hard-linked files into a directory containing at least one of the source file names. Call forget_created everywhere thereafter where this function returns without creating a destination file that might subsequently be linked. Reported by Iida Yosiaki.
2002-03-29New test for the above.Jim Meyering
Based on an example from Iida Yosiaki.
2002-03-29(TESTS): Add i-link-no.Jim Meyering
2002-03-29*** empty log message ***Jim Meyering
2002-03-28*** empty log message ***Jim Meyering
2002-03-28.Jim Meyering
2002-03-27*** empty log message ***Jim Meyering
2002-03-27*** empty log message ***Jim Meyering
2002-03-25*** empty log message ***Jim Meyering
2002-03-25update copyrightJim Meyering
2002-03-25(age_of): Return -1 and 0 rather than 0 and 1.Jim Meyering
Might as well keep it simple, and like bash. (binary_operator): Fix bug with -nt and -ot, when one of the files did not exist. We want to be compatible with the ksh93 documentation, and with Bash.
2002-03-25*** empty log message ***Jim Meyering
2002-03-25(File characteristic tests): Document theJim Meyering
behavior of test -nt and -ot when one of the files does not exist, using the same behavior that is documented in ksh93.
2002-03-19adjust spacing in expected diagnosticJim Meyering
2002-03-19use only one space after semicolonJim Meyering
2002-03-18.Jim Meyering
2002-03-18.Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17(TESTS): Add part-fail.Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17(usage): Mention that --format=FORMAT must beJim Meyering
a *floating-point* format, also in description of that option. (usage): Also add the `=' signs here: --format=FORMAT, --separator=STRING.
2002-03-17*** empty log message ***Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17*** empty log message ***Jim Meyering
2002-03-17(copy_internal) [move_mode]: Give a better diagnosticJim Meyering
(using errno from the failed unlink) when a cross-device `mv' fails, e.g., because the destination cannot be unlinked. Prompted by a report from Karl Berry.
2002-03-16*** empty log message ***Jim Meyering
2002-03-16*** empty log message ***Jim Meyering
2002-03-16*** empty log message ***Jim Meyering
2002-03-14.Jim Meyering
2002-03-12*** empty log message ***Jim Meyering
2002-03-10.Jim Meyering
2002-03-10*** empty log message ***Jim Meyering
2002-03-10(strip): Change wording in diagnostic.Jim Meyering
2002-03-10(do_copy): Change wording in diagnostic.Jim Meyering
2002-03-10(main): Change wording in diagnostic.Jim Meyering
2002-03-10(make_path): Remove a comma from a diagnostic.Jim Meyering