Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-11-02 00:34:12 -0800 (Wed, 02 Nov 2005)
Revision: 8077
Log message:
If BYTE_ENABLED is set to true we want to build lm.cma not lm.cmx
Changes | Path |
+2 -1 | libmojave/OMakefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-02 15:06:45 -0800 (Wed, 02 Nov 2005)
Revision: 8079
Log message:
There is no need to mess with the default NATIVE_ENABLED/BYTE_ENABLED.
Changes | Path |
+0 -10 | libmojave/OMakefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-07 00:47:47 -0800 (Mon, 07 Nov 2005)
Revision: 8121
Log message:
Tagging libmojave for OMake release.
Changes | Path |
Copied | libmojave-tags/omake-release-0.9.6.6-2 |
Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-11-10 12:44:03 -0800 (Thu, 10 Nov 2005)
Revision: 8160
Log message:
Under Win32 "short" seems to be the only name for 16-bit integer, so I added a conditional typedef.
Changes | Path |
+3 -0 | libmojave/cutil/lm_raw.c |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-14 01:59:33 -0800 (Mon, 14 Nov 2005)
Revision: 8177
Log message:
"remove" was specified twice in the .mli, fixing.
Changes | Path |
+0 -4 | libmojave/stdlib/lm_list_util.mli |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-15 19:15:16 -0800 (Tue, 15 Nov 2005)
Revision: 8187
Log message:
Added negation to Lm_num/Lm_big_int pakages.
Changes | Path |
+7 -5 | libmojave/stdlib/lm_big_int.ml |
+1 -0 | libmojave/stdlib/lm_big_int.mli |
+9 -1 | libmojave/stdlib/lm_num.ml |
+2 -0 | libmojave/stdlib/lm_num.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-11-22 20:13:44 -0800 (Tue, 22 Nov 2005)
Revision: 8203
Log message:
Oops, I always forget to commit the externals.
Add Lm_list_util.remove_nth.
Changes | Path |
+13 -1 | libmojave/stdlib/lm_list_util.ml |
+1 -0 | libmojave/stdlib/lm_list_util.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-11-26 13:00:16 -0800 (Sat, 26 Nov 2005)
Revision: 8220
Log message:
Edited some whitespace.
Changes | Path |
+0 -0 | libmojave/stdlib/lm_array_linear_set.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 19:21:33 -0800 (Sun, 27 Nov 2005)
Revision: 8226
Log message:
Trying to implement more precise error handling in lockf_win32 (untested!).
Changes | Path |
+41 -9 | libmojave/cutil/lm_unix_cutil.c |
+6 -1 | libmojave/unix/lm_unix_util.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 20:49:31 -0800 (Sun, 27 Nov 2005)
Revision: 8230
Log message:
My previous Win32 commit was full of typos.
Changes | Path |
+1 -3 | libmojave/cutil/lm_unix_cutil.c |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-27 22:02:08 -0800 (Sun, 27 Nov 2005)
Revision: 8231
Log message:
Does leave_blocking_section clobber the error number on Windows?
Changes | Path |
+3 -2 | libmojave/cutil/lm_unix_cutil.c |