emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110357: Move ChangeLog entry to prop


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110357: Move ChangeLog entry to proper file.
Date: Thu, 04 Oct 2012 00:23:35 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110357
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-10-04 00:23:35 -0700
message:
  Move ChangeLog entry to proper file.
modified:
  ChangeLog
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-10-04 07:15:42 +0000
+++ b/ChangeLog 2012-10-04 07:23:35 +0000
@@ -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  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-04 05:52:49 +0000
+++ b/src/ChangeLog     2012-10-04 07:23:35 +0000
@@ -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  <address@hidden>
 
        * profiler.c (handle_profiler_signal): Fix a malloc race


reply via email to

[Prev in Thread] Current Thread [Next in Thread]