summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 587b210323..2ecdc47512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2023-04-24 Bruno Haible <bruno@clisp.org>
+ tests: Suppress ‘#pragma GCC diagnostic’ warnings with GCC < 13.
+ * tests/test-localename.c: Disable #pragma for GCC < 12.
+ * tests/test-dup2.c: Disable #pragma for GCC < 13.
+ * tests/test-fcntl.c: Likewise.
+ * tests/test-getdtablesize.c: Likewise.
+ * tests/test-listen.c: Likewise.
+ * tests/test-open.h: Likewise.
+ * tests/test-perror2.c: Likewise.
+ * tests/test-select.h: Likewise.
+
+2023-04-24 Bruno Haible <bruno@clisp.org>
+
select, pselect: Fix test failure on native Windows.
* lib/select.c (rpl_select): Fail if nfds is out-of-range.
* lib/pselect.c (pselect): Likewise.