diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-30 03:20:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-30 03:20:13 +0000 |
commit | 1fff9783925d84d68f3aa2d3dd37016f06c4a9c8 (patch) | |
tree | 68c2742a878229b2c36af54aa2d7c0eec8e72bc4 | |
parent | 4d87b9a10e532d7e732067247b422994985193d8 (diff) | |
download | coreutils-1fff9783925d84d68f3aa2d3dd37016f06c4a9c8.tar.gz coreutils-1fff9783925d84d68f3aa2d3dd37016f06c4a9c8.tar.bz2 coreutils-1fff9783925d84d68f3aa2d3dd37016f06c4a9c8.zip |
.
-rw-r--r-- | m4/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 8688c2a94..0bfd602dc 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,14 @@ +1998-08-18 Paul Eggert <eggert@twinsun.com> + + Port nanosecond-resolution times to UnixWare 2.1.2 and + pedantic Solaris 2.6. + + * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from + AC_STRUCT_ST_MTIM. + * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): + Generate name of ns member, instead of just 1 or undef. + Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. + 1998-08-15 Jim Meyering <meyering@ascend.com> * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. |