summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-01-03.Jim Meyering
2001-01-03(long_time_expected_width, print_long_format): FixJim Meyering
bug: the initial byte passed to strftime wasn't initialized to a nonzero value after the buffer was reallocated.
2001-01-03*** empty log message ***Jim Meyering
2001-01-03(install-data-yes): If the package isJim Meyering
fileutils, install LC_TIME as an alias for LC_MESSAGES.
2001-01-03(dcgettext): New macro.Jim Meyering
2001-01-03(decode_switches): Use dcgettext with LC_TIME,Jim Meyering
not plain gettext, to get the translations of time formats.
2001-01-03.Jim Meyering
2001-01-03(long_time_expected_width): New function.Jim Meyering
(print_long_format): Use it, so that we don't assume a particular width for time stamps in an internationalized environment.
2001-01-02*** empty log message ***Jim Meyering
2001-01-02(ulonglong_t): Define place-holder type to avoid some #if directives.Jim Meyering
(LONGEST_INTEGRAL_TYPE): Remove definition. (MAX_INTEGRAL_TYPE_SIZE): Use ulonglong_t instead of LONGEST_INTEGRAL_TYPE. (print_long_long): Compile this function even on systems without long long support. (decode_one_format): Remove #if directive.
2001-01-02.Jim Meyering
2001-01-02*** empty log message ***Jim Meyering
2001-01-02(decode_one_format): Guard use of print_long_long withJim Meyering
`#if HAVE_UNSIGNED_LONG_LONG'. From Darren Salt. Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead.