X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=e1556872dc7bf1a83eec1a0842570043912512c4;hb=f3e54a1de0814ce1a995541dc9bbd0206e2a3c83;hp=57a7d1a2dd07a32c7716aad09f2c48721b90e26e;hpb=8de557e31178699dd6e839850056f0653cdfba89;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 57a7d1a2d..e1556872d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,56 @@ +2005-12-07 Paul Eggert + + * stat-time.m4 (gl_STAT_TIME): Add check for + TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 + porting problem reported by Georg Schwarz in + . + +2005-12-02 Paul Eggert + + * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T. + Use implementation from Albert Chin, with some + comments/corrections by Stepan Kasal and myself. + +2005-12-01 Paul Eggert + + * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch + statement, to work around an HP-UX 10.20 compiler bug reported by + Peter O'Gorman. + +2005-11-10 Paul Eggert + + * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME + or gettimeofday; no longer needed. + +2005-10-30 Paul Eggert + + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local + variables to suggest the intended function of the PATH_MAX check. + +2005-10-30 Kean Johnston + + Trivial changes to support SCO systems. + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well + as PATH_MAX. + * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems, + where __ptr is null when no I/O is pending. + +2005-10-28 Simon Josefsson + + * inet_ntop.m4: More tests. + + * gc-md2.m4, md2.m4: New file. + +2005-10-22 Simon Josefsson + + * gc.m4: Don't be fooled by --disable-*random-device parameters, + suggested by Bruno Haible . Fix error messages. + 2005-10-21 Simon Josefsson + * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by + Bruno Haible . + * gc-des.m4: New file. 2005-10-21 Simon Josefsson