Revamp xalloc interface so that it can check for address arithmetic overflow.
[pspp] / m4 / ChangeLog
index a0b9b3b10e118166fc74b779e1a7f4a987c9b17c..443297af308bef57c1db37ac4945728e96b82d0c 100644 (file)
@@ -1,3 +1,40 @@
+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,
+       to avoid spurious warnings like "AC_RUN_IFELSE was called before
+       gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
+
 2003-09-12  Paul Eggert  <eggert@twinsun.com>
 
        * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.