aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 10:58:37 -0700
committerPaul Eggert2011-07-06 10:58:37 -0700
commit6db30f83447f4667d2ca84c33979f2745ca96bd5 (patch)
tree9304b3fb361c6aa6f0b3274efbe0fdc379785b68 /ChangeLog
parent84e04a29b9fddf5c5ede9873aa0356cd13af6f41 (diff)
downloademacs-6db30f83447f4667d2ca84c33979f2745ca96bd5.tar.gz
emacs-6db30f83447f4667d2ca84c33979f2745ca96bd5.zip
Add gnulib support for pthread_sigmask.
* Makefile.in (GNULIB_MODULES): Add pthread_sigmask. (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own implementation of 'sigprocmask' on Windows, and it assumes 'sigprocmask' on non-Windows hosts, so it doesn't need the sigprocmask module. * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update due to the above changes. * .bzrignore: Add lib/signal.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dcf6818e3..0d69b94943e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
12011-07-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Add gnulib support for pthread_sigmask.
4 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
5 (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own
6 implementation of 'sigprocmask' on Windows, and it assumes
7 'sigprocmask' on non-Windows hosts, so it doesn't need the
8 sigprocmask module.
9 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
10 New files, automatically imported from gnulib.
11 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
12 due to the above changes.
13 * .bzrignore: Add lib/signal.h.
14
12011-07-05 Jan Djärv <jan.h.d@swipnet.se> 152011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2 16
3 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. 17 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.