summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-12.Jim Meyering
2001-08-12update from libcJim Meyering
2001-08-12Include gtod.h -- should have been part of preceding deltaJim Meyering
2001-08-12update from libcJim Meyering
2001-08-12update from libcJim Meyering
2001-08-12.Jim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-12Include gtod.h.Jim Meyering
(main): `Call' GETTIMEOFDAY_INIT, just in case the code ever changes to make it necessary.
2001-08-12Work around non-compliant gettimeofday on Mac OS X 10.0.4,Jim Meyering
(aka Darwin 1.3.7) that caused the date of the first file listed in long output to be the current time rather than the file's mtime. The real work is in m4/gettimeofday.m4 and the wrapper function, lib/gettimeofday.c. Include gtod.h. (main): `Call' GETTIMEOFDAY_INIT. (print_long_format): Add a comment about gettimeofday.
2001-08-12*** empty log message ***Jim Meyering
2001-08-12(libfetish_a_SOURCES): Add gtod.h.Jim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-12remove unused cruftJim Meyering
2001-08-12yes/no were reversedJim Meyering
2001-08-10*** empty log message ***Jim Meyering
2001-08-10*** empty log message ***Jim Meyering
2001-08-10(print_long_format): Simplify previous patch forJim Meyering
listing negative sizes, by adding OFF_T_MAX - OFF_T_MIN + 1 instead of doing a fancy conditional shift. This is simpler and it avoids GCC's bogus compile-time warning about shift counts. (As a bonus, it is portable to hosts that do not use twos-complement arithmetic. :-)
2001-08-10(print_long_format): Multiply the shift width by zeroJim Meyering
to avoid a warning from gcc on hosts with an unsigned type for the st_size member.
2001-08-10*** empty log message ***Jim Meyering
2001-08-10(print_long_format): If a file size is negative, assumeJim Meyering
the typical case where it has wrapped around from a positive value.
2001-08-07*** empty log message ***Jim Meyering
2001-08-07(cfcc_msg): Remove now-inaccurate part of comment.Jim Meyering
From Bruno Haible.
2001-08-07*** empty log message ***Jim Meyering
2001-08-07(m4-check): New rule.Jim Meyering
(local-check): Depend on it.
2001-08-07whoopsJim Meyering
2001-08-07test both cp and mvJim Meyering
2001-08-07.Jim Meyering
2001-08-07(TESTS): Add update.Jim Meyering
2001-08-06(copy_internal): Set *rename_succeeded, so thatJim Meyering
the caller (mv) doesn't remove the source file.
2001-08-06(usage): Correct the description of --update.Jim Meyering
2001-08-06*** empty log message ***Jim Meyering
2001-08-06finally make it workJim Meyering
2001-08-06.Jim Meyering
2001-08-05rename variablesJim Meyering
2001-08-05Reflect renaming.Jim Meyering
2001-08-05*** empty log message ***Jim Meyering
2001-08-05(TESTS): Add i-3.Jim Meyering
2001-08-05.Jim Meyering
2001-08-05.Jim Meyering
2001-08-05Reflect name and usage changes.Jim Meyering
2001-08-05Reflect name and usage changes.Jim Meyering
2001-08-05Renamed from root-only.Jim Meyering
2001-08-05Require autoconf-2.52.Jim Meyering
2001-08-04*** empty log message ***Jim Meyering
2001-08-04*** empty log message ***Jim Meyering
2001-08-04*** empty log message ***Jim Meyering
2001-08-04(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,Jim Meyering
to get in sync with glibc.
2001-08-04fix typosJim Meyering