summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-22 17:38:28 +0200
committerBruno Haible <bruno@clisp.org>2023-04-22 17:38:28 +0200
commit9a7378f15593b89f97d4c2e934baa957b6a7c3cf (patch)
treee98c2c3bcba47f86cfef484719185e08560612f5 /ChangeLog
parentaa9dc79d64b33822e516b6b894c7fb8fd2247981 (diff)
downloadgnulib-9a7378f15593b89f97d4c2e934baa957b6a7c3cf.tar.gz
string-desc tests: Avoid test failure on native Windows.
* tests/test-string-desc.c: Include <fcntl.h>, <unistd.h>. (main): Expect a file name argument. Write to this file, instead of to fd 3. * tests/test-string-desc.sh: Pass a file name as argument, instead of using '3>'. * modules/string-desc-tests (Depends-on): Add close.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f795a64580..33cf7be324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2023-04-22 Bruno Haible <bruno@clisp.org>
+ string-desc tests: Avoid test failure on native Windows.
+ * tests/test-string-desc.c: Include <fcntl.h>, <unistd.h>.
+ (main): Expect a file name argument. Write to this file, instead of to
+ fd 3.
+ * tests/test-string-desc.sh: Pass a file name as argument, instead of
+ using '3>'.
+ * modules/string-desc-tests (Depends-on): Add close.
+
+2023-04-22 Bruno Haible <bruno@clisp.org>
+
threadlib, pthread-h, threads-h: Avoid mingw's libwinpthread by default.
* m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Set
gl_use_winpthreads_default to 'no' by default.