summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0420fa8c9e..5a082f2537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-04-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ tests: suppress some unwanted -fanalyzer checking
+ * tests/test-dup2.c, tests/test-fcntl.c, tests/test-fopen.h:
+ * tests/test-getdtablesize.c, tests/test-listen.c:
+ * tests/test-localename.c, tests/test-open.h, tests/test-perror2.c:
+ * tests/test-select.h:
+ Add pragmas to disable unwanted -fanalyzer checking.
+
2023-04-24 Bruno Haible <bruno@clisp.org>
ftell, ftello: Fix recognition of pipes on native Windows.