summaryrefslogtreecommitdiff
path: root/src/atimer.c
AgeCommit message (Expand)Author
2026-05-23Avoid memsets in atimer.cPaul Eggert
2026-05-22Improve w32 implementations of 'signal' and 'raise'Eli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-30Fix 'debug-timer-check' on MS-WindowsEli Zaretskii
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-14Prefer POSIX timers to timerfd timersKen Brown
2021-11-12Don't start both timerfd and alarms on CygwinKen Brown
2021-11-07Actually start the alarms in atimerLars Ingebrigtsen
2021-10-27; * src/atimer.c (init_atimer): Fix a typo in a comment.Eli Zaretskii
2021-10-27Always start the SIGALRM atimersLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-03-10Use a runtime test for timerfd on Cygwin (Bug#34618)Ken Brown
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-16Don’t assume obsolescent setitimer functionPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25A quicker check for quitPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-04-30Fix the MSDOS buildEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-06-22Fix debug-timer-check on systems without HAVE_TIMERFDEli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-01* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov
2014-07-31Simplify timerfd configuration and fix some minor glitches.Paul Eggert
2014-07-28Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov
2014-07-28On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov
2014-07-25* atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov
2014-05-29Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-03Port timers to OpenBSD, plus check for timer failures.Paul Eggert
2012-09-26Check more robustly for timer_settime.Paul Eggert
2012-09-25Prefer POSIX timers if available.Paul Eggert