aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2004-07-19 06:38:14 +0000
committerSteven Tamm2004-07-19 06:38:14 +0000
commitbfcf6608012308f18740cf8b6d7d0e7e26c76022 (patch)
treeac337233db35ac1800da190c61bc86ce1904d700 /src/ChangeLog
parentbde32f3bb4013543cac5ab9c9de927d59f2b0c2e (diff)
downloademacs-bfcf6608012308f18740cf8b6d7d0e7e26c76022.tar.gz
emacs-bfcf6608012308f18740cf8b6d7d0e7e26c76022.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc59ae9e2d7..0c8b389b65b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 12004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 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
102004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
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