[Omake] SVN Commit: OMake Build System [0.9.9.x] (Rev. 11106)
Jason J. Hickey
jyh at cs.caltech.edu
Sun Jun 24 13:26:45 PDT 2007
Update against rev 11105.
These kind of updates are really hard, since the changes are distributed
across the 16 jumbo branches, and some of the work is linear in the
number of branches.
I'm not sure how important the jumbo branches are. They aren't very
important to me personally, and I don't know if I have the time to
support them indefinitely.
----
Changes:
+5 -0 omake-branches/0.9.9.x/OMakefile
+8 -0 omake-branches/0.9.9.x/doc/html/index.html
+1 -1 omake-branches/0.9.9.x/doc/html/omake-all-index.html
+1 -1 omake-branches/0.9.9.x/doc/html/omake-contents.html
+10 -10 omake-branches/0.9.9.x/doc/html/omake-doc.html
+1 -1 omake-branches/0.9.9.x/doc/html/omake-fun-index.html
+1 -1 omake-branches/0.9.9.x/doc/html/omake-references.html
+4 -4 omake-branches/0.9.9.x/doc/html/omake-system.html
+1 -1 omake-branches/0.9.9.x/doc/html/omake-toc.html
Added omake-branches/0.9.9.x/exclude
+1 -2 omake-branches/0.9.9.x/lib/build/OCaml.om
Added omake-branches/0.9.9.x/lib/configure/fuse.om
+1 -0 omake-branches/0.9.9.x/src/ast/omake_ast.ml
+13 -0 omake-branches/0.9.9.x/src/ast/omake_ast_print.ml
+12 -0 omake-branches/0.9.9.x/src/ast/omake_ast_util.ml
+9 -3 omake-branches/0.9.9.x/src/build/omake_rule.ml
+22 -11 omake-branches/0.9.9.x/src/builtin/omake_builtin_base.ml
+4 -4 omake-branches/0.9.9.x/src/builtin/omake_builtin_io.ml
+93 -88 omake-branches/0.9.9.x/src/builtin/omake_builtin_io_fun.ml
+4 -1 omake-branches/0.9.9.x/src/env/omake_ast_lex.mll
+12 -0 omake-branches/0.9.9.x/src/env/omake_ast_parse.input
+39 -7 omake-branches/0.9.9.x/src/env/omake_command_digest.ml
+8 -3 omake-branches/0.9.9.x/src/env/omake_env.ml
+1 -0 omake-branches/0.9.9.x/src/env/omake_env.mli
+3 -0 omake-branches/0.9.9.x/src/env/omake_exp_lex.ml
+2 -0 omake-branches/0.9.9.x/src/env/omake_gen_parse.ml
+49 -32 omake-branches/0.9.9.x/src/env/omake_ir_ast.ml
+16 -5 omake-branches/0.9.9.x/src/env/omake_ir_semant.ml
+12 -12 omake-branches/0.9.9.x/src/eval/omake_eval.ml
+4 -1 omake-branches/0.9.9.x/src/ir/omake_ir.ml
+8 -3 omake-branches/0.9.9.x/src/ir/omake_ir_free_vars.ml
+19 -8 omake-branches/0.9.9.x/src/ir/omake_ir_print.ml
+4 -0 omake-branches/0.9.9.x/src/ir/omake_node.ml
+16 -8 omake-branches/0.9.9.x/src/ir/omake_value_print.ml
+7 -1 omake-branches/0.9.9.x/src/ir/omake_value_type.ml
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/24.13:26:45
More information about the OMake-CVS
mailing list