summaryrefslogtreecommitdiff
path: root/src/atimer.c
Commit message (Expand)AuthorAgeFilesLines
* Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-031-3/+3
* Check more robustly for timer_settime.Paul Eggert2012-09-261-3/+3
* Prefer POSIX timers if available.Paul Eggert2012-09-251-6/+31
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-43/+8
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-9/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-15/+34
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-12/+12
* * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.Paul Eggert2012-08-231-1/+1
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-23/+11
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-12/+10
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * atimer.c (alarm_signal_handler, run_all_atimers): Now static.Paul Eggert2011-04-101-3/+3
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-2/+2
* * atimer.c (start_atimer, append_atimer_lists, set_alarm): RenamePaul Eggert2011-03-171-24/+23
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Merge changes from emacs-23Chong Yidong2010-10-241-3/+3
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-10-231-3/+3
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | * src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu2010-07-041-5/+5
* | Fix more prototypes.Juanma Barranquero2010-07-041-1/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-25/+14
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-4/+4
* | Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-221-6/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Call SIGNAL_THREAD_CHECK from signal handlers.YAMAMOTO Mitsuharu2010-01-131-0/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (init_atimer): Also clear stopped_atimers.YAMAMOTO Mitsuharu2009-04-291-1/+1
* (run_timers): Update pending_atimers.Chong Yidong2009-02-071-0/+3
* * atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero2009-01-301-1/+7
* (run_timers, alarm_signal_handler): Update pending_signals.Chong Yidong2009-01-291-2/+9
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-6/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (alarm_signal_handler): Call run_timers if not SYNC_INPUT.Jan Djärv2008-04-091-11/+17
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* (stop_other_atimers): Fix loop to correctly compute `prev'.Stefan Monnier2005-11-291-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+2