diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-07-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix regression with pthread_sigmask on FreeBSD (Bug#11884). | ||
| 4 | * configure.ac: Configure gnulib at the end, not before running | ||
| 5 | pkg-config. This restores the behavior before 2012-06-22, when | ||
| 6 | higher-resolution time stamps were added, and fixes a bug whereby | ||
| 7 | LIB_PTHREAD was not used and gnulib's part of 'configure' | ||
| 8 | therefore incorrectly assumed that pthread_sigmask wasn't working. | ||
| 9 | Fix the problem with -lrt and clock_gettime a different way. | ||
| 10 | This should complete the fix for Bug#11884. | ||
| 11 | (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars. | ||
| 12 | |||
| 1 | 2012-07-15 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2012-07-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Merge from gnulib, incorporating: | 15 | Merge from gnulib, incorporating: |