Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-10-11 15:54:13 -0700 (Wed, 11 Oct 2006)
Revision: 9599
Log message:
The LibMojave part of the rev 9594 commit (Bug 326 - use configure for
snprintf detection).
For now, the libmojave's OMakefile duplicates (a variant of) the snprintf
configrure test so that we do not have to rely on the latest version of
OMake's stdlib.
Changes | Path |
+16 -0 | libmojave/cutil/OMakefile |
+8 -8 | libmojave/cutil/lm_float.c |
+3 -3 | libmojave/cutil/lm_notify.c |
+12 -12 | libmojave/cutil/lm_printf.c |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-10-28 08:30:05 -0700 (Sat, 28 Oct 2006)
Revision: 9642
Log message:
The pre-0.9.8 compatibility was implemented wrong.
Changes | Path |
+1 -1 | libmojave/cutil/OMakefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-10-28 10:47:14 -0700 (Sat, 28 Oct 2006)
Revision: 9643
Log message:
Made MetaPRL compile with the latest 0.9.8 OMake.
Changes | Path |
+14 -4 | libmojave/stdlib/OMakefile |
+13 -3 | metaprl/OMakefile_common |
+2 -2 | metaprl/editor/ml/OMakefile |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-10-28 19:56:55 -0700 (Sat, 28 Oct 2006)
Revision: 9646
Log message:
Added $(html-escaped ...)
Changes | Path |
+38 -3 | libmojave/stdlib/lm_string_util.ml |
+4 -3 | libmojave/stdlib/lm_string_util.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-10-28 23:53:18 -0700 (Sat, 28 Oct 2006)
Revision: 9648
Log message:
Added "F" option for files-only.
Changes | Path |
+8 -3 | libmojave/util/lm_glob.ml |
+4 -3 | libmojave/util/lm_glob.mli |