*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index 603c99c..0bfd602 100644 (file)
@@ -1,3 +1,38 @@
+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.
+       * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
+       * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
+       instead of jm_TYPE_SSIZE_T.
+
+1998-08-12  Jim Meyering  <meyering@ascend.com>
+
+       * st_dm_mode.m4: New file.  From Johan Danielsson.
+
+1998-08-02  Jim Meyering  <meyering@ascend.com>
+
+       * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
+       in acconfig.h manually.
+
+1998-07-31  Paul Eggert  <eggert@twinsun.com>
+
+       * st_mtim.m4: New file.
+
+1998-07-28  Jim Meyering  <meyering@ascend.com>
+
+       * utimes.m4: Undef stat.
+
 1998-07-25  Jim Meyering  <meyering@ascend.com>
 
        * utime.m4 (jm_FUNC_UTIME): New file and macro.