summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abdaa99ce1..3ec5ac58f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-05-18 Bruno Haible <bruno@clisp.org>
+ threadlib: Provide an easy way to avoid mingw's winpthreads library.
+ * m4/threadlib.m4 (gl_AVOID_WINPTHREAD): New macro.
+ (gl_THREADLIB_EARLY_BODY): Recognize when it was invoked, and set
+ gl_use_threads accordingly.
+
+2019-05-18 Bruno Haible <bruno@clisp.org>
+
pthread_sigmask: Fix compilation error with --enable-threads=windows.
Reported by Tim Rühsen in
<https://lists.gnu.org/archive/html/bug-gnulib/2018-01/msg00018.html>