Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-10-11 11:49:09 -0700 (Sat, 11 Oct 2003)
Revision: 177
Log message:
Apparently, Unix.select has a bug on win32, where it sometimes returns
a file descriptor that is not in the set of descriptors provided.
Should track this down sometime, and tell the INRIA folks.
Changes | Path |
+6 -4 | omake/Makefile.dep.nt |
+9 -6 | omake/src/exec/omake_exec.ml |