nl_langinfo test: Avoid test failure on NetBSD 5.
[pspp] / ChangeLog
index ae5d49ab3b9cc0d579dd8f1ad68505b4d1e27287..1239a1092b7c1960c45f13ffb1e3d224366c4ce9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2010-10-21  Bruno Haible  <bruno@clisp.org>
+
+       nl_langinfo test: Avoid test failure on NetBSD 5.
+       * tests/test-nl_langinfo.c (main): Relax test of nl_langinfo(CRNCYSTR).
+       Reported by Eric Blake.
+
+2010-10-21  Eric Blake  <eblake@redhat.com>
+
+       c-stack: work around libsigsegv 2.8 bug
+       * lib/c-stack.c (SIGSTKSZ): Increase size to avoid alternate stack
+       overflow on at least PowerPC64.
+
+2010-10-17  Bruno Haible  <bruno@clisp.org>
+
+       userspec: Drop redundant file.
+       * modules/userspec (Files): Remove lib/inttostr.h.
+
+2010-10-17  Bruno Haible  <bruno@clisp.org>
+
+       nl_langinfo tests: Silence some warnings.
+       * tests/test-nl_langinfo.c: Silence -Wtype-limits warnings.
+       Reported by Jim Meyering.
+
 2010-10-17  Bruno Haible  <bruno@clisp.org>
 
        Make use of GCC's attribute __alloc_size__.