X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2FChangeLog;h=e1556872dc7bf1a83eec1a0842570043912512c4;hb=f3e54a1de0814ce1a995541dc9bbd0206e2a3c83;hp=471f2fd874f60c5af71227c206a79f8f1ced4339;hpb=a1a1e584e1365f32f1e3e80def439d3d8844c500;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 471f2fd87..e1556872d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,27 @@ +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