Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-08 18:33:53 -0700 (Thu, 08 Jul 2004)
Revision: 412
Log message:
Fixing the select hack on win32, I did some of this in Japan.
This is a branch because I'm not sure if we will want to commit it.
The issue is this:
1. omake uses select to poll the running jobs for output.
2. win32 does not support select on pipes, but it does
on sockets.
3. The current hack is to use localhost TCP sockets on win32,
but this is probably slow.
4. This branch will try using threads, and see if it works better.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-10 19:45:19 -0700 (Sat, 10 Jul 2004)
Revision: 417
Log message:
Merge the thread branch onto the trunk.
Changes by: ( at unknown.email)
Date: 2004-07-10 19:45:19 -0700 (Sat, 10 Jul 2004)
Revision: 418
Log message:
This commit was manufactured by cvs2svn to create tag
'metaprl-0_9_6_1'.
Changes | Path |
Copied | libmojave-tags/metaprl-0_9_6_1 |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-21 13:03:51 -0700 (Wed, 21 Jul 2004)
Revision: 452
Log message:
Some formatting changes.
Changes | Path |
+1 -1 | libmojave/stdlib/lm_thread.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-25 18:46:44 -0700 (Sun, 25 Jul 2004)
Revision: 469
Log message:
Added $(glob <options>, <patterns>)
and $(ls <options>, <patterns>)
functions.
Changes | Path |
Added | libmojave/util/lm_glob.ml |
Properties | libmojave/util/lm_glob.ml |
Added | libmojave/util/lm_glob.mli |
Properties | libmojave/util/lm_glob.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-26 13:04:19 -0700 (Mon, 26 Jul 2004)
Revision: 474
Log message:
Removed all -I suffixes from INCLUDES
Changes | Path |
Properties | libmojave/stdlib |
+3 -1 | libmojave/stdlib/.cvsignore |
Properties | libmojave/system |
+2 -0 | libmojave/system/.cvsignore |
+1 -1 | libmojave/system/OMakefile |
Properties | libmojave/unix |
+2 -0 | libmojave/unix/.cvsignore |
+1 -1 | libmojave/unix/OMakefile |
Properties | libmojave/util |
+2 -0 | libmojave/util/.cvsignore |
+1 -1 | libmojave/util/OMakefile |