[Omake] SVN Commit: OMake Build System (Rev. 11103)

Jason J. Hickey jyh at cs.caltech.edu
Sun Jun 24 13:11:38 PDT 2007


Convert the test directories.

Also, move

   test/dll/{gtk,fuse,odbc}

to

   contrib/{gtk,fuse,odbc}

----
Changes:
    Added	omake-jumbo-branches/all-features/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/all-features/exclude
    +5 -4	omake-jumbo-branches/all-features/lib/Pervasives.om
    +1 -1	omake-jumbo-branches/all-features/src/Makefile
    +1 -1	omake-jumbo-branches/all-features/src/Makefile.nt
    +1 -0	omake-jumbo-branches/all-features/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/all-features/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/all-features/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/all-features/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/all-features/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/all-features/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/all-features/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/all-features/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/all-features/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/all-features/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/all-features/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/all-features/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/all-features/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/all-features/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/all-features/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/all-features/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/all-features/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/all-features/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/all-features/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/all-features/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/all-features/test/OMakefile
    +18 -11	omake-jumbo-branches/all-features/test/calculator/Test
    +1 -1	omake-jumbo-branches/all-features/test/exn/Test2
    Added	omake-jumbo-branches/all-features/test/exn/Test3/
    Added	omake-jumbo-branches/all-features/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/all-features/test/exn/Test3/output
    Added	omake-jumbo-branches/all-features/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/all-features/test/keyword/
    Added	omake-jumbo-branches/all-features/test/keyword/Test1
    Added	omake-jumbo-branches/all-features/test/keyword/Test2
    Added	omake-jumbo-branches/all-features/test/keyword/Test3
    Added	omake-jumbo-branches/all-features/test/keyword/result.log
    +2 -3	omake-jumbo-branches/all-features/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/all-features/test/object/Test1/object.om
    Added	omake-jumbo-branches/all-features/test/simple/Test4/
    Added	omake-jumbo-branches/all-features/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/all-features/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/all-features/test/simple/Test4/stdout
    Added	omake-jumbo-branches/all-features/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/all-features/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/all-features/tests/
    Added	omake-jumbo-branches/auto/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/auto/exclude
    +5 -4	omake-jumbo-branches/auto/lib/Pervasives.om
    +1 -1	omake-jumbo-branches/auto/src/Makefile
    +1 -1	omake-jumbo-branches/auto/src/Makefile.nt
    +1 -0	omake-jumbo-branches/auto/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/auto/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/auto/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/auto/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/auto/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/auto/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/auto/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/auto/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/auto/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/auto/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/auto/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/auto/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/auto/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/auto/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/auto/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/auto/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/auto/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/auto/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/auto/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/auto/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/auto/test/OMakefile
    Added	omake-jumbo-branches/auto/test/auto/
    Added	omake-jumbo-branches/auto/test/auto/Test1
    +18 -11	omake-jumbo-branches/auto/test/calculator/Test
    +1 -1	omake-jumbo-branches/auto/test/exn/Test2
    Added	omake-jumbo-branches/auto/test/exn/Test3/
    Added	omake-jumbo-branches/auto/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/auto/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/auto/test/keyword/
    Added	omake-jumbo-branches/auto/test/keyword/Test1
    Added	omake-jumbo-branches/auto/test/keyword/Test2
    Added	omake-jumbo-branches/auto/test/keyword/Test3
    +2 -3	omake-jumbo-branches/auto/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/auto/test/object/Test1/object.om
    Added	omake-jumbo-branches/auto/test/simple/Test4/
    Added	omake-jumbo-branches/auto/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/auto/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/auto/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/auto/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/auto/tests/
    Added	omake-jumbo-branches/const/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/const/exclude
    +5 -4	omake-jumbo-branches/const/lib/Pervasives.om
    +1 -0	omake-jumbo-branches/const/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/const/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/const/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/const/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/const/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/const/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/const/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/const/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/const/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/const/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/const/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/const/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/const/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/const/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/const/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/const/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/const/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/const/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/const/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/const/src/ir/omake_value_type.ml
    Properties	omake-jumbo-branches/const/src/libmojave/
    +13 -5	omake-jumbo-branches/const/test/OMakefile
    +18 -11	omake-jumbo-branches/const/test/calculator/Test
    +1 -1	omake-jumbo-branches/const/test/exn/Test2
    Added	omake-jumbo-branches/const/test/exn/Test3/
    Added	omake-jumbo-branches/const/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/const/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/const/test/keyword/
    Added	omake-jumbo-branches/const/test/keyword/Test1
    Added	omake-jumbo-branches/const/test/keyword/Test2
    Added	omake-jumbo-branches/const/test/keyword/Test3
    +2 -3	omake-jumbo-branches/const/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/const/test/object/Test1/object.om
    Added	omake-jumbo-branches/const/test/simple/Test4/
    Added	omake-jumbo-branches/const/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/const/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/const/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/const/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/const/tests/
    Added	omake-jumbo-branches/dll/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/dll/exclude
    +5 -4	omake-jumbo-branches/dll/lib/Pervasives.om
    +1 -1	omake-jumbo-branches/dll/src/Makefile
    +1 -1	omake-jumbo-branches/dll/src/Makefile.nt
    +1 -0	omake-jumbo-branches/dll/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/dll/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/dll/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/dll/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/dll/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/dll/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/dll/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/dll/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/dll/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/dll/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/dll/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/dll/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/dll/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/dll/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/dll/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/dll/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/dll/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/dll/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/dll/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/dll/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/dll/test/OMakefile
    +18 -11	omake-jumbo-branches/dll/test/calculator/Test
    +1 -1	omake-jumbo-branches/dll/test/exn/Test2
    Added	omake-jumbo-branches/dll/test/exn/Test3/
    Added	omake-jumbo-branches/dll/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/dll/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/dll/test/keyword/
    Added	omake-jumbo-branches/dll/test/keyword/Test1
    Added	omake-jumbo-branches/dll/test/keyword/Test2
    Added	omake-jumbo-branches/dll/test/keyword/Test3
    +2 -3	omake-jumbo-branches/dll/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/dll/test/object/Test1/object.om
    Added	omake-jumbo-branches/dll/test/simple/Test4/
    Added	omake-jumbo-branches/dll/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/dll/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/dll/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/dll/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/dll/tests/
    Added	omake-jumbo-branches/dll-fuse/contrib/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/OMakefile
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/README.sh
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/Test.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/browser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/enums.export
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/TargetBrowser/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/raw/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/raw/browser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/examples/raw/text.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse/Gtk.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse/GtkConst.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse_lib.c
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse_post.ml
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse_post.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse_types.c
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/fuse_types.h
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/lib.c
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/main.ml
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/main.om
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/OMakefile
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/dir1/
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/dir1/OMakefile
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/omakefs/omakefs
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/structs.export
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/unions.export
    Added	omake-jumbo-branches/dll-fuse/contrib/fuse/values.export
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/OMakefile
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/README.sh
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/enums.export
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/TargetBrowser/
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/raw/
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/raw/browser.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/examples/raw/text.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_definitions.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_lib.c
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_post.ml
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_post.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_template.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_template_head.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_template_info.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/gtk_types.h
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/main.ml
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/main.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/structs.export
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/test.om
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/unions.export
    Added	omake-jumbo-branches/dll-fuse/contrib/gtk/values.export
    Added	omake-jumbo-branches/dll-fuse/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/dll-fuse/exclude
    +1 -1	omake-jumbo-branches/dll-fuse/src/Makefile
    +1 -1	omake-jumbo-branches/dll-fuse/src/Makefile.nt
    +1 -0	omake-jumbo-branches/dll-fuse/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/dll-fuse/src/ast/omake_ast_print.ml
    +12 -0	omake-jumbo-branches/dll-fuse/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/dll-fuse/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_base.ml
    +93 -88	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/dll-fuse/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/dll-fuse/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/dll-fuse/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/dll-fuse/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/dll-fuse/src/env/omake_env.mli
    +4 -1	omake-jumbo-branches/dll-fuse/src/env/omake_exp_lex.ml
    +2 -0	omake-jumbo-branches/dll-fuse/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/dll-fuse/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/dll-fuse/src/env/omake_ir_semant.ml
    +12 -12	omake-jumbo-branches/dll-fuse/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/dll-fuse/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/dll-fuse/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/dll-fuse/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/dll-fuse/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/dll-fuse/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/dll-fuse/test/OMakefile
    +18 -11	omake-jumbo-branches/dll-fuse/test/calculator/Test
    Added	omake-jumbo-branches/dll-fuse/test/dll/
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/OMakefile
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/libtest.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/main.ml
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test.h
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test_lib.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test_post.ml
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test_post.om
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test_types.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/callback/test_types.h
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/OMakefile
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/libtest.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/main.ml
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/main.om
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/test.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/test.h
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/test_lib.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/test_types.c
    Added	omake-jumbo-branches/dll-fuse/test/dll/simple/test_types.h
    +1 -1	omake-jumbo-branches/dll-fuse/test/exn/Test2
    Added	omake-jumbo-branches/dll-fuse/test/exn/Test3/
    Added	omake-jumbo-branches/dll-fuse/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/dll-fuse/test/exn/Test3/output
    Added	omake-jumbo-branches/dll-fuse/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/dll-fuse/test/keyword/
    Added	omake-jumbo-branches/dll-fuse/test/keyword/Test1
    Added	omake-jumbo-branches/dll-fuse/test/keyword/Test2
    Added	omake-jumbo-branches/dll-fuse/test/keyword/Test3
    Added	omake-jumbo-branches/dll-fuse/test/keyword/result.log
    +2 -3	omake-jumbo-branches/dll-fuse/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/dll-fuse/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/dll-fuse/test/parse/C/Test
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test1/
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test1/test
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test2/
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test2/test
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test3/test
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test4/
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test5/
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/dll-fuse/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/dll-fuse/test/parse/C/input.c
    Added	omake-jumbo-branches/dll-fuse/test/simple/Test4/
    Added	omake-jumbo-branches/dll-fuse/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/dll-fuse/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/dll-fuse/test/simple/Test4/stdout
    Added	omake-jumbo-branches/dll-fuse/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/dll-fuse/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/dll-fuse/tests/
    +5 -0	omake-jumbo-branches/dll-odbc/OMakefile
    Added	omake-jumbo-branches/dll-odbc/contrib/
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/OMakefile
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/README.sh
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/enums.export
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/TargetBrowser/
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/raw/
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/raw/browser.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/examples/raw/text.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_definitions.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_lib.c
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_post.ml
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_post.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_template.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_template_head.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_template_info.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/gtk_types.h
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/main.ml
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/main.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/structs.export
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/test.om
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/unions.export
    Added	omake-jumbo-branches/dll-odbc/contrib/gtk/values.export
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/OMakefile
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/enums.export
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/main.ml
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/main.om
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbc_lib.c
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbc_post.ml
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbc_post.om
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbc_types.c
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbc_types.h
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/odbctest.c
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/structs.export
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/unions.export
    Added	omake-jumbo-branches/dll-odbc/contrib/odbc/values.export
    +7 -3	omake-jumbo-branches/dll-odbc/doc/html/index.html
    Added	omake-jumbo-branches/dll-odbc/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/dll-odbc/exclude
    +1 -2	omake-jumbo-branches/dll-odbc/lib/build/OCaml.om
    +1 -0	omake-jumbo-branches/dll-odbc/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/dll-odbc/src/ast/omake_ast_print.ml
    +12 -0	omake-jumbo-branches/dll-odbc/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/dll-odbc/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_base.ml
    +4 -4	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_io.ml
    +93 -88	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/dll-odbc/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/dll-odbc/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/dll-odbc/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/dll-odbc/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/dll-odbc/src/env/omake_env.mli
    +4 -1	omake-jumbo-branches/dll-odbc/src/env/omake_exp_lex.ml
    +2 -0	omake-jumbo-branches/dll-odbc/src/env/omake_gen_parse.ml
    +49 -32	omake-jumbo-branches/dll-odbc/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/dll-odbc/src/env/omake_ir_semant.ml
    +12 -12	omake-jumbo-branches/dll-odbc/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/dll-odbc/src/ir/omake_ir.ml
    +8 -3	omake-jumbo-branches/dll-odbc/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/dll-odbc/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/dll-odbc/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/dll-odbc/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/dll-odbc/test/OMakefile
    +18 -11	omake-jumbo-branches/dll-odbc/test/calculator/Test
    Added	omake-jumbo-branches/dll-odbc/test/dll/
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/OMakefile
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/libtest.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/main.ml
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test.h
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test_lib.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test_post.ml
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test_post.om
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test_types.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/callback/test_types.h
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/OMakefile
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/libtest.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/main.ml
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/main.om
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/test.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/test.h
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/test_lib.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/test_types.c
    Added	omake-jumbo-branches/dll-odbc/test/dll/simple/test_types.h
    +1 -1	omake-jumbo-branches/dll-odbc/test/exn/Test2
    Added	omake-jumbo-branches/dll-odbc/test/exn/Test3/
    Added	omake-jumbo-branches/dll-odbc/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/dll-odbc/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/dll-odbc/test/keyword/
    Added	omake-jumbo-branches/dll-odbc/test/keyword/Test1
    Added	omake-jumbo-branches/dll-odbc/test/keyword/Test2
    Added	omake-jumbo-branches/dll-odbc/test/keyword/Test3
    +2 -3	omake-jumbo-branches/dll-odbc/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/dll-odbc/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/dll-odbc/test/parse/C/Test
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test1/
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test1/test
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test2/
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test2/test
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test3/test
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test4/
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test5/
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/dll-odbc/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/dll-odbc/test/parse/C/input.c
    Added	omake-jumbo-branches/dll-odbc/test/simple/Test4/
    Added	omake-jumbo-branches/dll-odbc/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/dll-odbc/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/dll-odbc/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/dll-odbc/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/dll-odbc/tests/
    Added	omake-jumbo-branches/dll-syntax/contrib/
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/OMakefile
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/README.sh
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/enums.export
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/TargetBrowser/
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/raw/
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/raw/browser.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/examples/raw/text.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_definitions.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_lib.c
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_post.ml
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_post.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_template.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_template_head.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_template_info.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/gtk_types.h
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/main.ml
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/main.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/structs.export
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/test.om
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/unions.export
    Added	omake-jumbo-branches/dll-syntax/contrib/gtk/values.export
    Added	omake-jumbo-branches/dll-syntax/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/dll-syntax/exclude
    +1 -1	omake-jumbo-branches/dll-syntax/src/Makefile
    +1 -1	omake-jumbo-branches/dll-syntax/src/Makefile.nt
    +1 -0	omake-jumbo-branches/dll-syntax/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/dll-syntax/src/ast/omake_ast_print.ml
    +12 -0	omake-jumbo-branches/dll-syntax/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/dll-syntax/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_base.ml
    +93 -88	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/dll-syntax/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/dll-syntax/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/dll-syntax/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/dll-syntax/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/dll-syntax/src/env/omake_env.mli
    +4 -1	omake-jumbo-branches/dll-syntax/src/env/omake_exp_lex.ml
    +2 -0	omake-jumbo-branches/dll-syntax/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/dll-syntax/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/dll-syntax/src/env/omake_ir_semant.ml
    +12 -12	omake-jumbo-branches/dll-syntax/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/dll-syntax/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/dll-syntax/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/dll-syntax/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/dll-syntax/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/dll-syntax/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/dll-syntax/test/OMakefile
    +18 -11	omake-jumbo-branches/dll-syntax/test/calculator/Test
    Added	omake-jumbo-branches/dll-syntax/test/dll/
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/OMakefile
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/libtest.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/main.ml
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test.h
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test_lib.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test_post.ml
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test_post.om
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test_types.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/callback/test_types.h
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/OMakefile
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/libtest.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/main.ml
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/main.om
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/test.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/test.h
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/test_lib.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/test_types.c
    Added	omake-jumbo-branches/dll-syntax/test/dll/simple/test_types.h
    +1 -1	omake-jumbo-branches/dll-syntax/test/exn/Test2
    Added	omake-jumbo-branches/dll-syntax/test/exn/Test3/
    Added	omake-jumbo-branches/dll-syntax/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/dll-syntax/test/exn/Test3/output
    Added	omake-jumbo-branches/dll-syntax/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/dll-syntax/test/keyword/
    Added	omake-jumbo-branches/dll-syntax/test/keyword/Test1
    Added	omake-jumbo-branches/dll-syntax/test/keyword/Test2
    Added	omake-jumbo-branches/dll-syntax/test/keyword/Test3
    Added	omake-jumbo-branches/dll-syntax/test/keyword/result.log
    +2 -3	omake-jumbo-branches/dll-syntax/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/dll-syntax/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/dll-syntax/test/parse/C/Test
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test1/
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test1/test
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test2/
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test2/test
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test3/test
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test4/
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test5/
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/dll-syntax/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/dll-syntax/test/parse/C/input.c
    Added	omake-jumbo-branches/dll-syntax/test/simple/Test4/
    Added	omake-jumbo-branches/dll-syntax/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/dll-syntax/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/dll-syntax/test/simple/Test4/stdout
    Added	omake-jumbo-branches/dll-syntax/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/dll-syntax/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/dll-syntax/tests/
    Added	omake-jumbo-branches/dll2/contrib/
    Added	omake-jumbo-branches/dll2/contrib/gtk/
    Added	omake-jumbo-branches/dll2/contrib/gtk/OMakefile
    Added	omake-jumbo-branches/dll2/contrib/gtk/OMakeroot
    Added	omake-jumbo-branches/dll2/contrib/gtk/README.sh
    Added	omake-jumbo-branches/dll2/contrib/gtk/enums.export
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/TargetBrowser/
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/raw/
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/raw/browser.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/examples/raw/text.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk/
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_definitions.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_lib.c
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_post.ml
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_post.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_template.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_template_head.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_template_info.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/gtk_types.h
    Added	omake-jumbo-branches/dll2/contrib/gtk/main.ml
    Added	omake-jumbo-branches/dll2/contrib/gtk/main.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/structs.export
    Added	omake-jumbo-branches/dll2/contrib/gtk/test.om
    Added	omake-jumbo-branches/dll2/contrib/gtk/unions.export
    Added	omake-jumbo-branches/dll2/contrib/gtk/values.export
    Added	omake-jumbo-branches/dll2/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/dll2/exclude
    +1 -0	omake-jumbo-branches/dll2/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/dll2/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/dll2/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/dll2/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/dll2/src/builtin/omake_builtin_base.ml
    +93 -88	omake-jumbo-branches/dll2/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/dll2/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/dll2/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/dll2/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/dll2/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/dll2/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/dll2/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/dll2/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/dll2/src/env/omake_ir_semant.ml
    +12 -12	omake-jumbo-branches/dll2/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/dll2/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/dll2/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/dll2/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/dll2/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/dll2/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/dll2/test/OMakefile
    +18 -11	omake-jumbo-branches/dll2/test/calculator/Test
    Added	omake-jumbo-branches/dll2/test/dll/
    Added	omake-jumbo-branches/dll2/test/dll/callback/
    Added	omake-jumbo-branches/dll2/test/dll/callback/OMakefile
    Added	omake-jumbo-branches/dll2/test/dll/callback/OMakeroot
    Added	omake-jumbo-branches/dll2/test/dll/callback/libtest.c
    Added	omake-jumbo-branches/dll2/test/dll/callback/main.ml
    Added	omake-jumbo-branches/dll2/test/dll/callback/test
    Added	omake-jumbo-branches/dll2/test/dll/callback/test.h
    Added	omake-jumbo-branches/dll2/test/dll/callback/test_lib.c
    Added	omake-jumbo-branches/dll2/test/dll/callback/test_post.ml
    Added	omake-jumbo-branches/dll2/test/dll/callback/test_post.om
    Added	omake-jumbo-branches/dll2/test/dll/callback/test_types.c
    Added	omake-jumbo-branches/dll2/test/dll/callback/test_types.h
    Added	omake-jumbo-branches/dll2/test/dll/simple/
    Added	omake-jumbo-branches/dll2/test/dll/simple/OMakefile
    Added	omake-jumbo-branches/dll2/test/dll/simple/OMakeroot
    Added	omake-jumbo-branches/dll2/test/dll/simple/libtest.c
    Added	omake-jumbo-branches/dll2/test/dll/simple/main.ml
    Added	omake-jumbo-branches/dll2/test/dll/simple/main.om
    Added	omake-jumbo-branches/dll2/test/dll/simple/test.c
    Added	omake-jumbo-branches/dll2/test/dll/simple/test.h
    Added	omake-jumbo-branches/dll2/test/dll/simple/test_lib.c
    Added	omake-jumbo-branches/dll2/test/dll/simple/test_types.c
    Added	omake-jumbo-branches/dll2/test/dll/simple/test_types.h
    +1 -1	omake-jumbo-branches/dll2/test/exn/Test2
    Added	omake-jumbo-branches/dll2/test/exn/Test3/
    Added	omake-jumbo-branches/dll2/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/dll2/test/exn/Test3/output
    Added	omake-jumbo-branches/dll2/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/dll2/test/keyword/
    Added	omake-jumbo-branches/dll2/test/keyword/Test1
    Added	omake-jumbo-branches/dll2/test/keyword/Test2
    Added	omake-jumbo-branches/dll2/test/keyword/Test3
    Added	omake-jumbo-branches/dll2/test/keyword/result.log
    +2 -3	omake-jumbo-branches/dll2/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/dll2/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/dll2/test/parse/C/Test
    Added	omake-jumbo-branches/dll2/test/parse/C/Test1/
    Added	omake-jumbo-branches/dll2/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/dll2/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/dll2/test/parse/C/Test1/test
    Added	omake-jumbo-branches/dll2/test/parse/C/Test2/
    Added	omake-jumbo-branches/dll2/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/dll2/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/dll2/test/parse/C/Test2/test
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/dll2/test/parse/C/Test3/test
    Added	omake-jumbo-branches/dll2/test/parse/C/Test4/
    Added	omake-jumbo-branches/dll2/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/dll2/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/dll2/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/dll2/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/dll2/test/parse/C/Test5/
    Added	omake-jumbo-branches/dll2/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/dll2/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/dll2/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/dll2/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/dll2/test/parse/C/input.c
    Added	omake-jumbo-branches/dll2/test/simple/Test4/
    Added	omake-jumbo-branches/dll2/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/dll2/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/dll2/test/simple/Test4/stdout
    Added	omake-jumbo-branches/dll2/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/dll2/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/dll2/tests/
    Added	omake-jumbo-branches/everything/contrib/
    Added	omake-jumbo-branches/everything/contrib/fuse/
    Added	omake-jumbo-branches/everything/contrib/fuse/OMakefile
    Added	omake-jumbo-branches/everything/contrib/fuse/OMakeroot
    Added	omake-jumbo-branches/everything/contrib/fuse/README.sh
    Added	omake-jumbo-branches/everything/contrib/fuse/Test.om
    Added	omake-jumbo-branches/everything/contrib/fuse/enums.export
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/TargetBrowser/
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/raw/
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/raw/browser.om
    Added	omake-jumbo-branches/everything/contrib/fuse/examples/raw/text.om
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse/
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse/Gtk.om
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse/GtkConst.om
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse_lib.c
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse_post.ml
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse_post.om
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse_types.c
    Added	omake-jumbo-branches/everything/contrib/fuse/fuse_types.h
    Added	omake-jumbo-branches/everything/contrib/fuse/main.ml
    Added	omake-jumbo-branches/everything/contrib/fuse/main.om
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/OMakefile
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/OMakeroot
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/dir1/
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/dir1/OMakefile
    Added	omake-jumbo-branches/everything/contrib/fuse/omakefs/omakefs
    Added	omake-jumbo-branches/everything/contrib/fuse/structs.export
    Added	omake-jumbo-branches/everything/contrib/fuse/unions.export
    Added	omake-jumbo-branches/everything/contrib/fuse/values.export
    Added	omake-jumbo-branches/everything/contrib/gtk/
    Added	omake-jumbo-branches/everything/contrib/gtk/OMakefile
    Added	omake-jumbo-branches/everything/contrib/gtk/OMakeroot
    Added	omake-jumbo-branches/everything/contrib/gtk/README.sh
    Added	omake-jumbo-branches/everything/contrib/gtk/enums.export
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/TargetBrowser/
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/TargetBrowser/Browser.om
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/TargetBrowser/TargetBrowser.om
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/TargetBrowser/test.om
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/raw/
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/raw/browser.om
    Added	omake-jumbo-branches/everything/contrib/gtk/examples/raw/text.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_definitions.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_lib.c
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_post.ml
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_post.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_template.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_template_head.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_template_info.om
    Added	omake-jumbo-branches/everything/contrib/gtk/gtk_types.h
    Added	omake-jumbo-branches/everything/contrib/gtk/main.ml
    Added	omake-jumbo-branches/everything/contrib/gtk/main.om
    Added	omake-jumbo-branches/everything/contrib/gtk/structs.export
    Added	omake-jumbo-branches/everything/contrib/gtk/test.om
    Added	omake-jumbo-branches/everything/contrib/gtk/unions.export
    Added	omake-jumbo-branches/everything/contrib/gtk/values.export
    Added	omake-jumbo-branches/everything/contrib/odbc/
    Added	omake-jumbo-branches/everything/contrib/odbc/OMakefile
    Added	omake-jumbo-branches/everything/contrib/odbc/OMakeroot
    Added	omake-jumbo-branches/everything/contrib/odbc/enums.export
    Added	omake-jumbo-branches/everything/contrib/odbc/main.ml
    Added	omake-jumbo-branches/everything/contrib/odbc/main.om
    Added	omake-jumbo-branches/everything/contrib/odbc/odbc_lib.c
    Added	omake-jumbo-branches/everything/contrib/odbc/odbc_post.ml
    Added	omake-jumbo-branches/everything/contrib/odbc/odbc_post.om
    Added	omake-jumbo-branches/everything/contrib/odbc/odbc_types.c
    Added	omake-jumbo-branches/everything/contrib/odbc/odbc_types.h
    Added	omake-jumbo-branches/everything/contrib/odbc/odbctest.c
    Added	omake-jumbo-branches/everything/contrib/odbc/structs.export
    Added	omake-jumbo-branches/everything/contrib/odbc/unions.export
    Added	omake-jumbo-branches/everything/contrib/odbc/values.export
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-all-index.html
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-contents.html
    +10 -10	omake-jumbo-branches/everything/doc/html/omake-doc.html
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-fun-index.html
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-references.html
    +4 -4	omake-jumbo-branches/everything/doc/html/omake-system.html
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-toc.html
    Added	omake-jumbo-branches/everything/exclude
    Added	omake-jumbo-branches/everything/lib/configure/fuse.om
    +1 -1	omake-jumbo-branches/everything/src/Makefile
    +1 -1	omake-jumbo-branches/everything/src/Makefile.nt
    +1 -0	omake-jumbo-branches/everything/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/everything/src/ast/omake_ast_print.ml
    +12 -0	omake-jumbo-branches/everything/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/everything/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/everything/src/builtin/omake_builtin_base.ml
    +93 -88	omake-jumbo-branches/everything/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/everything/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/everything/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/everything/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/everything/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/everything/src/env/omake_env.mli
    +3 -0	omake-jumbo-branches/everything/src/env/omake_exp_lex.ml
    +2 -0	omake-jumbo-branches/everything/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/everything/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/everything/src/env/omake_ir_semant.ml
    +12 -12	omake-jumbo-branches/everything/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/everything/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/everything/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/everything/src/ir/omake_ir_print.ml
    +4 -0	omake-jumbo-branches/everything/src/ir/omake_node.ml
    +16 -8	omake-jumbo-branches/everything/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/everything/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/everything/test/OMakefile
    +18 -11	omake-jumbo-branches/everything/test/calculator/Test
    Added	omake-jumbo-branches/everything/test/dll/
    Added	omake-jumbo-branches/everything/test/dll/callback/
    Added	omake-jumbo-branches/everything/test/dll/callback/OMakefile
    Added	omake-jumbo-branches/everything/test/dll/callback/OMakeroot
    Added	omake-jumbo-branches/everything/test/dll/callback/libtest.c
    Added	omake-jumbo-branches/everything/test/dll/callback/main.ml
    Added	omake-jumbo-branches/everything/test/dll/callback/test
    Added	omake-jumbo-branches/everything/test/dll/callback/test.h
    Added	omake-jumbo-branches/everything/test/dll/callback/test_lib.c
    Added	omake-jumbo-branches/everything/test/dll/callback/test_post.ml
    Added	omake-jumbo-branches/everything/test/dll/callback/test_post.om
    Added	omake-jumbo-branches/everything/test/dll/callback/test_types.c
    Added	omake-jumbo-branches/everything/test/dll/callback/test_types.h
    Added	omake-jumbo-branches/everything/test/dll/simple/
    Added	omake-jumbo-branches/everything/test/dll/simple/OMakefile
    Added	omake-jumbo-branches/everything/test/dll/simple/OMakeroot
    Added	omake-jumbo-branches/everything/test/dll/simple/libtest.c
    Added	omake-jumbo-branches/everything/test/dll/simple/main.ml
    Added	omake-jumbo-branches/everything/test/dll/simple/main.om
    Added	omake-jumbo-branches/everything/test/dll/simple/test.c
    Added	omake-jumbo-branches/everything/test/dll/simple/test.h
    Added	omake-jumbo-branches/everything/test/dll/simple/test_lib.c
    Added	omake-jumbo-branches/everything/test/dll/simple/test_types.c
    Added	omake-jumbo-branches/everything/test/dll/simple/test_types.h
    +1 -1	omake-jumbo-branches/everything/test/exn/Test2
    Added	omake-jumbo-branches/everything/test/exn/Test3/
    Added	omake-jumbo-branches/everything/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/everything/test/exn/Test3/output
    Added	omake-jumbo-branches/everything/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/everything/test/keyword/
    Added	omake-jumbo-branches/everything/test/keyword/Test1
    Added	omake-jumbo-branches/everything/test/keyword/Test2
    Added	omake-jumbo-branches/everything/test/keyword/Test3
    Added	omake-jumbo-branches/everything/test/keyword/result.log
    +2 -3	omake-jumbo-branches/everything/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/everything/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/everything/test/parse/C/Test
    Added	omake-jumbo-branches/everything/test/parse/C/Test1/
    Added	omake-jumbo-branches/everything/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/everything/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/everything/test/parse/C/Test1/test
    Added	omake-jumbo-branches/everything/test/parse/C/Test2/
    Added	omake-jumbo-branches/everything/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/everything/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/everything/test/parse/C/Test2/test
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/everything/test/parse/C/Test3/test
    Added	omake-jumbo-branches/everything/test/parse/C/Test4/
    Added	omake-jumbo-branches/everything/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/everything/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/everything/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/everything/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/everything/test/parse/C/Test5/
    Added	omake-jumbo-branches/everything/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/everything/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/everything/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/everything/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/everything/test/parse/C/input.c
    Added	omake-jumbo-branches/everything/test/simple/Test4/
    Added	omake-jumbo-branches/everything/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/everything/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/everything/test/simple/Test4/stdout
    Added	omake-jumbo-branches/everything/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/everything/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/everything/tests/
    Added	omake-jumbo-branches/int/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/int/exclude
    +5 -4	omake-jumbo-branches/int/lib/Pervasives.om
    +1 -1	omake-jumbo-branches/int/src/Makefile
    +1 -1	omake-jumbo-branches/int/src/Makefile.nt
    +1 -0	omake-jumbo-branches/int/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/int/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/int/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/int/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/int/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/int/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/int/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/int/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/int/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/int/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/int/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/int/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/int/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/int/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/int/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/int/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/int/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/int/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/int/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/int/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/int/test/OMakefile
    +18 -11	omake-jumbo-branches/int/test/calculator/Test
    +1 -1	omake-jumbo-branches/int/test/exn/Test2
    Added	omake-jumbo-branches/int/test/exn/Test3/
    Added	omake-jumbo-branches/int/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/int/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/int/test/keyword/
    Added	omake-jumbo-branches/int/test/keyword/Test1
    Added	omake-jumbo-branches/int/test/keyword/Test2
    Added	omake-jumbo-branches/int/test/keyword/Test3
    +2 -3	omake-jumbo-branches/int/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/int/test/object/Test1/object.om
    Added	omake-jumbo-branches/int/test/simple/Test4/
    Added	omake-jumbo-branches/int/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/int/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/int/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/int/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/int/tests/
    Added	omake-jumbo-branches/keyword/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/keyword/exclude
    +5 -4	omake-jumbo-branches/keyword/lib/Pervasives.om
    +9 -3	omake-jumbo-branches/keyword/src/build/omake_rule.ml
    +6 -14	omake-jumbo-branches/keyword/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/keyword/src/env/omake_ast_lex.mll
    +18 -5	omake-jumbo-branches/keyword/src/env/omake_env.ml
    +3 -1	omake-jumbo-branches/keyword/src/env/omake_env.mli
    +1 -4	omake-jumbo-branches/keyword/src/env/omake_ir_ast.ml
    +4 -4	omake-jumbo-branches/keyword/src/eval/omake_eval.ml
    +1 -0	omake-jumbo-branches/keyword/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/keyword/src/ir/omake_var.ml
    +1 -1	omake-jumbo-branches/keyword/src/ir/omake_var.mli
    +13 -5	omake-jumbo-branches/keyword/test/OMakefile
    +18 -11	omake-jumbo-branches/keyword/test/calculator/Test
    Added	omake-jumbo-branches/keyword/test/exn/Test3/
    Added	omake-jumbo-branches/keyword/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/keyword/test/exn/Test3/output
    Added	omake-jumbo-branches/keyword/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/keyword/test/keyword/
    Added	omake-jumbo-branches/keyword/test/keyword/Test1
    Added	omake-jumbo-branches/keyword/test/keyword/Test2
    Added	omake-jumbo-branches/keyword/test/keyword/Test3
    Added	omake-jumbo-branches/keyword/test/keyword/result.log
    Properties	omake-jumbo-branches/keyword/test/object/Test1/
    +2 -3	omake-jumbo-branches/keyword/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/keyword/test/object/Test1/object.om
    Added	omake-jumbo-branches/keyword/test/simple/Test4/
    Added	omake-jumbo-branches/keyword/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/keyword/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/keyword/test/simple/Test4/stdout
    Added	omake-jumbo-branches/keyword/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/keyword/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/keyword/tests/
    Added	omake-jumbo-branches/parse/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/parse/exclude
    +1 -1	omake-jumbo-branches/parse/src/Makefile
    +1 -1	omake-jumbo-branches/parse/src/Makefile.nt
    +1 -0	omake-jumbo-branches/parse/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/parse/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/parse/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/parse/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/parse/src/builtin/omake_builtin_base.ml
    +93 -88	omake-jumbo-branches/parse/src/builtin/omake_builtin_io_fun.ml
    +4 -1	omake-jumbo-branches/parse/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/parse/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/parse/src/env/omake_command_digest.ml
    +8 -3	omake-jumbo-branches/parse/src/env/omake_env.ml
    +1 -0	omake-jumbo-branches/parse/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/parse/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/parse/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/parse/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/parse/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/parse/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/parse/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/parse/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/parse/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/parse/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/parse/test/OMakefile
    +18 -11	omake-jumbo-branches/parse/test/calculator/Test
    +1 -1	omake-jumbo-branches/parse/test/exn/Test2
    Added	omake-jumbo-branches/parse/test/exn/Test3/
    Added	omake-jumbo-branches/parse/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/parse/test/exn/Test3/output
    Added	omake-jumbo-branches/parse/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/parse/test/keyword/
    Added	omake-jumbo-branches/parse/test/keyword/Test1
    Added	omake-jumbo-branches/parse/test/keyword/Test2
    Added	omake-jumbo-branches/parse/test/keyword/Test3
    Added	omake-jumbo-branches/parse/test/keyword/result.log
    +2 -3	omake-jumbo-branches/parse/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/parse/test/object/Test1/object.om
    Deleted	omake-jumbo-branches/parse/test/parse/C/Test
    Added	omake-jumbo-branches/parse/test/parse/C/Test1/
    Added	omake-jumbo-branches/parse/test/parse/C/Test1/input.c
    Added	omake-jumbo-branches/parse/test/parse/C/Test1/run.osh
    Added	omake-jumbo-branches/parse/test/parse/C/Test1/test
    Added	omake-jumbo-branches/parse/test/parse/C/Test2/
    Added	omake-jumbo-branches/parse/test/parse/C/Test2/input.c
    Added	omake-jumbo-branches/parse/test/parse/C/Test2/run.osh
    Added	omake-jumbo-branches/parse/test/parse/C/Test2/test
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/OMakefile
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/OMakeroot
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/Test.om
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/input.c
    Added	omake-jumbo-branches/parse/test/parse/C/Test3/test
    Added	omake-jumbo-branches/parse/test/parse/C/Test4/
    Added	omake-jumbo-branches/parse/test/parse/C/Test4/OMakefile
    Added	omake-jumbo-branches/parse/test/parse/C/Test4/OMakeroot
    Added	omake-jumbo-branches/parse/test/parse/C/Test4/Test.om
    Added	omake-jumbo-branches/parse/test/parse/C/Test4/input.c
    Added	omake-jumbo-branches/parse/test/parse/C/Test5/
    Added	omake-jumbo-branches/parse/test/parse/C/Test5/OMakefile
    Added	omake-jumbo-branches/parse/test/parse/C/Test5/OMakeroot
    Added	omake-jumbo-branches/parse/test/parse/C/Test5/Test.om
    Added	omake-jumbo-branches/parse/test/parse/C/Test5/input.c
    Deleted	omake-jumbo-branches/parse/test/parse/C/input.c
    Added	omake-jumbo-branches/parse/test/simple/Test4/
    Added	omake-jumbo-branches/parse/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/parse/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/parse/test/simple/Test4/stdout
    Added	omake-jumbo-branches/parse/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/parse/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/parse/tests/
    Added	omake-jumbo-branches/syntax/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/syntax/exclude
    +5 -4	omake-jumbo-branches/syntax/lib/Pervasives.om
    +9 -3	omake-jumbo-branches/syntax/src/build/omake_rule.ml
    +6 -14	omake-jumbo-branches/syntax/src/builtin/omake_builtin_io_fun.ml
    +18 -5	omake-jumbo-branches/syntax/src/env/omake_env.ml
    +3 -1	omake-jumbo-branches/syntax/src/env/omake_env.mli
    +1 -4	omake-jumbo-branches/syntax/src/env/omake_ir_ast.ml
    +4 -4	omake-jumbo-branches/syntax/src/eval/omake_eval.ml
    +1 -0	omake-jumbo-branches/syntax/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/syntax/src/ir/omake_var.ml
    +1 -1	omake-jumbo-branches/syntax/src/ir/omake_var.mli
    +13 -5	omake-jumbo-branches/syntax/test/OMakefile
    +18 -11	omake-jumbo-branches/syntax/test/calculator/Test
    Added	omake-jumbo-branches/syntax/test/exn/Test3/
    Added	omake-jumbo-branches/syntax/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/syntax/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/syntax/test/keyword/
    Added	omake-jumbo-branches/syntax/test/keyword/Test1
    Added	omake-jumbo-branches/syntax/test/keyword/Test2
    Added	omake-jumbo-branches/syntax/test/keyword/Test3
    +2 -3	omake-jumbo-branches/syntax/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/syntax/test/object/Test1/object.om
    Added	omake-jumbo-branches/syntax/test/simple/Test4/
    Added	omake-jumbo-branches/syntax/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/syntax/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/syntax/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/syntax/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/syntax/tests/
    Added	omake-jumbo-branches/var2/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/var2/exclude
    +5 -4	omake-jumbo-branches/var2/lib/Pervasives.om
    +9 -3	omake-jumbo-branches/var2/src/build/omake_rule.ml
    +6 -14	omake-jumbo-branches/var2/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/var2/src/env/omake_ast_lex.mll
    +18 -5	omake-jumbo-branches/var2/src/env/omake_env.ml
    +3 -1	omake-jumbo-branches/var2/src/env/omake_env.mli
    +1 -4	omake-jumbo-branches/var2/src/env/omake_ir_ast.ml
    +4 -4	omake-jumbo-branches/var2/src/eval/omake_eval.ml
    +1 -0	omake-jumbo-branches/var2/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/var2/src/ir/omake_var.ml
    +1 -1	omake-jumbo-branches/var2/src/ir/omake_var.mli
    +13 -5	omake-jumbo-branches/var2/test/OMakefile
    +18 -11	omake-jumbo-branches/var2/test/calculator/Test
    Added	omake-jumbo-branches/var2/test/exn/Test3/
    Added	omake-jumbo-branches/var2/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/var2/test/exn/Test3/output
    Added	omake-jumbo-branches/var2/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/var2/test/keyword/
    Added	omake-jumbo-branches/var2/test/keyword/Test1
    Added	omake-jumbo-branches/var2/test/keyword/Test2
    Added	omake-jumbo-branches/var2/test/keyword/Test3
    Added	omake-jumbo-branches/var2/test/keyword/result.log
    Properties	omake-jumbo-branches/var2/test/object/Test1/
    +2 -3	omake-jumbo-branches/var2/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/var2/test/object/Test1/object.om
    Added	omake-jumbo-branches/var2/test/simple/Test4/
    Added	omake-jumbo-branches/var2/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/var2/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/var2/test/simple/Test4/stdout
    Added	omake-jumbo-branches/var2/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/var2/test/targets/Test1/OMakefile
    Deleted	omake-jumbo-branches/var2/tests/
    Added	omake-jumbo-branches/var3/doc/html/omake-language-naming.html
    Added	omake-jumbo-branches/var3/exclude
    +5 -4	omake-jumbo-branches/var3/lib/Pervasives.om
    +1 -1	omake-jumbo-branches/var3/src/Makefile
    +1 -1	omake-jumbo-branches/var3/src/Makefile.nt
    +1 -0	omake-jumbo-branches/var3/src/ast/omake_ast.ml
    +13 -0	omake-jumbo-branches/var3/src/ast/omake_ast_print.ml
    +7 -0	omake-jumbo-branches/var3/src/ast/omake_ast_util.ml
    +9 -3	omake-jumbo-branches/var3/src/build/omake_rule.ml
    +22 -11	omake-jumbo-branches/var3/src/builtin/omake_builtin_base.ml
    +95 -98	omake-jumbo-branches/var3/src/builtin/omake_builtin_io_fun.ml
    +5 -2	omake-jumbo-branches/var3/src/env/omake_ast_lex.mll
    +12 -0	omake-jumbo-branches/var3/src/env/omake_ast_parse.input
    +39 -7	omake-jumbo-branches/var3/src/env/omake_command_digest.ml
    +16 -3	omake-jumbo-branches/var3/src/env/omake_env.ml
    +2 -0	omake-jumbo-branches/var3/src/env/omake_env.mli
    +2 -0	omake-jumbo-branches/var3/src/env/omake_gen_parse.ml
    +45 -26	omake-jumbo-branches/var3/src/env/omake_ir_ast.ml
    +16 -5	omake-jumbo-branches/var3/src/env/omake_ir_semant.ml
    +11 -11	omake-jumbo-branches/var3/src/eval/omake_eval.ml
    +4 -1	omake-jumbo-branches/var3/src/ir/omake_ir.ml
    +6 -1	omake-jumbo-branches/var3/src/ir/omake_ir_free_vars.ml
    +19 -8	omake-jumbo-branches/var3/src/ir/omake_ir_print.ml
    +16 -8	omake-jumbo-branches/var3/src/ir/omake_value_print.ml
    +7 -1	omake-jumbo-branches/var3/src/ir/omake_value_type.ml
    +13 -5	omake-jumbo-branches/var3/test/OMakefile
    +18 -11	omake-jumbo-branches/var3/test/calculator/Test
    +1 -1	omake-jumbo-branches/var3/test/exn/Test2
    Added	omake-jumbo-branches/var3/test/exn/Test3/
    Added	omake-jumbo-branches/var3/test/exn/Test3/exn.om
    Added	omake-jumbo-branches/var3/test/exn/Test3/output
    Added	omake-jumbo-branches/var3/test/exn/Test3/run.osh
    Added	omake-jumbo-branches/var3/test/keyword/
    Added	omake-jumbo-branches/var3/test/keyword/Test1
    Added	omake-jumbo-branches/var3/test/keyword/Test2
    Added	omake-jumbo-branches/var3/test/keyword/Test3
    Added	omake-jumbo-branches/var3/test/keyword/result.log
    +2 -3	omake-jumbo-branches/var3/test/object/Test1/OMakefile
    +1 -1	omake-jumbo-branches/var3/test/object/Test1/object.om
    Added	omake-jumbo-branches/var3/test/simple/Test4/
    Added	omake-jumbo-branches/var3/test/simple/Test4/run.osh
    Added	omake-jumbo-branches/var3/test/simple/Test4/simple.om
    Added	omake-jumbo-branches/var3/test/simple/Test4/stdout
    Added	omake-jumbo-branches/var3/test/simple/Test4/stdout.expected
    +2 -2	omake-jumbo-branches/var3/test/targets/Test1/OMakefile
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/24.13:11:38



More information about the OMake-CVS mailing list