summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ecdc47512..96ffb42285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-25 Bruno Haible <bruno@clisp.org>
+
+ dfa tests: Fix compilation error (regression 2023-04-22).
+ * tests/test-dfa-match-aux.c: Include unistd.h.
+ * modules/dfa-tests (Depends-on): Add unistd.
+
2023-04-24 Bruno Haible <bruno@clisp.org>
tests: Suppress ‘#pragma GCC diagnostic’ warnings with GCC < 13.