summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10(copy_internal): Don't allow cp (or mv, when workingJim Meyering
across a partition boundary) to overwrite a non-directory with a directory.
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10(TESTS): Add dir-vs-file.Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-09*** empty log message ***Jim Meyering
2001-01-09*** empty log message ***Jim Meyering
2001-01-09add commentJim Meyering
2001-01-09(top_level_src_path, top_level_dst_path): New globals.Jim Meyering
(copy_internal): Use them. (copy): Set them.
2001-01-09*** empty log message ***Jim Meyering
2001-01-08whoops. move printf args, tooJim Meyering
2001-01-07(usage): Split long message string.Jim Meyering
2001-01-07*** empty log message ***Jim Meyering
2001-01-07Split a string that was longer than 2048 bytes.Jim Meyering
2001-01-07(usage): Split a string that was longer than 2048 bytes.Jim Meyering
2001-01-07(usage): Split a string that was longer than 2048 bytes.Jim Meyering
2001-01-07back out last, prematurely-committed, changeJim Meyering
2001-01-07Correct the indentation of an `#endif'.Jim Meyering
2001-01-07clean up after commit hook testingJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07(usage): Untabify.Jim Meyering
2001-01-07*** empty log message ***Jim Meyering
2001-01-07*** empty log message ***Jim Meyering
2001-01-07s/can not/cannot/Jim Meyering
2001-01-07*** empty log message ***Jim Meyering
2001-01-07(parse_group): Normalize spelling.Jim Meyering
2001-01-07normalize spelling in commentJim Meyering
2001-01-04*** empty log message ***Jim Meyering
2001-01-04(main): Fail when --rfc-822 (-R) is specified alongJim Meyering
with a format string. Reported by Jochen Hein.
2001-01-04.Jim Meyering
2001-01-04.Jim Meyering
2001-01-04Sync with glibc time/strftime.c 1.81.Jim Meyering
2001-01-03.Jim Meyering
2001-01-03Use the more precise algorithm of GNU "make" to decide whetherJim Meyering
a file is in the future, by looking at high-resolution time stamps if available. (TIMESPEC_NS): New macro. (current_time): Initialize to the minimum value. (current_time_ns): New var. (main): Do not bother to initialize current_time; it's no longer needed. (get_current_time): New function. (print_long_format): Use it when a file appears to be in the future. Get the nanoseconds of the file's time stamp, if available, and use that to decide whether the file appears to be in the future.
2001-01-03check for existing behaviorJim Meyering
2001-01-03*** empty log message ***Jim Meyering
2001-01-03(main): Remove embedded \n from diagnostic.Jim Meyering
2001-01-03*** empty log message ***Jim Meyering
2001-01-03(AM_GNU_GETTEXT): Define MKINSTALLDIRS byJim Meyering
expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN, so `make install' also works in VPATH builds.
2001-01-03*** empty log message ***Jim Meyering
2001-01-03(print_unicode_char): Remove `const' from declaration ofJim Meyering
local `inptr' to avoid warning with some system declarations of iconv.
2001-01-03*** empty log message ***Jim Meyering