diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,5 +1,19 @@ | |||
| 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 5 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> | 19 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> |