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