X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=b797738de5ebf78d114972c56ce7cc861e729cc4;hb=6512f0a46a6ced0d865faae14f0506278a39d819;hp=e5661541249ae0fc3e862033e63705b19caef368;hpb=88dd8245786a9d3373b0fc7ff172d07d5251bfbd;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index e56615412..b797738de 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,174 @@ +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 + + * arctwo.m4: New file. + + * gc-arctwo.m4: New file. + +2005-10-19 Simon Josefsson + + * gc-arcfour.m4: New file. + + * gc-rijndael.m4: New file. + +2005-10-19 Simon Josefsson + + * m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4, + m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal + . + +2005-10-19 Simon Josefsson + + * gc-md4.m4: New file. + +2005-10-18 Simon Josefsson + + * md4.m4: New file. + +2005-10-17 Bruno Haible + + * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that + it can also be used in a test. + +2005-10-11 Simon Josefsson + + * md5.m4: Remove call to uint32_t.m4. + +2005-10-15 Simon Josefsson + + * rijndael.m4: New file. + +2005-10-14 Simon Josefsson + + * arcfour.m4: New file. + +2005-10-12 Bruno Haible + + * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H. + Reported by Stepan Kasal . + +2005-10-12 Simon Josefsson + + * gc-pbkdf2-sha1.m4: New file. + + * gc-hmac-sha1.m4: New file. + + * gc-sha1: New file. + + * hmac-sha1.m4: New file. + +2005-10-12 Simon Josefsson + + * gc-md5.m4, gc-hmac-md5: New files. + + * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5. + +2005-10-11 Simon Josefsson + + * crc.m4: New file. + +2005-10-07 Simon Josefsson + + * memxor.m4: Remove gl_C_RESTRICT call. + +2005-10-06 Paul Eggert + + * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool + promotes to int, not unsigned int, to catch the AIX 5.3 + compiler bug. + +2005-10-06 Simon Josefsson + + * hmac-md5.m4: New file. + + * memxor.m4: Require gl_C_RESTRICT. + +2005-10-05 Paul Eggert + + * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for + sys/socket.h, netdb.h, sys/types.h; the checks areno longer + needed, since the source code now assumes these .h files. + +2005-10-05 Simon Josefsson + + * memxor.m4: New file. + +2005-10-02 Paul Eggert + + Sync from coreutils. + * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir. + * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely + defines ULONG_MAX_LT_ULLONG_MAX. Thomas M.Ott reports that + ULLONG_MAX doesn't work with 2.7.2.1. + +2005-10-02 Jim Meyering + + Sync from coreutils. + * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes + from glibc-2.2.5 that fails for read-only files. + +2005-10-02 Alfred M. Szmidt + + Sync from coreutils. + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... + against `yes', rather than just testing for nonempty. + +2005-10-01 Simon Josefsson + + * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD + and Darwin. + + * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo + as an (POSIX) extension. Check for sys/types.h, sys/socket.h, and + netdb.h too, needed by getaddrinfo.h. Check if getaddrinfo, + freeaddrinfo and gai_strerror are declared by the POSIX headers. + Check if struct addrinfo is declared. + +2005-10-01 Jim Meyering + + Sync from coreutils. + + * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these + libraries [inet nsl socket xnet]. Nelson Beebe reported that with + native cc on Solaris 7, getaddrinfo.c requires -lsocket. + * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname + in the inet and nsl libraries. Required on Solaris 5.7. + 2005-09-24 Jim Meyering Sync from coreutils.