pthread: fix pthread.h creation for srcdir != builddir
[pspp] / ChangeLog
index dffc9ed62ec1bcb888976f6987388e7e61db4ec5..30aa41b21bfba2aeb4158ae1694a0ed386faa4d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2010-08-14  Matthias Bolte  <matthias.bolte@googlemail.com>
+
+       pthread: fix pthread.h creation for srcdir != builddir
+       * modules/pthread (Makefile.am): Fix the rule to work also in a
+       non-srcdir build.
+
+2010-08-13  Karl Berry  <karl@gnu.org>
+
+       * doc/regex.texi (Predefined Syntaxes): @smallexample.
+       * doc/posix-*/*: force line break before @url of POSIX
+       specifications.
+       Suggested by Werner Lemberg.
+
+2010-08-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       strtod: fix const diagnostic
+       * lib/strtod.c (strtod): Don't assign const char * to char *,
+       as this elicits a warning from GCC when warnings are enabled.
+
 2010-08-10  Pádraig Brady <P@draigbrady.com>
        and Eric Blake  <eblake@redhat.com>