summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-10-22 01:59:15 +0200
committerBruno Haible <bruno@clisp.org>2010-10-22 01:59:15 +0200
commita0598ff28d2256e53968f760492c55879055ea94 (patch)
treee2c9f502d5e999a4ae2ae9288e3eca27b235fe63 /ChangeLog
parentb86f488e783121f54dbd44e17741fa3b29e9be9b (diff)
downloadgnulib-a0598ff28d2256e53968f760492c55879055ea94.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a265b14bd0..1239a1092b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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