Use gnulib's sys/wait.h replacement.
[gnulib.git] / ChangeLog
index 808ebc5..2849469 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2008-10-20  Bruno Haible  <bruno@clisp.org>
 
+       * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
+       * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
+       WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
+       * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
+       WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
+
+2008-10-20  Bruno Haible  <bruno@clisp.org>
+
+       * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
+       of posix_spawn on AIX 5.3.
+
+2008-10-20  Bruno Haible  <bruno@clisp.org>
+
+       * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
+
+2008-10-20  Bruno Haible  <bruno@clisp.org>
+
        * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
        of AC_LANG_PROGRAM.
 
 
 2008-10-20  Simon Josefsson  <simon@josefsson.org>
 
+       * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
+
+2008-10-20  Simon Josefsson  <simon@josefsson.org>
+
        * lib/getaddrinfo.h: Remove file.
        * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
        * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.