summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-22 15:10:31 +0200
committerBruno Haible <bruno@clisp.org>2023-04-22 15:10:31 +0200
commitaa9dc79d64b33822e516b6b894c7fb8fd2247981 (patch)
tree23661cead8874f1c926d0dfb1858111a21a9bf08 /ChangeLog
parentf498e10db681dfe9061348820c67b6f80f161af5 (diff)
downloadgnulib-aa9dc79d64b33822e516b6b894c7fb8fd2247981.tar.gz
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. (gl_AVOID_WINPTHREAD): Update comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c021567ad5..f795a64580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
+ (gl_AVOID_WINPTHREAD): Update comments.
+
+2023-04-22 Bruno Haible <bruno@clisp.org>
+
posixtm tests: Avoid test failure on native Windows.
* tests/test-posixtm.c (T): On native Windows, disable test cases that
would fail.