diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 445090fb2a1..c920f091063 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-09-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Check more robustly for timer_settime. | ||
| 4 | * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer): | ||
| 5 | Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to | ||
| 6 | call timer_settime. | ||
| 7 | |||
| 1 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> | 8 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> |
| 2 | 9 | ||
| 3 | * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO. | 10 | * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO. |