diff options
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 0679cf18307..efee4321250 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Prefer POSIX timers if available. | ||
| 4 | They avoid a race if the timer is too close to the current time. | ||
| 5 | * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars. | ||
| 6 | (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available. | ||
| 7 | (init_atimer) [SIGEV_SIGAL]: Initialize them. | ||
| 8 | |||
| 1 | 2012-09-25 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-09-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of | 11 | * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of |