diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-07-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify timerfd configuration and fix some minor glitches. | ||
| 4 | * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works, | ||
| 5 | since the code leaked file descriptors to children when !TFD_CLOEXEC. | ||
| 6 | (HAVE_TIMERFD_CLOEXEC): Remove; no longer used. | ||
| 7 | * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres. | ||
| 8 | This reverts the previous change to this file, so it matches | ||
| 9 | gnulib again. | ||
| 10 | |||
| 1 | 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * configure.ac (toplevel): Check whether GNU/Linux-specific | 13 | * configure.ac (toplevel): Check whether GNU/Linux-specific |