aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-10-16 17:14:35 +0200
committerJoakim Verona2012-10-16 17:14:35 +0200
commit017a270078be5ae39301e3205afad80d23facbbc (patch)
tree5c85d8c3890f3a0cead231e87823b621a8f28e16 /ChangeLog
parent5fcc7035c884b4419a1619551222b5f28ad9906f (diff)
parent2b794d6940aa7dc58e297b3649b7799190d71f64 (diff)
downloademacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz
emacs-017a270078be5ae39301e3205afad80d23facbbc.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7de7d7c14d..019913e27d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
12012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port timers to OpenBSD, plus check for timer failures.
4 OpenBSD problem reported by Han Boetes.
5 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
6 and/or setitimer.
7 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
8 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
9 like OpenBSD, which has timer_settime but does not declare it.
10 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
11 whether to use itimerspec-related primitives. All uses of
12 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
13
142012-09-30 Paul Eggert <eggert@cs.ucla.edu>
15
16 Merge from gnulib, incorporating:
17 2012-09-28 extern-inline: provide a -Wundef safe config.h
18
12012-09-27 Paul Eggert <eggert@cs.ucla.edu> 192012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2 20
3 Check more robustly for timer_settime. 21 Check more robustly for timer_settime.