Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-08-03 14:53:13 -0700 (Fri, 03 Aug 2007)
Revision: 11559
Log message:

      Regenerated the var3 branch.

Changes  Path
Added omake-branches/jumbo/merge-all-branches
+1 -1 omake-branches/jumbo/merge-branch
+1 -1 omake-branches/jumbo/redo-branch
Added omake-branches/jumbo/var3/
+22 -32 omake-branches/jumbo/var3/OMakefile
+5 -7 omake-branches/jumbo/var3/OMakeroot
+24 -24 omake-branches/jumbo/var3/doc/OMakefile
+1 -0 omake-branches/jumbo/var3/doc/src/omake-doc.tex
+102 -26 omake-branches/jumbo/var3/doc/src/omake-language-naming.tex
+207 -251 omake-branches/jumbo/var3/lib/Pervasives.om
+2 -2 omake-branches/jumbo/var3/lib/boot/Default
+1 -1 omake-branches/jumbo/var3/lib/boot/License
+6 -2 omake-branches/jumbo/var3/lib/build/C.om
+27 -27 omake-branches/jumbo/var3/lib/build/Common.om
+8 -4 omake-branches/jumbo/var3/lib/build/LaTeX.om
+10 -8 omake-branches/jumbo/var3/lib/build/OCaml.om
+6 -5 omake-branches/jumbo/var3/lib/build/svn_realclean.om
+19 -28 omake-branches/jumbo/var3/lib/configure/Configure.om
+1 -1 omake-branches/jumbo/var3/lib/configure/X.om
+1 -0 omake-branches/jumbo/var3/lib/configure/snprintf.om
+19 -18 omake-branches/jumbo/var3/mk/defaults
+3 -3 omake-branches/jumbo/var3/mk/make_config
+26 -26 omake-branches/jumbo/var3/mk/make_gen
+13 -5 omake-branches/jumbo/var3/src/Makefile
+13 -5 omake-branches/jumbo/var3/src/Makefile.nt
+1 -1 omake-branches/jumbo/var3/src/OMakefile
+1 -1 omake-branches/jumbo/var3/src/ast/OMakefile
+12 -7 omake-branches/jumbo/var3/src/ast/omake_ast.ml
+28 -18 omake-branches/jumbo/var3/src/ast/omake_ast_print.ml
+17 -18 omake-branches/jumbo/var3/src/ast/omake_ast_util.ml
+1 -1 omake-branches/jumbo/var3/src/build/OMakefile
+2 -2 omake-branches/jumbo/var3/src/build/omake_build.ml
+45 -36 omake-branches/jumbo/var3/src/build/omake_builtin.ml
+0 -1 omake-branches/jumbo/var3/src/build/omake_builtin.mli
+15 -24 omake-branches/jumbo/var3/src/build/omake_builtin_util.ml
+0 -4 omake-branches/jumbo/var3/src/build/omake_builtin_util.mli
+7 -3 omake-branches/jumbo/var3/src/build/omake_rule.ml
+1 -1 omake-branches/jumbo/var3/src/builtin/OMakefile
+37 -12 omake-branches/jumbo/var3/src/builtin/omake_builtin_base.ml
+9 -9 omake-branches/jumbo/var3/src/builtin/omake_builtin_file.ml
+101 -98 omake-branches/jumbo/var3/src/builtin/omake_builtin_io_fun.ml
+16 -54 omake-branches/jumbo/var3/src/builtin/omake_builtin_object.ml
+1 -0 omake-branches/jumbo/var3/src/builtin/omake_builtin_shell.ml
+3 -3 omake-branches/jumbo/var3/src/clib/OMakefile
+3 -3 omake-branches/jumbo/var3/src/env/OMakefile
+4 -1 omake-branches/jumbo/var3/src/env/omake_ast_lex.mll
+128 -150 omake-branches/jumbo/var3/src/env/omake_ast_parse.input
+130 -46 omake-branches/jumbo/var3/src/env/omake_command_digest.ml
+1330 -501 omake-branches/jumbo/var3/src/env/omake_env.ml
+70 -50 omake-branches/jumbo/var3/src/env/omake_env.mli
+2 -0 omake-branches/jumbo/var3/src/env/omake_gen_parse.ml
+964 -349 omake-branches/jumbo/var3/src/env/omake_ir_ast.ml
+5 -7 omake-branches/jumbo/var3/src/env/omake_ir_ast.mli
+27 -21 omake-branches/jumbo/var3/src/env/omake_ir_semant.ml
+1 -1 omake-branches/jumbo/var3/src/eval/OMakefile
+415 -356 omake-branches/jumbo/var3/src/eval/omake_eval.ml
+14 -15 omake-branches/jumbo/var3/src/eval/omake_eval.mli
+9 -1 omake-branches/jumbo/var3/src/eval/omake_value.ml
+1 -1 omake-branches/jumbo/var3/src/exec/OMakefile
+2 -1 omake-branches/jumbo/var3/src/ir/OMakefile
+43 -21 omake-branches/jumbo/var3/src/ir/omake_cache.ml
+3 -2 omake-branches/jumbo/var3/src/ir/omake_cache.mli
+83 -64 omake-branches/jumbo/var3/src/ir/omake_ir.ml
+14 -12 omake-branches/jumbo/var3/src/ir/omake_ir_free_vars.ml
+138 -60 omake-branches/jumbo/var3/src/ir/omake_ir_print.ml
+3 -0 omake-branches/jumbo/var3/src/ir/omake_ir_print.mli
+6 -7 omake-branches/jumbo/var3/src/ir/omake_ir_util.ml
Copied omake-branches/jumbo/var3/src/ir/omake_name.ml (from rev 11558, omake-jumbo-branches/var3/src/ir/omake_name.ml)
Copied omake-branches/jumbo/var3/src/ir/omake_name.mli (from rev 11558, omake-jumbo-branches/var3/src/ir/omake_name.mli)
+7 -4 omake-branches/jumbo/var3/src/ir/omake_node_sig.ml
+26 -9 omake-branches/jumbo/var3/src/ir/omake_pos.ml
+3 -3 omake-branches/jumbo/var3/src/ir/omake_state.mli
+4 -1 omake-branches/jumbo/var3/src/ir/omake_symbol.ml
+86 -33 omake-branches/jumbo/var3/src/ir/omake_value_print.ml
+83 -18 omake-branches/jumbo/var3/src/ir/omake_value_type.ml
+8 -9 omake-branches/jumbo/var3/src/ir/omake_var.ml
+177 -0 omake-branches/jumbo/var3/src/ir/omake_virtual_id.ml
+48 -0 omake-branches/jumbo/var3/src/ir/omake_virtual_id.mli
Properties omake-branches/jumbo/var3/src/libmojave/
+14 -11 omake-branches/jumbo/var3/src/libmojave/OMakefile
+5 -5 omake-branches/jumbo/var3/src/magic/OMakefile
+1 -1 omake-branches/jumbo/var3/src/main/OMakefile
+5 -1 omake-branches/jumbo/var3/src/main/omake_main.ml
+45 -28 omake-branches/jumbo/var3/src/main/omake_shell.ml
+4 -4 omake-branches/jumbo/var3/src/shell/OMakefile
+1 -1 omake-branches/jumbo/var3/src/shell/omake_shell_completion.ml
+4 -3 omake-branches/jumbo/var3/src/shell/omake_shell_job.ml
+3 -3 omake-branches/jumbo/var3/src/util/OMakefile
+3 -3 omake-branches/jumbo/var3/src/util/omake_print_util.ml
+3 -3 omake-branches/jumbo/var3/src/util/omake_print_util.mli
+1 -1 omake-branches/jumbo/var3/test/exn/Test2