| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -23/+11 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -12/+10 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. | Paul Eggert | 2011-04-10 | 1 | -3/+3 |
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -2/+2 |
* | * atimer.c (start_atimer, append_atimer_lists, set_alarm): Rename | Paul Eggert | 2011-03-17 | 1 | -24/+23 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | Merge changes from emacs-23 | Chong Yidong | 2010-10-24 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2010-10-23 | 1 | -3/+3 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | * src/atimer.c: Use "" instead of <> for local includes for | Dan Nicolaescu | 2010-07-04 | 1 | -5/+5 |
* | | Fix more prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -1/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -25/+14 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -4/+4 |
* | | Remove dead code dealing with POSIX_SIGNALS. | Dan Nicolaescu | 2010-03-22 | 1 | -6/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Call SIGNAL_THREAD_CHECK from signal handlers. | YAMAMOTO Mitsuharu | 2010-01-13 | 1 | -0/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (init_atimer): Also clear stopped_atimers. | YAMAMOTO Mitsuharu | 2009-04-29 | 1 | -1/+1 |
* | (run_timers): Update pending_atimers. | Chong Yidong | 2009-02-07 | 1 | -0/+3 |
* | * atimer.c (run_timers, alarm_signal_handler): | Juanma Barranquero | 2009-01-30 | 1 | -1/+7 |