X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=de96461ecdaca5462b0c4f3bb0f4854a2983ba7d;hb=c2546905a0f3958439581290d150c9ae4ae52a50;hp=4905e9220d6a31b82394fad2181d7d8718131692;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 4905e9220..de96461ec 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,65 @@ +2005-05-20 Paul Eggert + + * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS. + (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros. + +2005-05-20 Eric Blake (tiny change) + + * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs + of -1. + +2005-05-18 Paul Eggert + + * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]): + Don't check for stddef.h. + * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we + don't use its results. + Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h, + since we include them unconditionally. Don't require + AM_STDBOOL_H, since stdbool is a prerequisite. + Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t + since we assume C89 or better. + Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT, + as we don't use their results. + Don't check for fchdir, memmove, memset, strrchr, as we use + them unconditionally. + * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define + GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it. + +2005-05-18 Jim Meyering + + * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list. + Reported by Yoann Vandoorselaere. + +2005-05-17 Jim Meyering + + * fts.m4: New file, from coreutils. + +2005-05-14 Paul Eggert + + Sync from coreutils. + * unlinkdir.m4: New file. + +2005-05-10 Derek Price + + * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when + possible. + +2005-05-10 Simon Josefsson + + * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from + Yoann Vandoorselaere . + +2005-05-09 Yoann Vandoorselaere + Bruno Haible + + * inet_ntop.m4: New file. + +2005-05-05 Paul Eggert + + * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid + needless checks. + 2005-05-01 Paul Eggert * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT. @@ -40,6 +102,10 @@ * byteswap.m4: New file. +2005-04-25 karl + + * gettext.m4: Update from GNU gettext 0.14.4. + 2005-04-15 Simon Josefsson * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.