| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |