summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-03-10*** empty log message ***Jim Meyering
2002-03-10*** empty log message ***Jim Meyering
2002-03-10(GZIP, BZIP2): Remove definitions.Jim Meyering
($(my_distdir).tar.bz2): Remove rule. Now, it's built by `make dist'.
2002-03-10*** empty log message ***Jim Meyering
2002-03-10*** empty log message ***Jim Meyering
2002-03-10*** empty log message ***Jim Meyering
2002-03-10reformat continued lineJim Meyering
2002-03-10(gmsgfmt_cmd): New variable.Jim Meyering
(.po.gmo): Use it here. (.po.mo): Don't create target directly -- otherwise a failed gmsgfmt command would leave a corrupt, yet up-to-date, .gmo file. (.po.gmo): Likewise.
2002-03-10.Jim Meyering
2002-03-10*** empty log message ***Jim Meyering
2002-03-10(copy_reg): Don't exit upon finding a replaced file.Jim Meyering
Instead, just skip it like the diagnostic says. Reported by Paul Eggert.
2002-03-10(copy_reg): Use a more concise diagnostic forJim Meyering
reporting replaced files. This avoids a bug in the code, which mishandled ino_t wider than long.
2002-03-10* src/copy.c (copy_reg): Use a more concise diagnostic forJim Meyering
reporting replaced files. This avoids a bug in the code, which mishandled ino_t wider than long. * src/remove.c (remove_dir): Likewise, twice.
2002-03-09.Jim Meyering
2002-03-09.Jim Meyering
2002-03-09*** empty log message ***Jim Meyering
2002-03-09*** empty log message ***Jim Meyering
2002-03-09.Jim Meyering
2002-03-09(rm) Add comment on new parameter.Jim Meyering
2002-03-09*** empty log message ***Jim Meyering
2002-03-08(struct dev_ino): Declare new type.Jim Meyering
(rm): Add a parameter to the prototype.