nl_langinfo test: Avoid test failure on NetBSD 5.
[pspp] / ChangeLog
index c59d85f5feb622c308295d4d53e6fc6ab9385098..1239a1092b7c1960c45f13ffb1e3d224366c4ce9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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.