diff options
| author | Paul Eggert | 2012-10-04 00:23:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 00:23:35 -0700 |
| commit | 7509f454d2351e8ea6ee158637bb16deb9f904bc (patch) | |
| tree | 1fabd929896c2ae82c054ed0344d58fb3f5ca876 /ChangeLog | |
| parent | bb1dfdadd507bb4b77595c87875ef807c101ed7b (diff) | |
| download | emacs-7509f454d2351e8ea6ee158637bb16deb9f904bc.tar.gz emacs-7509f454d2351e8ea6ee158637bb16deb9f904bc.zip | |
Move ChangeLog entry to proper file.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -9,17 +9,6 @@ | |||
| 9 | * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib. | 9 | * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib. |
| 10 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | 10 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. |
| 11 | 11 | ||
| 12 | Port timers to OpenBSD, plus check for timer failures. | ||
| 13 | OpenBSD problem reported by Han Boetes. | ||
| 14 | * profiler.c (setup_cpu_timer): Check for failure of timer_settime | ||
| 15 | and/or setitimer. | ||
| 16 | (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER. | ||
| 17 | * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms | ||
| 18 | like OpenBSD, which has timer_settime but does not declare it. | ||
| 19 | OpenBSD does not define SIGEV_SIGNAL, so use that when deciding | ||
| 20 | whether to use itimerspec-related primitives. All uses of | ||
| 21 | HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC. | ||
| 22 | |||
| 23 | 2012-09-30 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2012-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| 24 | 13 | ||
| 25 | Merge from gnulib, incorporating: | 14 | Merge from gnulib, incorporating: |