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

Jason J. Hickey jyh at cs.caltech.edu
Wed Jun 13 12:53:23 PDT 2007


Merge to rev 10950.

----
Changes:
    +3 -0	omake-jumbo-branches/all-features/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/all-features/doc/OMakefile
    +7 -0	omake-jumbo-branches/all-features/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/all-features/doc/html/download.html
    +543 -535	omake-jumbo-branches/all-features/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/all-features/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/all-features/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/all-features/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/all-features/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/all-features/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/all-features/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/all-features/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/all-features/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/all-features/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/all-features/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/all-features/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/all-features/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/all-features/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/all-features/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/all-features/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/all-features/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/all-features/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/all-features/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/all-features/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/all-features/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/all-features/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/all-features/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/all-features/doc/html/omake.html
    +10 -10	omake-jumbo-branches/all-features/doc/html/osh.html
    +471 -463	omake-jumbo-branches/all-features/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/all-features/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/all-features/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/all-features/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/all-features/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/all-features/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/all-features/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/all-features/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/all-features/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/all-features/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/all-features/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/all-features/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/all-features/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/all-features/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/all-features/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/all-features/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/all-features/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/all-features/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/all-features/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/all-features/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/all-features/make_dmg
    +1 -1	omake-jumbo-branches/all-features/mk/make_config
    +1 -1	omake-jumbo-branches/all-features/omake.spec
    +2 -0	omake-jumbo-branches/all-features/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/all-features/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/all-features/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/all-features/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/all-features/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/all-features/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/all-features/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/all-features/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/all-features/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/all-features/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/all-features/version.txt
    +3 -0	omake-jumbo-branches/auto/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/auto/doc/OMakefile
    +7 -0	omake-jumbo-branches/auto/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/auto/doc/html/download.html
    +543 -535	omake-jumbo-branches/auto/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/auto/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/auto/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/auto/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/auto/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/auto/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/auto/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/auto/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/auto/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/auto/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/auto/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/auto/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/auto/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/auto/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/auto/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/auto/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/auto/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/auto/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/auto/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/auto/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/auto/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/auto/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/auto/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/auto/doc/html/omake.html
    +10 -10	omake-jumbo-branches/auto/doc/html/osh.html
    +471 -463	omake-jumbo-branches/auto/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/auto/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/auto/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/auto/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/auto/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/auto/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/auto/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/auto/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/auto/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/auto/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/auto/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/auto/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/auto/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/auto/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/auto/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/auto/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/auto/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/auto/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/auto/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/auto/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/auto/make_dmg
    +1 -1	omake-jumbo-branches/auto/mk/make_config
    +1 -1	omake-jumbo-branches/auto/omake.spec
    +2 -0	omake-jumbo-branches/auto/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/auto/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/auto/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/auto/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/auto/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/auto/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/auto/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/auto/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/auto/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/auto/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/auto/version.txt
    +3 -0	omake-jumbo-branches/const/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/const/doc/OMakefile
    +7 -0	omake-jumbo-branches/const/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/const/doc/html/download.html
    +543 -535	omake-jumbo-branches/const/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/const/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/const/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/const/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/const/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/const/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/const/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/const/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/const/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/const/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/const/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/const/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/const/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/const/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/const/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/const/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/const/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/const/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/const/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/const/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/const/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/const/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/const/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/const/doc/html/omake.html
    +10 -10	omake-jumbo-branches/const/doc/html/osh.html
    +471 -463	omake-jumbo-branches/const/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/const/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/const/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/const/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/const/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/const/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/const/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/const/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/const/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/const/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/const/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/const/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/const/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/const/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/const/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/const/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/const/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/const/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/const/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/const/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/const/make_dmg
    +1 -1	omake-jumbo-branches/const/mk/make_config
    +1 -1	omake-jumbo-branches/const/omake.spec
    +2 -0	omake-jumbo-branches/const/src/build/omake_rule.ml
    +17 -16	omake-jumbo-branches/const/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/const/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/const/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/const/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/const/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/const/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/const/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/const/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/const/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/const/version.txt
    +3 -0	omake-jumbo-branches/dll/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/dll/doc/OMakefile
    +7 -0	omake-jumbo-branches/dll/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/dll/doc/html/download.html
    +543 -535	omake-jumbo-branches/dll/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/dll/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/dll/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/dll/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/dll/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/dll/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/dll/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/dll/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/dll/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/dll/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/dll/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/dll/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/dll/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/dll/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/dll/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/dll/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/dll/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/dll/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/dll/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/dll/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/dll/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/dll/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/dll/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/dll/doc/html/omake.html
    +10 -10	omake-jumbo-branches/dll/doc/html/osh.html
    +471 -463	omake-jumbo-branches/dll/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/dll/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/dll/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/dll/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/dll/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/dll/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/dll/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/dll/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/dll/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/dll/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/dll/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/dll/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/dll/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/dll/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/dll/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/dll/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/dll/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/dll/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/dll/make_dmg
    +1 -1	omake-jumbo-branches/dll/mk/make_config
    +1 -1	omake-jumbo-branches/dll/omake.spec
    +2 -0	omake-jumbo-branches/dll/src/build/omake_rule.ml
    +17 -16	omake-jumbo-branches/dll/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/dll/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/dll/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/dll/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/dll/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/dll/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/dll/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/dll/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/dll/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/dll/version.txt
    +3 -0	omake-jumbo-branches/dll-fuse/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/dll-fuse/doc/OMakefile
    +7 -0	omake-jumbo-branches/dll-fuse/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/dll-fuse/doc/html/download.html
    +543 -535	omake-jumbo-branches/dll-fuse/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/dll-fuse/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/dll-fuse/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/dll-fuse/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/dll-fuse/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/dll-fuse/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/dll-fuse/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/dll-fuse/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/dll-fuse/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/dll-fuse/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/dll-fuse/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/dll-fuse/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/dll-fuse/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/dll-fuse/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/dll-fuse/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/dll-fuse/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/dll-fuse/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/dll-fuse/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/dll-fuse/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/dll-fuse/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/dll-fuse/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/dll-fuse/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/dll-fuse/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/dll-fuse/doc/html/omake.html
    +10 -10	omake-jumbo-branches/dll-fuse/doc/html/osh.html
    +471 -463	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-fuse/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/dll-fuse/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-fuse/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/dll-fuse/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/dll-fuse/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/dll-fuse/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/dll-fuse/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/dll-fuse/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/dll-fuse/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/dll-fuse/make_dmg
    +1 -1	omake-jumbo-branches/dll-fuse/mk/make_config
    +1 -1	omake-jumbo-branches/dll-fuse/omake.spec
    +2 -0	omake-jumbo-branches/dll-fuse/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/dll-fuse/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/dll-fuse/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/dll-fuse/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/dll-fuse/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/dll-fuse/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/dll-fuse/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/dll-fuse/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/dll-fuse/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/dll-fuse/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/dll-fuse/version.txt
    +3 -0	omake-jumbo-branches/dll-odbc/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/dll-odbc/doc/OMakefile
    +7 -0	omake-jumbo-branches/dll-odbc/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/dll-odbc/doc/html/download.html
    +543 -535	omake-jumbo-branches/dll-odbc/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/dll-odbc/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/dll-odbc/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/dll-odbc/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/dll-odbc/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/dll-odbc/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/dll-odbc/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/dll-odbc/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/dll-odbc/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/dll-odbc/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/dll-odbc/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/dll-odbc/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/dll-odbc/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/dll-odbc/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/dll-odbc/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/dll-odbc/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/dll-odbc/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/dll-odbc/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/dll-odbc/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/dll-odbc/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/dll-odbc/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/dll-odbc/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/dll-odbc/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/dll-odbc/doc/html/omake.html
    +10 -10	omake-jumbo-branches/dll-odbc/doc/html/osh.html
    +471 -463	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-odbc/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/dll-odbc/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-odbc/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/dll-odbc/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/dll-odbc/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/dll-odbc/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/dll-odbc/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/dll-odbc/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/dll-odbc/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/dll-odbc/make_dmg
    +1 -1	omake-jumbo-branches/dll-odbc/mk/make_config
    +1 -1	omake-jumbo-branches/dll-odbc/omake.spec
    +2 -0	omake-jumbo-branches/dll-odbc/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/dll-odbc/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/dll-odbc/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/dll-odbc/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/dll-odbc/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/dll-odbc/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/dll-odbc/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/dll-odbc/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/dll-odbc/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/dll-odbc/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/dll-odbc/version.txt
    +3 -0	omake-jumbo-branches/dll-syntax/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/dll-syntax/doc/OMakefile
    +7 -0	omake-jumbo-branches/dll-syntax/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/dll-syntax/doc/html/download.html
    +543 -535	omake-jumbo-branches/dll-syntax/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/dll-syntax/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/dll-syntax/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/dll-syntax/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/dll-syntax/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/dll-syntax/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/dll-syntax/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/dll-syntax/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/dll-syntax/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/dll-syntax/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/dll-syntax/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/dll-syntax/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/dll-syntax/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/dll-syntax/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/dll-syntax/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/dll-syntax/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/dll-syntax/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/dll-syntax/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/dll-syntax/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/dll-syntax/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/dll-syntax/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/dll-syntax/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/dll-syntax/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/dll-syntax/doc/html/omake.html
    +10 -10	omake-jumbo-branches/dll-syntax/doc/html/osh.html
    +471 -463	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-syntax/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/dll-syntax/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-syntax/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/dll-syntax/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/dll-syntax/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/dll-syntax/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/dll-syntax/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/dll-syntax/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/dll-syntax/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/dll-syntax/make_dmg
    +1 -1	omake-jumbo-branches/dll-syntax/mk/make_config
    +1 -1	omake-jumbo-branches/dll-syntax/omake.spec
    +2 -0	omake-jumbo-branches/dll-syntax/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/dll-syntax/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/dll-syntax/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/dll-syntax/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/dll-syntax/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/dll-syntax/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/dll-syntax/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/dll-syntax/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/dll-syntax/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/dll-syntax/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/dll-syntax/version.txt
    +3 -0	omake-jumbo-branches/dll2/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/dll2/doc/OMakefile
    +7 -0	omake-jumbo-branches/dll2/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/dll2/doc/html/download.html
    +543 -535	omake-jumbo-branches/dll2/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/dll2/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/dll2/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/dll2/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/dll2/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/dll2/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/dll2/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/dll2/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/dll2/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/dll2/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/dll2/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/dll2/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/dll2/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/dll2/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/dll2/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/dll2/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/dll2/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/dll2/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/dll2/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/dll2/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/dll2/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/dll2/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/dll2/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/dll2/doc/html/omake.html
    +10 -10	omake-jumbo-branches/dll2/doc/html/osh.html
    +471 -463	omake-jumbo-branches/dll2/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/dll2/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/dll2/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/dll2/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/dll2/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/dll2/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/dll2/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/dll2/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/dll2/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/dll2/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/dll2/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll2/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/dll2/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll2/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/dll2/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/dll2/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/dll2/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/dll2/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/dll2/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/dll2/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/dll2/make_dmg
    +1 -1	omake-jumbo-branches/dll2/mk/make_config
    +1 -1	omake-jumbo-branches/dll2/omake.spec
    +2 -0	omake-jumbo-branches/dll2/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/dll2/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/dll2/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/dll2/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/dll2/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/dll2/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/dll2/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/dll2/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/dll2/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/dll2/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/dll2/version.txt
    +3 -0	omake-jumbo-branches/everything/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/everything/doc/OMakefile
    +7 -0	omake-jumbo-branches/everything/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/everything/doc/html/download.html
    +543 -535	omake-jumbo-branches/everything/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/everything/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/everything/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/everything/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/everything/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/everything/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/everything/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/everything/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/everything/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/everything/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/everything/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/everything/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/everything/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/everything/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/everything/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/everything/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/everything/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/everything/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/everything/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/everything/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/everything/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/everything/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/everything/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/everything/doc/html/omake.html
    +10 -10	omake-jumbo-branches/everything/doc/html/osh.html
    +471 -463	omake-jumbo-branches/everything/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/everything/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/everything/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/everything/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/everything/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/everything/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/everything/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/everything/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/everything/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/everything/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/everything/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/everything/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/everything/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/everything/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/everything/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/everything/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/everything/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/everything/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/everything/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/everything/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/everything/make_dmg
    +1 -1	omake-jumbo-branches/everything/mk/make_config
    +1 -1	omake-jumbo-branches/everything/omake.spec
    +2 -0	omake-jumbo-branches/everything/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/everything/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/everything/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/everything/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/everything/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/everything/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/everything/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/everything/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/everything/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/everything/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/everything/version.txt
    +3 -0	omake-jumbo-branches/int/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/int/doc/OMakefile
    +7 -0	omake-jumbo-branches/int/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/int/doc/html/download.html
    +543 -535	omake-jumbo-branches/int/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/int/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/int/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/int/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/int/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/int/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/int/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/int/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/int/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/int/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/int/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/int/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/int/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/int/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/int/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/int/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/int/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/int/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/int/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/int/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/int/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/int/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/int/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/int/doc/html/omake.html
    +10 -10	omake-jumbo-branches/int/doc/html/osh.html
    +471 -463	omake-jumbo-branches/int/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/int/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/int/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/int/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/int/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/int/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/int/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/int/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/int/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/int/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/int/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/int/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/int/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/int/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/int/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/int/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/int/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/int/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/int/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/int/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/int/make_dmg
    +1 -1	omake-jumbo-branches/int/mk/make_config
    +1 -1	omake-jumbo-branches/int/omake.spec
    +2 -0	omake-jumbo-branches/int/src/build/omake_rule.ml
    +17 -16	omake-jumbo-branches/int/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/int/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/int/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/int/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/int/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/int/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/int/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/int/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/int/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/int/version.txt
    +3 -0	omake-jumbo-branches/keyword/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/keyword/doc/OMakefile
    +7 -0	omake-jumbo-branches/keyword/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/keyword/doc/html/download.html
    +543 -535	omake-jumbo-branches/keyword/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/keyword/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/keyword/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/keyword/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/keyword/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/keyword/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/keyword/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/keyword/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/keyword/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/keyword/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/keyword/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/keyword/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/keyword/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/keyword/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/keyword/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/keyword/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/keyword/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/keyword/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/keyword/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/keyword/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/keyword/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/keyword/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/keyword/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/keyword/doc/html/omake.html
    +10 -10	omake-jumbo-branches/keyword/doc/html/osh.html
    +471 -463	omake-jumbo-branches/keyword/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/keyword/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/keyword/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/keyword/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/keyword/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/keyword/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/keyword/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/keyword/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/keyword/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/keyword/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/keyword/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/keyword/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/keyword/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/keyword/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/keyword/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/keyword/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/keyword/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/keyword/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/keyword/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/keyword/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/keyword/make_dmg
    +1 -1	omake-jumbo-branches/keyword/omake.spec
    +2 -0	omake-jumbo-branches/keyword/src/build/omake_rule.ml
    +21 -15	omake-jumbo-branches/keyword/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/keyword/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/keyword/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/keyword/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/keyword/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/keyword/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/keyword/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/keyword/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/keyword/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/keyword/version.txt
    +3 -0	omake-jumbo-branches/parse/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/parse/doc/OMakefile
    +7 -0	omake-jumbo-branches/parse/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/parse/doc/html/download.html
    +543 -535	omake-jumbo-branches/parse/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/parse/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/parse/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/parse/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/parse/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/parse/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/parse/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/parse/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/parse/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/parse/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/parse/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/parse/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/parse/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/parse/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/parse/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/parse/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/parse/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/parse/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/parse/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/parse/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/parse/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/parse/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/parse/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/parse/doc/html/omake.html
    +10 -10	omake-jumbo-branches/parse/doc/html/osh.html
    +471 -463	omake-jumbo-branches/parse/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/parse/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/parse/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/parse/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/parse/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/parse/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/parse/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/parse/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/parse/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/parse/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/parse/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/parse/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/parse/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/parse/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/parse/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/parse/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/parse/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/parse/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/parse/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/parse/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/parse/make_dmg
    +1 -1	omake-jumbo-branches/parse/mk/make_config
    +1 -1	omake-jumbo-branches/parse/omake.spec
    +2 -0	omake-jumbo-branches/parse/src/build/omake_rule.ml
    +18 -17	omake-jumbo-branches/parse/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/parse/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/parse/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/parse/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/parse/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/parse/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/parse/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/parse/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/parse/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/parse/version.txt
    +3 -0	omake-jumbo-branches/syntax/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/syntax/doc/OMakefile
    +7 -0	omake-jumbo-branches/syntax/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/syntax/doc/html/download.html
    +543 -535	omake-jumbo-branches/syntax/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/syntax/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/syntax/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/syntax/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/syntax/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/syntax/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/syntax/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/syntax/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/syntax/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/syntax/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/syntax/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/syntax/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/syntax/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/syntax/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/syntax/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/syntax/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/syntax/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/syntax/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/syntax/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/syntax/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/syntax/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/syntax/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/syntax/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/syntax/doc/html/omake.html
    +10 -10	omake-jumbo-branches/syntax/doc/html/osh.html
    +471 -463	omake-jumbo-branches/syntax/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/syntax/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/syntax/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/syntax/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/syntax/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/syntax/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/syntax/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/syntax/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/syntax/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/syntax/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/syntax/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/syntax/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/syntax/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/syntax/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/syntax/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/syntax/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/syntax/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/syntax/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/syntax/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/syntax/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/syntax/make_dmg
    +1 -1	omake-jumbo-branches/syntax/omake.spec
    +2 -0	omake-jumbo-branches/syntax/src/build/omake_rule.ml
    +21 -15	omake-jumbo-branches/syntax/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/syntax/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/syntax/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/syntax/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/syntax/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/syntax/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/syntax/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/syntax/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/syntax/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/syntax/version.txt
    +3 -0	omake-jumbo-branches/var2/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/var2/doc/OMakefile
    +7 -0	omake-jumbo-branches/var2/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/var2/doc/html/download.html
    +543 -535	omake-jumbo-branches/var2/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/var2/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/var2/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/var2/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/var2/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/var2/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/var2/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/var2/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/var2/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/var2/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/var2/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/var2/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/var2/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/var2/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/var2/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/var2/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/var2/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/var2/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/var2/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/var2/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/var2/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/var2/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/var2/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/var2/doc/html/omake.html
    +10 -10	omake-jumbo-branches/var2/doc/html/osh.html
    +471 -463	omake-jumbo-branches/var2/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/var2/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/var2/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/var2/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/var2/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/var2/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/var2/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/var2/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/var2/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/var2/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/var2/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/var2/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/var2/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/var2/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/var2/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/var2/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/var2/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/var2/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/var2/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/var2/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/var2/make_dmg
    +1 -1	omake-jumbo-branches/var2/omake.spec
    +2 -0	omake-jumbo-branches/var2/src/build/omake_rule.ml
    +19 -16	omake-jumbo-branches/var2/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/var2/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/var2/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/var2/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/var2/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/var2/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/var2/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/var2/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/var2/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/var2/version.txt
    +3 -0	omake-jumbo-branches/var3/CHANGELOG.txt
    +0 -1	omake-jumbo-branches/var3/doc/OMakefile
    +7 -0	omake-jumbo-branches/var3/doc/html/changelog.html
    +15 -7	omake-jumbo-branches/var3/doc/html/download.html
    +543 -535	omake-jumbo-branches/var3/doc/html/omake-all-index.html
    +35 -35	omake-jumbo-branches/var3/doc/html/omake-autoconf.html
    +136 -114	omake-jumbo-branches/var3/doc/html/omake-base.html
    +1 -1	omake-jumbo-branches/var3/doc/html/omake-build-examples.html
    +158 -155	omake-jumbo-branches/var3/doc/html/omake-build.html
    +469 -443	omake-jumbo-branches/var3/doc/html/omake-contents.html
    +54 -27	omake-jumbo-branches/var3/doc/html/omake-detail.html
    +2464 -2245	omake-jumbo-branches/var3/doc/html/omake-doc.html
    +287 -283	omake-jumbo-branches/var3/doc/html/omake-fun-index.html
    +38 -38	omake-jumbo-branches/var3/doc/html/omake-grammar.html
    +11 -11	omake-jumbo-branches/var3/doc/html/omake-language-examples.html
    +85 -148	omake-jumbo-branches/var3/doc/html/omake-language.html
    +32 -31	omake-jumbo-branches/var3/doc/html/omake-obj-index.html
    +42 -42	omake-jumbo-branches/var3/doc/html/omake-options.html
    +38 -25	omake-jumbo-branches/var3/doc/html/omake-pervasives.html
    +3 -3	omake-jumbo-branches/var3/doc/html/omake-quickstart.html
    +9 -9	omake-jumbo-branches/var3/doc/html/omake-references.html
    +47 -47	omake-jumbo-branches/var3/doc/html/omake-rules.html
    +29 -29	omake-jumbo-branches/var3/doc/html/omake-shell.html
    +158 -156	omake-jumbo-branches/var3/doc/html/omake-system.html
    +11 -10	omake-jumbo-branches/var3/doc/html/omake-target-index.html
    +4 -3	omake-jumbo-branches/var3/doc/html/omake-toc.html
    +122 -122	omake-jumbo-branches/var3/doc/html/omake-var-index.html
    +12 -10	omake-jumbo-branches/var3/doc/html/omake.html
    +10 -10	omake-jumbo-branches/var3/doc/html/osh.html
    +471 -463	omake-jumbo-branches/var3/doc/info/omake-doc.info
    +29 -26	omake-jumbo-branches/var3/doc/info/omake-doc.info-1
    +88 -0	omake-jumbo-branches/var3/doc/info/omake-doc.info-10
    +320 -304	omake-jumbo-branches/var3/doc/info/omake-doc.info-2
    +242 -258	omake-jumbo-branches/var3/doc/info/omake-doc.info-3
    +459 -485	omake-jumbo-branches/var3/doc/info/omake-doc.info-4
    +477 -481	omake-jumbo-branches/var3/doc/info/omake-doc.info-5
    +450 -548	omake-jumbo-branches/var3/doc/info/omake-doc.info-6
    +504 -481	omake-jumbo-branches/var3/doc/info/omake-doc.info-7
    +378 -90	omake-jumbo-branches/var3/doc/info/omake-doc.info-8
    +1007 -1013	omake-jumbo-branches/var3/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/var3/doc/ps/omake-doc.dvi
    Binary	omake-jumbo-branches/var3/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/var3/doc/ps/omake-doc.ps
    +45 -5	omake-jumbo-branches/var3/doc/src/omake-detail.tex
    +7 -1	omake-jumbo-branches/var3/doc/src/omake-doc.tex
    +3 -0	omake-jumbo-branches/var3/doc/src/omake-index.tex
    +79 -227	omake-jumbo-branches/var3/doc/src/omake-language.tex
    +2203 -1948	omake-jumbo-branches/var3/doc/txt/omake-doc.txt
    +2 -1	omake-jumbo-branches/var3/lib/build/OCaml.om
    +13 -3	omake-jumbo-branches/var3/make_dmg
    +1 -1	omake-jumbo-branches/var3/mk/make_config
    +1 -1	omake-jumbo-branches/var3/omake.spec
    +2 -0	omake-jumbo-branches/var3/src/build/omake_rule.ml
    +17 -16	omake-jumbo-branches/var3/src/env/omake_ir_ast.ml
    +51 -33	omake-jumbo-branches/var3/src/ir/omake_cache.ml
    +6 -4	omake-jumbo-branches/var3/src/ir/omake_cache.mli
    +4 -4	omake-jumbo-branches/var3/src/ir/omake_command_type.ml
    +4 -3	omake-jumbo-branches/var3/src/ir/omake_ir_print.ml
    +4 -3	omake-jumbo-branches/var3/src/ir/omake_ir_print.mli
    +36 -9	omake-jumbo-branches/var3/src/ir/omake_node.ml
    +1 -0	omake-jumbo-branches/var3/src/ir/omake_symbol.ml
    +1 -1	omake-jumbo-branches/var3/src/shell/omake_shell_job.ml
    +1 -1	omake-jumbo-branches/var3/version.txt
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/13.12:53:23



More information about the OMake-CVS mailing list