diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-16 07:55:12 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-16 07:55:12 +0000 |
commit | 555bbf598d1f5508ea266bfd2ba6978011be8435 (patch) | |
tree | 916f2f76b3bf793de3d53a85bc664149fb18b91d /lib | |
parent | 60da98e144b59a955f55baac07dbca256cfe3d3f (diff) | |
download | coreutils-555bbf598d1f5508ea266bfd2ba6978011be8435.tar.xz |
Import file time stamp resolution improvements from gnulib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 1d2e6729e..c10a91737 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2005-09-16 Paul Eggert <eggert@cs.ucla.edu> + + Import from gnulib. + * stat-time.h: New file. + * timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP): + (MTIME_CMP, TIMESPEC_NS): Remove. Now done by stat-time.h, + in a different way. + (timespec_cmp): New function. + * utimecmp.c: Include stat-time.h. + (SYSCALL_RESOLUTION): Depend on whether various struct stat + members exist, not on the obsolescent ST_MTIM_NSEC. + (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS. + + * .cppi-disable: Add stat-time.h. + 2005-09-16 Jim Meyering <jim@meyering.net> * strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface: |