diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 19 05:20:01 2004 +0000
+++ b/src/ChangeLog	Mon Jul 19 06:38:14 2004 +0000
@@ -1,3 +1,12 @@
+2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* 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
+
 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* mac.c (sys_select): Redo sys_select to use alarm-based