aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d04d7e2e279..1a25ba8e33d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
12011-07-08 Paul Eggert <eggert@cs.ucla.edu> 12011-07-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Add gnulib support for pthread_sigmask (Bug#9010).
4 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
5 * configure.in (AC_TYPE_UID_T): New dummy macro.
6 Configure gnulib after adjusting LIBS,
7 so that gnulib can assume the libraries in LIBS.
8 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
9 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.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 * src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
15 (LIBES): Use it.
16
3 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib. 17 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4 18
52011-07-07 Andreas Schwab <schwab@linux-m68k.org> 192011-07-07 Andreas Schwab <schwab@linux-m68k.org>