diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 985e3b33e06..f3ab7f9b990 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2014-07-31 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-07-31 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Simplify timerfd configuration and fix some minor glitches. | ||
| 4 | * atimer.c (TIMERFD_CREATE_FLAGS): Remove; we now assume TFD_CLOEXEC. | ||
| 5 | (alarm_timer, alarm_timer_ok, set_alarm, init_atimer): | ||
| 6 | Fall back on timer_create if timerfd_create fails at runtime. | ||
| 7 | (resolution) [HAVE_CLOCK_GETRES]: Remove; we now rely on the | ||
| 8 | kernel primitives to do resolution. All uses removed. | ||
| 9 | (timerfd) [!HAVE_TIMERFD]: Define to be -1, for convenience. | ||
| 10 | (turn_on_atimers): Clear timer_create-based timers too, | ||
| 11 | for consistency. | ||
| 12 | |||
| 3 | * frame.c (x_set_frame_parameters): Don't use uninitialized locals. | 13 | * frame.c (x_set_frame_parameters): Don't use uninitialized locals. |
| 4 | Without this change, the code can access the local variable 'width' | 14 | Without this change, the code can access the local variable 'width' |
| 5 | even when it has not been initialized, and likewise for 'height'; | 15 | even when it has not been initialized, and likewise for 'height'; |