Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-09 | add comment | Jim 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-08 | whoops. move printf args, too | Jim Meyering | |
2001-01-07 | (usage): Split long message string. | Jim Meyering | |
2001-01-07 | *** empty log message *** | Jim Meyering | |
2001-01-07 | 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-07 | (usage): Split a string that was longer than 2048 bytes. | Jim Meyering | |
2001-01-07 | back out last, prematurely-committed, change | Jim Meyering | |
2001-01-07 | Correct the indentation of an `#endif'. | Jim Meyering | |
2001-01-07 | clean up after commit hook testing | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim 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-07 | s/can not/cannot/ | Jim Meyering | |
2001-01-07 | *** empty log message *** | Jim Meyering | |
2001-01-07 | (parse_group): Normalize spelling. | Jim Meyering | |
2001-01-07 | normalize spelling in comment | Jim Meyering | |
2001-01-04 | *** empty log message *** | Jim Meyering | |
2001-01-04 | (main): Fail when --rfc-822 (-R) is specified along | Jim Meyering | |
with a format string. Reported by Jochen Hein. | |||
2001-01-04 | . | Jim Meyering | |
2001-01-04 | . | Jim Meyering | |
2001-01-04 | Sync with glibc time/strftime.c 1.81. | Jim Meyering | |
2001-01-03 | . | Jim Meyering | |
2001-01-03 | Use the more precise algorithm of GNU "make" to decide whether | Jim 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-03 | check for existing behavior | Jim 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 by | Jim 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 of | Jim 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): Fix | Jim 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 is | Jim 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 with | Jim Meyering | |
`#if HAVE_UNSIGNED_LONG_LONG'. From Darren Salt. Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead. |