summaryrefslogtreecommitdiff
path: root/src/atimer.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix 'debug-timer-check' on MS-WindowsEli Zaretskii2022-05-30
* Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård2022-05-30
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Prefer POSIX timers to timerfd timersKen Brown2021-11-14
* | Don't start both timerfd and alarms on CygwinKen Brown2021-11-12
* | Actually start the alarms in atimerLars Ingebrigtsen2021-11-07
* | ; * src/atimer.c (init_atimer): Fix a typo in a comment.Eli Zaretskii2021-10-27
* | Always start the SIGALRM atimersLars Ingebrigtsen2021-10-27
|/
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Use a runtime test for timerfd on Cygwin (Bug#34618)Ken Brown2019-03-10
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Don’t assume obsolescent setitimer functionPaul Eggert2018-09-16
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* A quicker check for quitPaul Eggert2017-01-25
* Update copyright year to 2017Paul Eggert2016-12-31
* Fix the MSDOS buildEli Zaretskii2016-04-30
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Fix debug-timer-check on systems without HAVE_TIMERFDEli Zaretskii2015-06-22
* Update copyright year to 2015Paul Eggert2015-01-01
* * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.Dmitry Antipov2014-08-01
* Simplify timerfd configuration and fix some minor glitches.Paul Eggert2014-07-31
* Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov2014-07-28
* On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov2014-07-28
* * atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov2014-07-25
* Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-29
* Handle sigmask better with nested signal handlers.Paul Eggert2014-03-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Timestamp fixes for undo.Paul Eggert2013-07-09
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-03
* Check more robustly for timer_settime.Paul Eggert2012-09-26
* Prefer POSIX timers if available.Paul Eggert2012-09-25
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Remove configure's --without-sync-input option.Paul Eggert2012-09-16
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Signal-handler cleanup.Paul Eggert2012-09-06
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-05