| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * atimer.c (alarm_signal_handler): Do not call set_alarm if | Jan Djärv | 2004-10-31 | 1 | -1/+2 |
| | | | | | pending_atmers is non-zero. | ||||
| * | Fixes for Ctrl-G support on carbon, replacing old timeout based polling | Steven Tamm | 2004-07-19 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | with alarm based polling. mac.c (sys_select): Redo sys_select to use alarm-based polling instead of 1 sec timeouts (like solaris). macterm.c (x_make_frame_visible): Comment in polling on frame creation. keyboard.c: Undef SIGIO on Carbon atimer.c (alarm_signal_handler): Call alarm handlers after scheduling. eval.c (Feval): Remove quit_char test process.c (wait_reading_process_input): Remove clearing stdin for select call on process input | ||||
| * | Update copyright. | Kim F. Storm | 2004-06-16 | 1 | -1/+1 |
| | | |||||
| * | Move include stdio.h to same place as in other files. | Jan Djärv | 2004-02-09 | 1 | -2/+2 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -22/+22 |
| | | |||||
| * | (alarm_signal_handler) [USG && !POSIX_SIGNALS]: | Gerd Moellmann | 2001-10-08 | 1 | -6/+0 |
| | | | | | Remove code setting signal handler. | ||||
| * | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -5/+0 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-10-08 | 1 | -1/+1 |
| | | |||||
| * | (alarm_signal_handler): Add forward declaration. | Gerd Moellmann | 2000-06-15 | 1 | -0/+1 |
| | | |||||
| * | (cancel_atimer): Break out of the loop as soon as timer | Gerd Moellmann | 2000-03-12 | 1 | -1/+2 |
| | | | | | has been found. Fix bug not computing timer's predecessor. | ||||
| * | (start_atimer): Don't abort when timers are stopped. | Gerd Moellmann | 2000-02-29 | 1 | -28/+44 |
| | | | | | | | (append_atimer_lists): New function. (cancel_atimer, stop_other_atimers, run_all_atimers): Handle arbitrary lists of stopped and running atimers. | ||||
| * | (cancel_atimer): Handle canceling an atimer when | Gerd Moellmann | 2000-02-29 | 1 | -18/+27 |
| | | | | | some timers are stopped. | ||||
| * | (stop_other_atimers): Don't call cancel_atimer because | Gerd Moellmann | 2000-02-17 | 1 | -5/+17 |
| | | | | | that unblocks alarms. | ||||
| * | (stopped_atimers): New variable. | Gerd Moellmann | 2000-02-12 | 1 | -1/+72 |
| | | | | | | (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): New functions. | ||||
| * | (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS | Eli Zaretskii | 2000-01-27 | 1 | -2/+2 |
| | | | | | and EMACS_SET_USECS. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-25 | 1 | -0/+336 |