aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-04 00:23:35 -0700
committerPaul Eggert2012-10-04 00:23:35 -0700
commit7509f454d2351e8ea6ee158637bb16deb9f904bc (patch)
tree1fabd929896c2ae82c054ed0344d58fb3f5ca876 /ChangeLog
parentbb1dfdadd507bb4b77595c87875ef807c101ed7b (diff)
downloademacs-7509f454d2351e8ea6ee158637bb16deb9f904bc.tar.gz
emacs-7509f454d2351e8ea6ee158637bb16deb9f904bc.zip
Move ChangeLog entry to proper file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index aa93dc4079b..90b57c4c3da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
232012-09-30 Paul Eggert <eggert@cs.ucla.edu> 122012-09-30 Paul Eggert <eggert@cs.ucla.edu>
24 13
25 Merge from gnulib, incorporating: 14 Merge from gnulib, incorporating: