summaryrefslogtreecommitdiff
path: root/src/atimer.c
AgeCommit message (Expand)Author
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-16Remove configure's --without-sync-input option.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-06Signal-handler cleanup.Paul Eggert
2012-09-05Fix race conditions with signal handlers and errno.Paul Eggert
2012-08-23* atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.Paul Eggert
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-04-10* atimer.c (alarm_signal_handler, run_all_atimers): Now static.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-17* atimer.c (start_atimer, append_atimer_lists, set_alarm): RenamePaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-24Merge changes from emacs-23Chong Yidong
2010-10-23Fix typos.Juanma Barranquero
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04* src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu
2010-07-04Fix more prototypes.Juanma Barranquero
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-03-22Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2010-01-13Call SIGNAL_THREAD_CHECK from signal handlers.YAMAMOTO Mitsuharu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-04-29(init_atimer): Also clear stopped_atimers.YAMAMOTO Mitsuharu
2009-02-07(run_timers): Update pending_atimers.Chong Yidong
2009-01-30* atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero
2009-01-29(run_timers, alarm_signal_handler): Update pending_signals.Chong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-07-27Remove support for Mac Carbon.Dan Nicolaescu
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-09(alarm_signal_handler): Call run_timers if not SYNC_INPUT.Jan Djärv
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-11-29(stop_other_atimers): Fix loop to correctly compute `prev'.Stefan Monnier
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv
2004-10-31* atimer.c (alarm_signal_handler): Do not call set_alarm ifJan Djärv
2004-07-19Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm
2004-06-16Update copyright.Kim F. Storm