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