Fixes for Ctrl-G support on carbon, replacing old timeout based polling
authorSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 04:42:43 +0000 (04:42 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 04:42:43 +0000 (04:42 +0000)
commite082ac9deb976fa9ea3e09d639191bee9e9d5315
tree82a1728cf854c76c67afea7fcd1cc5fc81a44688
parent1204e81c9e8cc713c8d19116873d9d96a9471467
Fixes for Ctrl-G support on carbon, replacing old timeout based polling
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
src/ChangeLog
src/atimer.c
src/eval.c
src/keyboard.c
src/mac.c
src/macterm.c
src/process.c