summaryrefslogtreecommitdiff
path: root/src/atimer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * atimer.c (alarm_signal_handler): Do not call set_alarm ifJan Djärv2004-10-311-1/+2
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-0/+6
* Update copyright.Kim F. Storm2004-06-161-1/+1
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-22/+22
* (alarm_signal_handler) [USG && !POSIX_SIGNALS]:Gerd Moellmann2001-10-081-6/+0
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
* *** empty log message ***Pavel Janík2001-10-081-1/+1
* (alarm_signal_handler): Add forward declaration.Gerd Moellmann2000-06-151-0/+1
* (cancel_atimer): Break out of the loop as soon as timerGerd Moellmann2000-03-121-1/+2
* (start_atimer): Don't abort when timers are stopped.Gerd Moellmann2000-02-291-28/+44
* (cancel_atimer): Handle canceling an atimer whenGerd Moellmann2000-02-291-18/+27
* (stop_other_atimers): Don't call cancel_atimer becauseGerd Moellmann2000-02-171-5/+17
* (stopped_atimers): New variable.Gerd Moellmann2000-02-121-1/+72
* (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECSEli Zaretskii2000-01-271-2/+2
* *** empty log message ***Gerd Moellmann2000-01-251-0/+336