summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-08 23:38:08 +0100
committerBruno Haible <bruno@clisp.org>2023-02-08 23:38:08 +0100
commit57ec1201e41544144928901fa21f93085c9862d0 (patch)
tree57bd826277d586e0862be432a666946fcf366dc0 /ChangeLog
parent0f3415afeeef8ca61e3b3f679399d163d263ed14 (diff)
downloadgnulib-57ec1201e41544144928901fa21f93085c9862d0.tar.gz
nl_langinfo tests: Prepare for adding more tests.
* tests/test-nl_langinfo1.c: Renamed from tests/test-nl_langinfo.c. * tests/test-nl_langinfo1.sh: Renamed from tests/test-nl_langinfo.sh. Update. * modules/nl_langinfo-tests (Files, Makefile.am): Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d093609dc..fcced364ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-02-08 Bruno Haible <bruno@clisp.org>
+ nl_langinfo tests: Prepare for adding more tests.
+ * tests/test-nl_langinfo1.c: Renamed from tests/test-nl_langinfo.c.
+ * tests/test-nl_langinfo1.sh: Renamed from tests/test-nl_langinfo.sh.
+ Update.
+ * modules/nl_langinfo-tests (Files, Makefile.am): Update.
+
+2023-02-08 Bruno Haible <bruno@clisp.org>
+
assert-h: Fix test failure on IRIX 6.5.
* m4/assert_h.m4 (gl_ASSERT_H): Ensure that on IRIX, including
<assert.h> after <config.h> actually defines the assert macro.