X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=b797738de5ebf78d114972c56ce7cc861e729cc4;hb=6512f0a46a6ced0d865faae14f0506278a39d819;hp=291878542588d0209e398dfa1b841633c643ff3c;hpb=ea3ee2b5133fd11042c0cdf0e71100e94a03acf0;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 291878542..b797738de 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,93 @@ +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.