* stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
[gnulib.git] / m4 / ChangeLog
index af8c904..78783aa 100644 (file)
@@ -1,3 +1,51 @@
+2006-07-01  Eric Blake  <ebb9@byu.net>
+
+       * stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
+       Reported by Andreas Buening.
+
+2006-06-29  Eric Blake  <ebb9@byu.net>
+
+       * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
+
+2006-06-29  Eric Blake  <ebb9@byu.net>
+
+       * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
+
+2006-06-29  Derek R. Price  <derek@ximbiot.com>
+
+       * strftime.m4: Don't call AC_FUNC_STRFTIME.
+
+2006-06-29  Derek R. Price  <derek@ximbiot.com>
+
+       * c-bs-a.m4: Removed.
+
+2006-06-28  Derek R. Price  <derek@ximbiot.com>
+
+       * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
+
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
+       it's obsolete.
+       * strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
+
+2006-06-28  Bruno Haible  <bruno@clisp.org>
+
+       * wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
+       gt_TYPE_WCHAR_T.
+
+2006-06-28  Eric Blake  <ebb9@byu.net>
+
+       * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
+       * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
+
+2006-06-28  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.m4: Look for getnameinfo prototypes too.
+
+2006-06-27  Simon Josefsson  <jas@extundo.com>
+
+       * sys_select_h.m4: New file, suggested by Bruno Haible, Paul
+       Eggert and Martin Lambers.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        * stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
        * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
 
 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
        check for the declaration of strnlen and a run test that exposes the