summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2001-01-02*** empty log message ***Jim Meyering
2001-01-02*** empty log message ***Jim Meyering
2001-01-02*** empty log message ***Jim Meyering
2001-01-02copyrightJim Meyering
2001-01-02(print_long_format):Jim Meyering
Report the year for files even slightly in the future. Avoid overflow problems near Y2038 on 32-bit hosts. To calculate "six months", take half the average Gregorian year, not 180 days.
2001-01-02*** empty log message ***Jim Meyering
2001-01-01.Jim Meyering
2001-01-01(jm_PREREQ_READUTMP): Include utmp.h (if available), evenJim Meyering
on systems with utmpx.h. It's necessary for the declaration of utmp's ut_user member. Reported by Andreas Jaeger.
2001-01-01.Jim Meyering
2001-01-01(jm_CHECK_DECLS): Include grp.h and pwd.h if available.Jim Meyering
They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h.