summaryrefslogtreecommitdiff
path: root/src/atimer.c
Commit message (Expand)AuthorAge
...
* * 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
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from mainline.Paul Eggert2011-01-14
|\|
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/ /
* | Merge changes from emacs-23Chong Yidong2010-10-24
|\|
| * Fix typos.Juanma Barranquero2010-10-23
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | * src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu2010-07-04
* | Fix more prototypes.Juanma Barranquero2010-07-04
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
* | Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-22
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Call SIGNAL_THREAD_CHECK from signal handlers.YAMAMOTO Mitsuharu2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* (init_atimer): Also clear stopped_atimers.YAMAMOTO Mitsuharu2009-04-29
* (run_timers): Update pending_atimers.Chong Yidong2009-02-07
* * atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero2009-01-30
* (run_timers, alarm_signal_handler): Update pending_signals.Chong Yidong2009-01-29
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-27
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* (alarm_signal_handler): Call run_timers if not SYNC_INPUT.Jan Djärv2008-04-09
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (stop_other_atimers): Fix loop to correctly compute `prev'.Stefan Monnier2005-11-29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-15
* * atimer.c (alarm_signal_handler): Do not call set_alarm ifJan Djärv2004-10-31
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-19
* Update copyright.Kim F. Storm2004-06-16
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-09
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (alarm_signal_handler) [USG && !POSIX_SIGNALS]:Gerd Moellmann2001-10-08
* Don't define min/max.Gerd Moellmann2001-10-08