X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2FChangeLog;h=3ba3ebf343676c6c74bcc8a9f7f20c8f61bf9841;hb=44ebb03f37500a4678b2cdc76b595f02e0d8cc6a;hp=b6e8f67b76cf7520b51098e13caf441bde66817f;hpb=fac38a1add066ab143d9a7a26ae84a1d66a045f5;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index b6e8f67b7..3ba3ebf34 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,57 @@ +2005-12-10 Sergey Poznyakoff + + * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and + HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME + +2005-12-09 Sergey Poznyakoff + + * argp.m4: Check if program_invocation_name and + program_invocation_short_name are declared and define appropriate + macros if they are not. + +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,