aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-11-06Revert "Mark atimer allocation as ambiguous root"Gerd Möllmann1-8/+1
2024-11-06Mark atimer allocation as ambiguous rootJeff Walsh1-1/+8
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-05-30Fix 'debug-timer-check' on MS-WindowsEli Zaretskii1-0/+4
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård1-17/+16
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-14Prefer POSIX timers to timerfd timersKen Brown1-11/+16
2021-11-13Revert atimer changesYuuki Harano1-11/+4
2021-11-12Don't start both timerfd and alarms on CygwinKen Brown1-0/+7
2021-11-07Actually start the alarms in atimerLars Ingebrigtsen1-3/+6
2021-10-27; * src/atimer.c (init_atimer): Fix a typo in a comment.Eli Zaretskii1-3/+4
2021-10-27Always start the SIGALRM atimersLars Ingebrigtsen1-9/+10
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-11-22TIMERFD support for PGTK, prevent calling when timerfd<0Yuuki Harano1-6/+12
2020-01-01Revert "Make block_atimers unblock_atimers extern"Andrea Corallo1-17/+16
2020-01-01Make block_atimers unblock_atimers externAndrea Corallo1-16/+17
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-03-10Use a runtime test for timerfd on Cygwin (Bug#34618)Ken Brown1-2/+20
2019-01-15Add portable dumperDaniel Colascione1-1/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-09-16Don’t assume obsolescent setitimer functionPaul Eggert1-8/+7
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert1-1/+1
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-01-25A quicker check for quitPaul Eggert1-0/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-04-30Fix the MSDOS buildEli Zaretskii1-0/+4
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+0
2015-06-22Fix debug-timer-check on systems without HAVE_TIMERFDEli Zaretskii1-2/+20
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-08-01* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov1-6/+21
2014-07-31Simplify timerfd configuration and fix some minor glitches.Paul Eggert1-71/+53
2014-07-28Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov1-1/+22
2014-07-28On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov1-13/+142
2014-07-25* atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov1-1/+1
2014-05-29Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert1-2/+4
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert1-19/+19
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert1-17/+16
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert1-11/+1