Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-03 19:51:19 -0700 (Mon, 03 Oct 2005)
Revision: 7831
Log message:
Merged revisions 2015:7827 (trunk and omake-0.9.6.x branch):
- svn merge -r 2015:7827 svn://svn.metaprl.org/libmojave
- svn merge -r 2015:7827 svn://svn.metaprl.org/libmojave-branches/omake-0.9.6.x
Changes | Path |
+1 -1 | libmojave-branches/omake_0_9_7_pre7/stdlib/lm_filename_util.ml |
+1 -0 | libmojave-branches/omake_0_9_7_pre7/util/lm_glob.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-07 20:02:02 -0700 (Fri, 07 Oct 2005)
Revision: 7875
Log message:
Renaming Lm_symbol to Lm_symbol_hash as a temporary performance
hack.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-07 20:02:51 -0700 (Fri, 07 Oct 2005)
Revision: 7876
Log message:
Copy Lm_symbol from the trunk.
Changes | Path |
Copied | libmojave-branches/omake_0_9_7_pre7/util/lm_symbol.ml |
Copied | libmojave-branches/omake_0_9_7_pre7/util/lm_symbol.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-08 17:13:24 -0700 (Sat, 08 Oct 2005)
Revision: 7878
Log message:
Re-added all the files that were left behind from the branch.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-19 01:55:25 -0700 (Wed, 19 Oct 2005)
Revision: 7933
Log message:
Adding svn:ignore
Changes | Path |
Properties | libmojave-branches/omake_0_9_7_pre7/util |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-19 11:24:12 -0700 (Wed, 19 Oct 2005)
Revision: 7934
Log message:
Ah, I forgot to commit libmojave, this must be the problem that prevented
MetaPRL from compiling.
This adds the for_all and exists functions to *_linear_set.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-27 18:47:00 -0700 (Thu, 27 Oct 2005)
Revision: 8014
Log message:
"int16" -> "int16_t". I do not know if this is sufficiently portable, but
"int16" does not seem to work on Mandrake 10.1
Changes | Path |
+2 -2 | libmojave-branches/omake_0_9_7_pre7/cutil/lm_raw.c |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-27 18:50:18 -0700 (Thu, 27 Oct 2005)
Revision: 8015
Log message:
Eliminated some unused variables.
Changes | Path |
+1 -5 | libmojave-branches/omake_0_9_7_pre7/util/lm_parser.ml |
+1 -1 | libmojave-branches/omake_0_9_7_pre7/util/lm_symbol_matrix.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-27 18:56:06 -0700 (Thu, 27 Oct 2005)
Revision: 8016
Log message:
Eliminated couple more unused variables
Changes | Path |
+0 -2 | libmojave-branches/omake_0_9_7_pre7/util/lm_glob.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-27 19:19:33 -0700 (Thu, 27 Oct 2005)
Revision: 8018
Log message:
Eliminated a few more unused variables
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-29 11:24:13 -0700 (Sat, 29 Oct 2005)
Revision: 8044
Log message:
Removing unused variables.
Changes | Path |
+0 -6 | libmojave-branches/omake_0_9_7_pre7/util/lm_lexer.ml |
+0 -14 | libmojave-branches/omake_0_9_7_pre7/util/lm_parser.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-31 19:09:38 -0800 (Mon, 31 Oct 2005)
Revision: 8058
Log message:
- Copying libmojave's omake_0_9_7_ref branch to trunk
- Moving all the libmojave branches to "closed"
- Switching OMake (both 0.9.6.x and omake_0_9_7_ref branches) to using the
libmojave trunk.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-31 19:12:44 -0800 (Mon, 31 Oct 2005)
Revision: 8059
Log message:
Turned out that it is impossible to replace a directory in one commit :-(
Changes | Path |
Copied | libmojave |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-31 19:46:34 -0800 (Mon, 31 Oct 2005)
Revision: 8060
Log message:
There was some strange dupliucation between Lm_parser and Lm_hash, fixing.
Changes | Path |
+6 -0 | libmojave/util/lm_hash.ml |
+1 -0 | libmojave/util/lm_hash.mli |
+1 -149 | libmojave/util/lm_parser.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-31 20:11:02 -0800 (Mon, 31 Oct 2005)
Revision: 8062
Log message:
Killing an unused variable.
Changes | Path |
+1 -1 | libmojave/util/lm_db.ml |