From: Jim Meyering Date: Sun, 30 Aug 1998 03:21:13 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16v~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f0e8fc80deb89372fcb248bd852bc88da26f36;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f685654a7a..7ea5d58510 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -37,6 +37,16 @@ * src/df.c, src/du.c, src/touch.c (long_options, main): Don't assume ASCII. +1998-08-18 Paul Eggert + + Port nanosecond-resolution times to UnixWare 2.1.2 and + pedantic Solaris 2.6. + + * configure.in (AC_STRUCT_ST_MTIM_NSEC): Renamed from AC_STRUCT_ST_MTIM. + * acconfig.h (ST_MTIM_NSEC): New #undef. + * src/system.h: (ST_TIME_CMP_NS, ATIME_CMP, CTIME_CMP, MTIME_CMP): + Use new ST_MTIM_NSEC macro. + 1998-08-16 Jim Meyering * lib/filemode.h (PARAMS): Define and use.