barrier/lib
crs 9c9db6958f Changed O_NDELAY to O_NONBLOCK. On some versions of Unix, read
return 0 when O_NDELAY is set and there is nothing to read.  We
want the O_NONBLOCK behavior where read returns -1 and sets
errno to EAGAIN when there is nothing to read.
2004-06-10 19:56:35 +00:00
..
arch Changed O_NDELAY to O_NONBLOCK. On some versions of Unix, read 2004-06-10 19:56:35 +00:00
base Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
client Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
common Added OS X precompiled header file for XCode compiles. 2004-06-10 19:42:01 +00:00
io Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
mt Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
net Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
platform Failed to reset flag in X11 event queue buffer and that could cause 2004-06-07 21:06:49 +00:00
server Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
synergy Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00