X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=0bfd602dc43baf80250e9aadcc3292c21f0bc55c;hb=84b0840f913fdc2d2f9c679decaed57673896592;hp=603c99c3b5cbb69338b12940a931b5e2d66b2ebf;hpb=b18868dd1e4163200b0e2d05e50f78b0d88121fd;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 603c99c3b..0bfd602dc 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,38 @@ +1998-08-18 Paul Eggert + + 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 + + * 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 + + * st_dm_mode.m4: New file. From Johan Danielsson. + +1998-08-02 Jim Meyering + + * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM + in acconfig.h manually. + +1998-07-31 Paul Eggert + + * st_mtim.m4: New file. + +1998-07-28 Jim Meyering + + * utimes.m4: Undef stat. + 1998-07-25 Jim Meyering * utime.m4 (jm_FUNC_UTIME): New file and macro.