summaryrefslogtreecommitdiff
path: root/src/atimer.c
Commit message (Expand)AuthorAge
* 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
* * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.Paul Eggert2012-08-23
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * atimer.c (alarm_signal_handler, run_all_atimers): Now static.Paul Eggert2011-04-10
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* * atimer.c (start_atimer, append_atimer_lists, set_alarm): RenamePaul Eggert2011-03-17
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Merge from mainline.Paul Eggert2011-01-17
|\