Use xsize.h to protect against memory size overflows.
[pspp] / m4 / ChangeLog
index 30986c2998e639decc2083e0ea487dba64982253..fe3163eee670fda5b296863d1c54f34224ffdce8 100644 (file)
@@ -1,3 +1,104 @@
+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.
+
+2003-10-06  Bruno Haible  <bruno@clisp.org>
+
+       * fatal-signal.m4: New file.
+       * signalblocking.m4: New file, from GNU gettext.
+
+2003-09-27  Paul Eggert  <eggert@twinsun.com>
+
+       * free.m4: New file.
+
+2003-09-26  Bruno Haible  <bruno@clisp.org>
+
+       * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
+       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>
+
+       * getdomainname.m4: New file.
+
 2003-09-17  Paul Eggert  <eggert@twinsun.com>
 
        * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
        * 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>