diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-05-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Don't substitute sigprocmask for pthread_sigmask (Bug#17561). | ||
| 4 | sigprocmask isn't portable in a multithreaded process. | ||
| 5 | * configure.ac (gl_THREADLIB): Remove dummy. | ||
| 6 | Merge from gnulib, incorporating: | ||
| 7 | 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed | ||
| 8 | * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib. | ||
| 9 | |||
| 1 | 2014-05-29 Glenn Morris <rgm@gnu.org> | 10 | 2014-05-29 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * configure.ac: Explicitly drop some ancient Solaris versions. | 12 | * configure.ac: Explicitly drop some ancient Solaris versions. |