Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-12-13 11:47:12 -0800 (Mon, 13 Dec 2004)
Revision: 685
Log message:
This is the preliminary fix for filesystem monitoring on Win32.
About 8 weeks, Aleksey committed this:
> Wrap all FAM calls in [caml_]enter_blocking_section/[caml_]leave_blocking_section.
> This solves bug 312 (Ctrl-C in Gamin) and may also help with other things.
However, this assumes that the FAM (pseudo) implementations are thread-safe,
which is not the case at least on Win32, so this should be rethought.
Changes | Path |
+466 -464 | omake/Makefile.dep.nt |
+4 -1 | omake/README.WIN32 |
+1 -1 | omake/config.nt |
+5 -4 | omake/src/build/omake_build.ml |
+8 -3 | omake/src/clib/fam_win32.c |
+8 -8 | omake/src/clib/omake_notify.c |