* realloc.m4: Remove file, since now it does no more than
[gnulib.git] / m4 / ChangeLog
index 5efda7c..2eafb12 100644 (file)
@@ -1,3 +1,191 @@
+2004-03-30  Jim Meyering  <jim@meyering.net>
+
+       * realloc.m4: Remove file, since now it does no more than
+       AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
+       the `configure.ac' section of module/realloc.
+       * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
+
+2004-03-30  Paul Eggert  <eggert@twinsun.com>
+
+       * inttostr.m4: New file.
+
+2004-03-29  Paul Eggert  <eggert@twinsun.com>
+
+       * cloexec.m4: New file.
+
+2004-03-18  Paul Eggert  <eggert@twinsun.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
+       mbswidth.
+
+2004-03-07  Paul Eggert  <eggert@twinsun.com>
+
+       * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
+       All uses changed.  Check for sa_sigaction member; this fixes
+       a bug first reported by Jason Andrade in
+       <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
+
+2004-01-18  Simon Josefsson  <jas@extundo.com>
+
+       * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
+
+2004-02-18  Bruno Haible  <bruno@clisp.org>
+
+       * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
+       Reported by Derek Robert Price <derek@ximbiot.com>.
+
+2004-02-06  Karl Berry  <karl@gnu.org>
+
+       * po.m4: update from gettext 0.14.1.
+
+2004-02-03  Bruno Haible  <bruno@clisp.org>
+
+       * pipe.m4: New file, from GNU gettext.
+
+2004-01-27  Bruno Haible  <bruno@clisp.org>
+
+       * execute.m4: New file, from GNU gettext.
+
+2003-11-24  Bruno Haible  <bruno@clisp.org>
+
+       * allocsa.m4: New file, from GNU gettext.
+
+2003-11-24  Bruno Haible  <bruno@clisp.org>
+
+       * eealloc.m4: New file, from GNU gettext.
+
+2004-01-15  Paul Eggert  <eggert@twinsun.com>
+
+       Merge from coreutils.
+
+       * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
+       * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
+       (gl_DEFAULT_POSIX2_VERSION): Move
+       the documentation from 'configure' into 'config.hin',
+       so that 'configure --help' isn't burdened by it and
+       we don't have to worry about its formatting there.
+       Reword the documentation so that it's more succinct
+       and can be run together into a single paragraph.
+       * same.m4 (gl_SAME): Check for pathconf.
+
+2004-01-15  Jim Meyering  <jim@meyering.net>
+
+       Merge from coreutils.
+
+       * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
+       if no library is required.
+       * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
+       * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
+       * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
+       (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
+       * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
+       * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
+       value, $ac_cv_search_crypt, if it's "none required".
+       * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
+       * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
+       not gl_FUNC_GETLOADAVG.
+       * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
+       gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
+
+2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       Merge from coreutils.
+
+       * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
+       value, $ac_cv_search_nanosleep, if it's "none required".
+
+2003-12-03  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4: Upgrade from gettext-0.13.
+       * po.m4: Upgrade from gettext-0.13.
+       * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
+       * intmax.m4: New file, from gettext-0.13.
+       * printf-posix.m4: New file, from gettext-0.13.
+
+2003-11-25  Bruno Haible  <bruno@clisp.org>
+
+       * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
+       gt_TYPE_SSIZE_T.
+
+2003-11-17  Bruno Haible  <bruno@clisp.org>
+
+       * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
+
+2003-11-12  Paul Eggert  <eggert@twinsun.com>
+
+       * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
+       gl_PTRDIFF_MAX.
+
+2003-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * size_max.m4: New file.
+       * ptrdiff_max.m4: New file.
+       * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
+       * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
+       (gl_XALLOC): Invoke it.
+
+2003-11-04  Bruno Haible  <bruno@clisp.org>
+
+       * xsize.m4: New file.
+
+2003-11-03  Bruno Haible  <bruno@clisp.org>
+
+       * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
+
+2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
+       netbsd*-gnu*.  Suggested by Robert Millan.
+
+2003-10-29  Paul Eggert  <eggert@twinsun.com>
+
+       * xalloc.m4 (gl_XALLOC): Undo previous change.
+
+2003-10-29  Paul Eggert  <eggert@twinsun.com>
+
+       * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
+       to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
+       after the 'gnu' in these cases.  This fixes some bugs in the
+       previous change, and is based on suggestions by Robert Millan.
+
+2003-10-28  Paul Eggert  <eggert@twinsun.com>
+
+       * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
+       GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
+       NetBSD kernels.  Requested by Richard Stallman.
+
+2003-10-26  Paul Eggert  <eggert@twinsun.com>
+
+       * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
+       now uses inline.
+
+2003-10-23  Paul Eggert  <eggert@twinsun.com>
+
+       * getline.m4 (AM_FUNC_GETLINE):
+       Don't include getndelim2.o twice into LIBOBJS; this breaks on some
+       hosts.  Problem reported by Derek Robert Price in
+       <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
+       This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
+       * getndelim2.m4 (gl_GETNDELIM2): Likewise.
+
+2003-10-20  Bruno Haible  <bruno@clisp.org>
+
+       * wait-process.m4: New file.
+
+2003-10-14  Bruno Haible  <bruno@clisp.org>
+
+       * sig_atomic_t: New file, from GNU gettext.
+       * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
+
+2003-10-12  Paul Eggert  <eggert@twinsun.com>
+
+       * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
+
+2003-10-10  Simon Josefsson  <jas@extundo.com>
+
+       * argp.m4: Add AC_C_INLINE.
+
 2003-10-08  Paul Eggert  <eggert@twinsun.com>
 
        * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
        Don't define stpncpy through config.h; it's now done through stpncpy.h.
 
 2003-09-25  Simon Josefsson  <jas@extundo.com>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * getdomainname.m4: New file.
 
        * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
        or for string.h.
        * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
-       * mkpath.m4 (gl_MAKEPATH): Do not check for string.h or standard
+       * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
        C headers.
        * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
        memcpy.
        * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
-       * memrchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
+       * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
        * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
        * memcoll.m4 (gl_MEMCOLL): Likewise.
        * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
        * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
        * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
        * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
-       C orders, or for string.h.
+       C headers, or for string.h.
        * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
        (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
        * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
        * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
        Reported by mkc@mathdogs.com.
        Also change use of $am_cv_sys_posix_termios
-       to $ac_cv_sys_posix_termios.   Reported by Andreas Schwab.
+       to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
        * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
        and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
        * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
 
 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
 
-        * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
+       * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
 
 2001-03-17  Jim Meyering  <meyering@lucent.com>