diff options
| author | Dmitry Antipov | 2014-08-01 10:52:02 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-08-01 10:52:02 +0400 |
| commit | 11804a04ada37cbf33576a5a69189bd43b3d66dd (patch) | |
| tree | 2821b4e9dc8e5af953dae668d1229ab080e1dbab /src/ChangeLog | |
| parent | bc1ce1df863ffd32d1290b448591f8897029b10b (diff) | |
| download | emacs-11804a04ada37cbf33576a5a69189bd43b3d66dd.tar.gz emacs-11804a04ada37cbf33576a5a69189bd43b3d66dd.zip | |
* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.
(timerfd_callback): Ignore weird events with no data. Add tight
assertions and comments.
(init_atimer) [HAVE_TIMERFD]: Add environment variable to optionally
disabletimerfd-based timer. Use TFD_NONBLOCK for timer descriptor.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9dbd7c97a53..a0ac451f35b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-08-01 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h. | ||
| 4 | (timerfd_callback): Ignore weird events with no data. Add tight | ||
| 5 | assertions and comments. | ||
| 6 | (init_atimer) [HAVE_TIMERFD]: Add environment variable to optionally | ||
| 7 | disable timerfd-based timer. Use TFD_NONBLOCK for timer descriptor. | ||
| 8 | |||
| 1 | 2014-08-01 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-08-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * frame.c (x_set_frame_parameters): Fix typo in previous patch. | 11 | * frame.c (x_set_frame_parameters): Fix typo in previous patch. |