Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-06 15:35:46 -0700 (Thu, 06 Jul 2006)
Revision: 9424
Log message:
Fixed removesuffixes.
Changes | Path |
+1 -1 | libmojave/stdlib/lm_filename_util.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-08 10:37:38 -0700 (Sat, 08 Jul 2006)
Revision: 9433
Log message:
Added Lm_unix_util.flock. At compile time, it falls back as follows
flock -> fcntl -> lockf
Changes | Path |
+106 -0 | libmojave/cutil/lm_unix_cutil.c |
+7 -0 | libmojave/unix/lm_unix_util.ml |
+10 -0 | libmojave/unix/lm_unix_util.mli |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-07-11 14:58:04 -0700 (Tue, 11 Jul 2006)
Revision: 9438
Log message:
Hm, we still had the .cvsignore files lying around...
Changes | Path |
Deleted | libmojave/.cvsignore |
Deleted | libmojave/cutil/.cvsignore |
Deleted | libmojave/stdlib/.cvsignore |
Deleted | libmojave/system/.cvsignore |
Deleted | libmojave/unix/.cvsignore |
Deleted | libmojave/util/.cvsignore |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-15 10:23:37 -0700 (Sat, 15 Jul 2006)
Revision: 9445
Log message:
Relicensed libmojave under the terms of the LGPL, with
exceptions for OpenSSL and OCaml.
The relicense.om script can be used to tweak it,
but we should delete the script once we are
satisfied.