Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-08 23:37:05 -0800 (Sun, 08 Jan 2006)
Revision: 8432
Log message:
Added some functions to ImpDag.
Changes | Path |
+6 -0 | libmojave/stdlib/lm_dag_sig.ml |
+24 -1 | libmojave/stdlib/lm_imp_dag.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-17 13:32:43 -0800 (Tue, 17 Jan 2006)
Revision: 8493
Log message:
Added equality on tables.
Changes | Path |
+18 -0 | libmojave/stdlib/lm_map.ml |
+1 -0 | libmojave/stdlib/lm_map_sig.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-18 19:56:29 -0800 (Wed, 18 Jan 2006)
Revision: 8508
Log message:
Add an option to instal the files in some place.
Changes | Path |
+11 -4 | libmojave/OMakefile |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-19 13:56:00 -0800 (Thu, 19 Jan 2006)
Revision: 8516
Log message:
Add install commands.
Changes | Path |
+3 -5 | libmojave/OMakefile |
+1 -4 | libmojave/cutil/OMakefile |
+1 -4 | libmojave/stdlib/OMakefile |
+0 -4 | libmojave/system/OMakefile |
+0 -4 | libmojave/unix/OMakefile |
+0 -3 | libmojave/util/OMakefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-01-23 20:18:28 -0800 (Mon, 23 Jan 2006)
Revision: 8583
Log message:
Raise Unix_error instead of Failure, where appropriate.
Changes | Path |
+11 -16 | libmojave/cutil/lm_ssl.c |