aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d7ba9309ba..d268ba03494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
12015-03-19 Paul Eggert <eggert@cs.ucla.edu> 12015-03-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Better port of pthread usage to FreeBSD
4 * configure.ac (ac_func_list): Omit pthread_sigmask, since
5 we check for that ourselves rather than relying on gnulib.
6 (HAVE_PTHREAD, LIB_PTHREAD, _THREAD_SAFE): Port better to FreeBSD,
7 by also checking for pthread_create, pthread_self, pthread_sigmask.
8 Tighten the test for pthread_atfork while we're at it.
9 Fixes: bug#20136
10
3 Merge from gnulib 11 Merge from gnulib
4 This incorporates: 12 This incorporates:
5 2015-03-19 fdopendir: port better to MinGW 13 2015-03-19 fdopendir: port better to MinGW