]> code.delx.au - gnu-emacs/commitdiff
Move ChangeLog entry to proper file.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 07:23:35 +0000 (00:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 07:23:35 +0000 (00:23 -0700)
ChangeLog
src/ChangeLog

index aa93dc4079b796e33f01506464c736c823f59d55..90b57c4c3dadc8f3e6a6b0feef16622c057169fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,17 +9,6 @@
        * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
        * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
 
-       Port timers to OpenBSD, plus check for timer failures.
-       OpenBSD problem reported by Han Boetes.
-       * profiler.c (setup_cpu_timer): Check for failure of timer_settime
-       and/or setitimer.
-       (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
-       * syssignal.h (HAVE_ITIMERSPEC): New macro.  This is for platforms
-       like OpenBSD, which has timer_settime but does not declare it.
-       OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
-       whether to use itimerspec-related primitives.  All uses of
-       HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
-
 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating:
index 744376b0efd10a5d5c8da02cb93fded6edadf426..9790ff7d0d1b8332e1feb0ae4cb575b548851186 100644 (file)
@@ -4,6 +4,17 @@
        to avoid similar races.
        * keyboard.c (pending_signals): Now bool, not int.
 
+       Port timers to OpenBSD, plus check for timer failures.
+       OpenBSD problem reported by Han Boetes.
+       * profiler.c (setup_cpu_timer): Check for failure of timer_settime
+       and/or setitimer.
+       (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
+       * syssignal.h (HAVE_ITIMERSPEC): New macro.  This is for platforms
+       like OpenBSD, which has timer_settime but does not declare it.
+       OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
+       whether to use itimerspec-related primitives.  All uses of
+       HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
+
 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * profiler.c (handle_profiler_signal): Fix a malloc race