Fix broken useless-if-before-free script.
[pspp] / ChangeLog
index ed3c2106a9bd08fdd4be4558956470b4088becb0..fb3db2227a35e7af83a2744542a4aa5cdf572c0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2008-04-29  Jim Meyering  <meyering@redhat.com>
+
+       Fix broken useless-if-before-free script.
+       * build-aux/useless-if-before-free: Fix typo: missing "?" after
+       the expression to match cast of argument to free-like function.
+
+2008-04-29  Eric Blake  <ebb9@byu.net>
+
+       Use new header.
+       * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
+
+2008-04-29  Jim Meyering  <meyering@redhat.com>
+
+       Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
+       * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
+       by gnulib to exist and to declare e.g., inet_ntop.
+       Don't include "inet_ntop.h", now removed.
+
+       * m4/arpa_inet_h.m4: Remove trailing blanks.
+
 2008-04-29  Eric Blake  <ebb9@byu.net>
 
        Silence valgrind on safe reads beyond potential array bounds.