summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-22 13:47:15 +0200
committerBruno Haible <bruno@clisp.org>2023-04-22 13:47:15 +0200
commiteddc3474ec1fdd1856b24b37806bc92a700c0cb9 (patch)
treee6be71a607802141a9a7eaa298707ad7385d8941 /ChangeLog
parentdd0a48f50a97ca1185c957b0846e715be7777bcb (diff)
downloadgnulib-eddc3474ec1fdd1856b24b37806bc92a700c0cb9.tar.gz
dfa tests: Fix test failure on mingw differently.
Suggested by Paul Eggert. * tests/test-dfa-invalid-char-class.sh: Revert last change. * tests/test-dfa-match-aux.c: Include binary-io.h. (main): Put stdout into binary mode. * modules/dfa-tests (Depends-on): Add binary-io.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bdc213a32..a8631ac595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-04-22 Bruno Haible <bruno@clisp.org>
+
+ dfa tests: Fix test failure on mingw differently.
+ Suggested by Paul Eggert.
+ * tests/test-dfa-invalid-char-class.sh: Revert last change.
+ * tests/test-dfa-match-aux.c: Include binary-io.h.
+ (main): Put stdout into binary mode.
+ * modules/dfa-tests (Depends-on): Add binary-io.
+
2023-04-20 Bruno Haible <bruno@clisp.org>
getumask: Make it work on native Windows.