comparison src/ChangeLog @ 56479:45d805d79d29

mac.c (sys_select): Block input around call to ReceiveNextEvent to prevent breakage. Correctly handle blocking on event queue only by calling ReceiveNextEvent instead of select (since GUI events aren't on an fd). (sys_read): Remove function sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
author Steven Tamm <steventamm@mac.com>
date Mon, 19 Jul 2004 06:38:14 +0000
parents 59a86f6ee1fb
children ea3577979c1c
comparison
equal deleted inserted replaced
56478:574f29ec464b 56479:45d805d79d29
1 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * mac.c (sys_select): Block input around call to
4 ReceiveNextEvent to prevent breakage. Correctly handle
5 blocking on event queue only by calling ReceiveNextEvent
6 instead of select (since GUI events aren't on an fd).
7 (sys_read): Remove function
8 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
9
1 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 10 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 11
3 * mac.c (sys_select): Redo sys_select to use alarm-based 12 * mac.c (sys_select): Redo sys_select to use alarm-based
4 polling instead of 1 sec timeouts (like solaris). 13 polling instead of 1 sec timeouts (like solaris).
5 14