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

Jason J. Hickey jyh at cs.caltech.edu
Fri Jul 27 15:21:18 PDT 2007


Merge to rev #11462.  The test/object/Test0X got lost, but it is very hard
to propagate additions to all jumbo branches.  Probably we should just do

   svn rm XXX/test/object
   svn cp 0.9.8.x/test/object XXX/test/object

for each of the jumbos.

----
Changes:
    +454 -246	omake-jumbo-branches/all-features/doc/html/omake-all-index.html
    +358 -0	omake-jumbo-branches/all-features/doc/html/omake-autoconf.html
    +1245 -0	omake-jumbo-branches/all-features/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/all-features/doc/html/omake-contents.html
    +6236 -362	omake-jumbo-branches/all-features/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/all-features/doc/html/omake-fun-index.html
    +437 -0	omake-jumbo-branches/all-features/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/all-features/doc/html/omake-obj-index.html
    +361 -0	omake-jumbo-branches/all-features/doc/html/omake-options.html
    +267 -0	omake-jumbo-branches/all-features/doc/html/omake-pervasives.html
    +61 -0	omake-jumbo-branches/all-features/doc/html/omake-references.html
    +210 -0	omake-jumbo-branches/all-features/doc/html/omake-shell.html
    +875 -0	omake-jumbo-branches/all-features/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/all-features/doc/html/omake-toc.html
    +79 -0	omake-jumbo-branches/all-features/doc/html/osh.html
    +436 -398	omake-jumbo-branches/all-features/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/all-features/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/all-features/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/all-features/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/all-features/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/all-features/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/all-features/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/all-features/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/all-features/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/all-features/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/all-features/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/all-features/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/all-features/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/all-features/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/all-features/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/all-features/lib/build/C.om
    +4 -1	omake-jumbo-branches/all-features/lib/build/Common.om
    +3 -3	omake-jumbo-branches/all-features/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/all-features/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/all-features/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/all-features/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/all-features/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/all-features/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/all-features/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/all-features/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/all-features/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/all-features/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/all-features/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/all-features/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/all-features/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/all-features/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/all-features/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/all-features/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/all-features/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/all-features/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/all-features/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/all-features/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/all-features/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/all-features/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/all-features/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/all-features/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/all-features/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/all-features/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/all-features/test/OMakefile
    +433 -246	omake-jumbo-branches/auto/doc/html/omake-all-index.html
    +292 -0	omake-jumbo-branches/auto/doc/html/omake-autoconf.html
    +1023 -0	omake-jumbo-branches/auto/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/auto/doc/html/omake-contents.html
    +5230 -362	omake-jumbo-branches/auto/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/auto/doc/html/omake-fun-index.html
    +356 -0	omake-jumbo-branches/auto/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/auto/doc/html/omake-obj-index.html
    +295 -0	omake-jumbo-branches/auto/doc/html/omake-options.html
    +219 -0	omake-jumbo-branches/auto/doc/html/omake-pervasives.html
    +49 -0	omake-jumbo-branches/auto/doc/html/omake-references.html
    +171 -0	omake-jumbo-branches/auto/doc/html/omake-shell.html
    +716 -0	omake-jumbo-branches/auto/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/auto/doc/html/omake-toc.html
    +64 -0	omake-jumbo-branches/auto/doc/html/osh.html
    +436 -398	omake-jumbo-branches/auto/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/auto/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/auto/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/auto/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/auto/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/auto/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/auto/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/auto/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/auto/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/auto/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/auto/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/auto/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/auto/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/auto/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/auto/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/auto/lib/build/C.om
    +4 -1	omake-jumbo-branches/auto/lib/build/Common.om
    +3 -3	omake-jumbo-branches/auto/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/auto/lib/build/OCaml.om
    +1 -1	omake-jumbo-branches/auto/src/Makefile
    +1 -1	omake-jumbo-branches/auto/src/Makefile.nt
    +11 -5	omake-jumbo-branches/auto/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/auto/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/auto/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/auto/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/auto/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/auto/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/auto/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/auto/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/auto/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/auto/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/auto/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/auto/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/auto/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/auto/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/auto/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/auto/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/auto/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/auto/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/auto/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/auto/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/auto/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/auto/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/auto/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/auto/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/auto/test/OMakefile
    +433 -246	omake-jumbo-branches/const/doc/html/omake-all-index.html
    +292 -0	omake-jumbo-branches/const/doc/html/omake-autoconf.html
    +1023 -0	omake-jumbo-branches/const/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/const/doc/html/omake-contents.html
    +5230 -362	omake-jumbo-branches/const/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/const/doc/html/omake-fun-index.html
    +356 -0	omake-jumbo-branches/const/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/const/doc/html/omake-obj-index.html
    +295 -0	omake-jumbo-branches/const/doc/html/omake-options.html
    +219 -0	omake-jumbo-branches/const/doc/html/omake-pervasives.html
    +49 -0	omake-jumbo-branches/const/doc/html/omake-references.html
    +171 -0	omake-jumbo-branches/const/doc/html/omake-shell.html
    +716 -0	omake-jumbo-branches/const/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/const/doc/html/omake-toc.html
    +64 -0	omake-jumbo-branches/const/doc/html/osh.html
    +436 -398	omake-jumbo-branches/const/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/const/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/const/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/const/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/const/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/const/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/const/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/const/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/const/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/const/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/const/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/const/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/const/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/const/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/const/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/const/lib/build/C.om
    +4 -1	omake-jumbo-branches/const/lib/build/Common.om
    +3 -3	omake-jumbo-branches/const/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/const/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/const/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/const/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/const/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/const/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/const/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/const/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/const/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/const/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/const/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/const/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/const/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/const/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/const/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/const/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/const/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/const/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/const/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/const/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/const/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/const/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/const/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/const/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/const/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/const/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/const/test/OMakefile
    +433 -246	omake-jumbo-branches/dll/doc/html/omake-all-index.html
    +292 -0	omake-jumbo-branches/dll/doc/html/omake-autoconf.html
    +1023 -0	omake-jumbo-branches/dll/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/dll/doc/html/omake-contents.html
    +5303 -288	omake-jumbo-branches/dll/doc/html/omake-doc.html
    +192 -45	omake-jumbo-branches/dll/doc/html/omake-fun-index.html
    +356 -0	omake-jumbo-branches/dll/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/dll/doc/html/omake-obj-index.html
    +295 -0	omake-jumbo-branches/dll/doc/html/omake-options.html
    +219 -0	omake-jumbo-branches/dll/doc/html/omake-pervasives.html
    +49 -0	omake-jumbo-branches/dll/doc/html/omake-references.html
    +171 -0	omake-jumbo-branches/dll/doc/html/omake-shell.html
    +716 -0	omake-jumbo-branches/dll/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/dll/doc/html/omake-toc.html
    +64 -0	omake-jumbo-branches/dll/doc/html/osh.html
    +436 -398	omake-jumbo-branches/dll/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/dll/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/dll/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/dll/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/dll/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/dll/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/dll/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/dll/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/dll/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/dll/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/dll/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/dll/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/dll/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/dll/lib/build/C.om
    +4 -1	omake-jumbo-branches/dll/lib/build/Common.om
    +3 -3	omake-jumbo-branches/dll/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/dll/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/dll/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/dll/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/dll/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/dll/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/dll/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/dll/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/dll/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/dll/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/dll/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/dll/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/dll/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/dll/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/dll/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/dll/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/dll/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/dll/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/dll/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/dll/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/dll/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/dll/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/dll/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/dll/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/dll/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/dll/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/dll/test/OMakefile
    +502 -241	omake-jumbo-branches/dll-fuse/doc/html/omake-all-index.html
    +490 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-autoconf.html
    +1689 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-contents.html
    +8624 -287	omake-jumbo-branches/dll-fuse/doc/html/omake-doc.html
    +288 -45	omake-jumbo-branches/dll-fuse/doc/html/omake-fun-index.html
    +680 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/dll-fuse/doc/html/omake-obj-index.html
    +559 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-options.html
    +363 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-pervasives.html
    +97 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-references.html
    +288 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-shell.html
    +1193 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-system.html
    +15 -0	omake-jumbo-branches/dll-fuse/doc/html/omake-toc.html
    +124 -0	omake-jumbo-branches/dll-fuse/doc/html/osh.html
    +445 -398	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-1
    +225 -61	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-10
    +101 -0	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-2
    +116 -2	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-3
    +208 -92	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-4
    +181 -24	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-5
    +214 -30	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-6
    +189 -0	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-7
    +134 -0	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-8
    +229 -61	omake-jumbo-branches/dll-fuse/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-fuse/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-fuse/doc/ps/omake-doc.ps
    +381 -226	omake-jumbo-branches/dll-fuse/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/dll-fuse/lib/Pervasives.om
    +73 -21	omake-jumbo-branches/dll-fuse/lib/build/C.om
    +4 -1	omake-jumbo-branches/dll-fuse/lib/build/Common.om
    +3 -3	omake-jumbo-branches/dll-fuse/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/dll-fuse/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/dll-fuse/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/dll-fuse/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/dll-fuse/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/dll-fuse/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/dll-fuse/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/dll-fuse/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/dll-fuse/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/dll-fuse/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/dll-fuse/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/dll-fuse/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/dll-fuse/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/dll-fuse/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/dll-fuse/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/dll-fuse/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/dll-fuse/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/dll-fuse/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/dll-fuse/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/dll-fuse/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/dll-fuse/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/dll-fuse/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/dll-fuse/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/dll-fuse/test/OMakefile
    +499 -241	omake-jumbo-branches/dll-odbc/doc/html/omake-all-index.html
    +490 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-autoconf.html
    +1689 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-contents.html
    +8582 -287	omake-jumbo-branches/dll-odbc/doc/html/omake-doc.html
    +288 -45	omake-jumbo-branches/dll-odbc/doc/html/omake-fun-index.html
    +650 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/dll-odbc/doc/html/omake-obj-index.html
    +556 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-options.html
    +363 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-pervasives.html
    +97 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-references.html
    +288 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-shell.html
    +1193 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-system.html
    +15 -0	omake-jumbo-branches/dll-odbc/doc/html/omake-toc.html
    +121 -0	omake-jumbo-branches/dll-odbc/doc/html/osh.html
    +445 -398	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-1
    +225 -61	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-10
    +101 -0	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-2
    +116 -2	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-3
    +208 -92	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-4
    +181 -24	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-5
    +214 -30	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-6
    +189 -0	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-7
    +134 -0	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-8
    +229 -61	omake-jumbo-branches/dll-odbc/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-odbc/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-odbc/doc/ps/omake-doc.ps
    +381 -226	omake-jumbo-branches/dll-odbc/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/dll-odbc/lib/Pervasives.om
    +73 -21	omake-jumbo-branches/dll-odbc/lib/build/C.om
    +4 -1	omake-jumbo-branches/dll-odbc/lib/build/Common.om
    +3 -3	omake-jumbo-branches/dll-odbc/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/dll-odbc/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/dll-odbc/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/dll-odbc/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/dll-odbc/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/dll-odbc/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/dll-odbc/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/dll-odbc/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/dll-odbc/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/dll-odbc/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/dll-odbc/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/dll-odbc/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/dll-odbc/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/dll-odbc/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/dll-odbc/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/dll-odbc/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/dll-odbc/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/dll-odbc/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/dll-odbc/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/dll-odbc/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/dll-odbc/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/dll-odbc/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/dll-odbc/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/dll-odbc/test/OMakefile
    +481 -246	omake-jumbo-branches/dll-syntax/doc/html/omake-all-index.html
    +424 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-autoconf.html
    +1467 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-contents.html
    +7541 -287	omake-jumbo-branches/dll-syntax/doc/html/omake-doc.html
    +192 -45	omake-jumbo-branches/dll-syntax/doc/html/omake-fun-index.html
    +599 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/dll-syntax/doc/html/omake-obj-index.html
    +493 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-options.html
    +315 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-pervasives.html
    +88 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-references.html
    +249 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-shell.html
    +1034 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-system.html
    +15 -0	omake-jumbo-branches/dll-syntax/doc/html/omake-toc.html
    +109 -0	omake-jumbo-branches/dll-syntax/doc/html/osh.html
    +445 -398	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-1
    +225 -61	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-10
    +101 -0	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-2
    +116 -2	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-3
    +208 -92	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-4
    +181 -24	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-5
    +214 -30	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-6
    +189 -0	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-7
    +134 -0	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-8
    +229 -61	omake-jumbo-branches/dll-syntax/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll-syntax/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll-syntax/doc/ps/omake-doc.ps
    +381 -226	omake-jumbo-branches/dll-syntax/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/dll-syntax/lib/Pervasives.om
    +73 -21	omake-jumbo-branches/dll-syntax/lib/build/C.om
    +4 -1	omake-jumbo-branches/dll-syntax/lib/build/Common.om
    +3 -3	omake-jumbo-branches/dll-syntax/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/dll-syntax/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/dll-syntax/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/dll-syntax/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/dll-syntax/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/dll-syntax/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/dll-syntax/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/dll-syntax/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/dll-syntax/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/dll-syntax/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/dll-syntax/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/dll-syntax/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/dll-syntax/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/dll-syntax/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/dll-syntax/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/dll-syntax/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/dll-syntax/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/dll-syntax/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/dll-syntax/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/dll-syntax/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/dll-syntax/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/dll-syntax/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/dll-syntax/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/dll-syntax/test/OMakefile
    +481 -246	omake-jumbo-branches/dll2/doc/html/omake-all-index.html
    +424 -0	omake-jumbo-branches/dll2/doc/html/omake-autoconf.html
    +1467 -0	omake-jumbo-branches/dll2/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/dll2/doc/html/omake-contents.html
    +7523 -287	omake-jumbo-branches/dll2/doc/html/omake-doc.html
    +192 -45	omake-jumbo-branches/dll2/doc/html/omake-fun-index.html
    +599 -0	omake-jumbo-branches/dll2/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/dll2/doc/html/omake-obj-index.html
    +493 -0	omake-jumbo-branches/dll2/doc/html/omake-options.html
    +315 -0	omake-jumbo-branches/dll2/doc/html/omake-pervasives.html
    +79 -0	omake-jumbo-branches/dll2/doc/html/omake-references.html
    +249 -0	omake-jumbo-branches/dll2/doc/html/omake-shell.html
    +1034 -0	omake-jumbo-branches/dll2/doc/html/omake-system.html
    +9 -0	omake-jumbo-branches/dll2/doc/html/omake-toc.html
    +109 -0	omake-jumbo-branches/dll2/doc/html/osh.html
    +445 -398	omake-jumbo-branches/dll2/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/dll2/doc/info/omake-doc.info-1
    +225 -61	omake-jumbo-branches/dll2/doc/info/omake-doc.info-10
    +101 -0	omake-jumbo-branches/dll2/doc/info/omake-doc.info-2
    +116 -2	omake-jumbo-branches/dll2/doc/info/omake-doc.info-3
    +208 -92	omake-jumbo-branches/dll2/doc/info/omake-doc.info-4
    +181 -24	omake-jumbo-branches/dll2/doc/info/omake-doc.info-5
    +214 -30	omake-jumbo-branches/dll2/doc/info/omake-doc.info-6
    +189 -0	omake-jumbo-branches/dll2/doc/info/omake-doc.info-7
    +134 -0	omake-jumbo-branches/dll2/doc/info/omake-doc.info-8
    +229 -61	omake-jumbo-branches/dll2/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/dll2/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/dll2/doc/ps/omake-doc.ps
    +381 -226	omake-jumbo-branches/dll2/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/dll2/lib/Pervasives.om
    +73 -21	omake-jumbo-branches/dll2/lib/build/C.om
    +4 -1	omake-jumbo-branches/dll2/lib/build/Common.om
    +3 -3	omake-jumbo-branches/dll2/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/dll2/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/dll2/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/dll2/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/dll2/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/dll2/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/dll2/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/dll2/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/dll2/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/dll2/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/dll2/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/dll2/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/dll2/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/dll2/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/dll2/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/dll2/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/dll2/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/dll2/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/dll2/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/dll2/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/dll2/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/dll2/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/dll2/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/dll2/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/dll2/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/dll2/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/dll2/test/OMakefile
    +508 -241	omake-jumbo-branches/everything/doc/html/omake-all-index.html
    +556 -0	omake-jumbo-branches/everything/doc/html/omake-autoconf.html
    +1911 -0	omake-jumbo-branches/everything/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/everything/doc/html/omake-contents.html
    +9748 -283	omake-jumbo-branches/everything/doc/html/omake-doc.html
    +288 -45	omake-jumbo-branches/everything/doc/html/omake-fun-index.html
    +761 -0	omake-jumbo-branches/everything/doc/html/omake-grammar.html
    +155 -0	omake-jumbo-branches/everything/doc/html/omake-obj-index.html
    +625 -0	omake-jumbo-branches/everything/doc/html/omake-options.html
    +411 -0	omake-jumbo-branches/everything/doc/html/omake-pervasives.html
    +106 -0	omake-jumbo-branches/everything/doc/html/omake-references.html
    +327 -0	omake-jumbo-branches/everything/doc/html/omake-shell.html
    +1352 -0	omake-jumbo-branches/everything/doc/html/omake-system.html
    +18 -0	omake-jumbo-branches/everything/doc/html/omake-toc.html
    +139 -0	omake-jumbo-branches/everything/doc/html/osh.html
    +448 -398	omake-jumbo-branches/everything/doc/info/omake-doc.info
    +8 -0	omake-jumbo-branches/everything/doc/info/omake-doc.info-1
    +228 -61	omake-jumbo-branches/everything/doc/info/omake-doc.info-10
    +104 -0	omake-jumbo-branches/everything/doc/info/omake-doc.info-2
    +119 -2	omake-jumbo-branches/everything/doc/info/omake-doc.info-3
    +435 -4	omake-jumbo-branches/everything/doc/info/omake-doc.info-4
    +191 -23	omake-jumbo-branches/everything/doc/info/omake-doc.info-5
    +235 -25	omake-jumbo-branches/everything/doc/info/omake-doc.info-6
    +196 -0	omake-jumbo-branches/everything/doc/info/omake-doc.info-7
    +137 -0	omake-jumbo-branches/everything/doc/info/omake-doc.info-8
    +253 -61	omake-jumbo-branches/everything/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/everything/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/everything/doc/ps/omake-doc.ps
    +1020 -133	omake-jumbo-branches/everything/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/everything/lib/Pervasives.om
    +73 -21	omake-jumbo-branches/everything/lib/build/C.om
    +4 -1	omake-jumbo-branches/everything/lib/build/Common.om
    +3 -3	omake-jumbo-branches/everything/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/everything/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/everything/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/everything/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/everything/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/everything/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/everything/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/everything/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/everything/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/everything/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/everything/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/everything/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/everything/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/everything/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/everything/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/everything/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/everything/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/everything/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/everything/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/everything/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/everything/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/everything/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/everything/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/everything/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/everything/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/everything/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/everything/test/OMakefile
    +433 -246	omake-jumbo-branches/int/doc/html/omake-all-index.html
    +292 -0	omake-jumbo-branches/int/doc/html/omake-autoconf.html
    +1023 -0	omake-jumbo-branches/int/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/int/doc/html/omake-contents.html
    +5303 -288	omake-jumbo-branches/int/doc/html/omake-doc.html
    +192 -45	omake-jumbo-branches/int/doc/html/omake-fun-index.html
    +356 -0	omake-jumbo-branches/int/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/int/doc/html/omake-obj-index.html
    +295 -0	omake-jumbo-branches/int/doc/html/omake-options.html
    +219 -0	omake-jumbo-branches/int/doc/html/omake-pervasives.html
    +49 -0	omake-jumbo-branches/int/doc/html/omake-references.html
    +171 -0	omake-jumbo-branches/int/doc/html/omake-shell.html
    +716 -0	omake-jumbo-branches/int/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/int/doc/html/omake-toc.html
    +64 -0	omake-jumbo-branches/int/doc/html/osh.html
    +436 -398	omake-jumbo-branches/int/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/int/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/int/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/int/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/int/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/int/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/int/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/int/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/int/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/int/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/int/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/int/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/int/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/int/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/int/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/int/lib/build/C.om
    +4 -1	omake-jumbo-branches/int/lib/build/Common.om
    +3 -3	omake-jumbo-branches/int/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/int/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/int/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/int/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/int/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/int/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/int/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/int/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/int/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/int/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/int/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/int/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/int/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/int/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/int/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/int/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/int/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/int/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/int/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/int/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/int/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/int/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/int/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/int/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/int/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/int/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/int/test/OMakefile
    +370 -246	omake-jumbo-branches/keyword/doc/html/omake-all-index.html
    +97 -0	omake-jumbo-branches/keyword/doc/html/omake-autoconf.html
    +360 -0	omake-jumbo-branches/keyword/doc/html/omake-build.html
    +324 -0	omake-jumbo-branches/keyword/doc/html/omake-contents.html
    +2209 -371	omake-jumbo-branches/keyword/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/keyword/doc/html/omake-fun-index.html
    +116 -0	omake-jumbo-branches/keyword/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/keyword/doc/html/omake-obj-index.html
    +100 -0	omake-jumbo-branches/keyword/doc/html/omake-options.html
    +75 -0	omake-jumbo-branches/keyword/doc/html/omake-pervasives.html
    +16 -0	omake-jumbo-branches/keyword/doc/html/omake-references.html
    +57 -0	omake-jumbo-branches/keyword/doc/html/omake-shell.html
    +239 -0	omake-jumbo-branches/keyword/doc/html/omake-system.html
    +3 -3	omake-jumbo-branches/keyword/doc/html/omake-toc.html
    +22 -0	omake-jumbo-branches/keyword/doc/html/osh.html
    +427 -425	omake-jumbo-branches/keyword/doc/info/omake-doc.info
    +2 -2	omake-jumbo-branches/keyword/doc/info/omake-doc.info-1
    +216 -62	omake-jumbo-branches/keyword/doc/info/omake-doc.info-10
    +92 -106	omake-jumbo-branches/keyword/doc/info/omake-doc.info-2
    +104 -85	omake-jumbo-branches/keyword/doc/info/omake-doc.info-3
    +190 -237	omake-jumbo-branches/keyword/doc/info/omake-doc.info-4
    +169 -181	omake-jumbo-branches/keyword/doc/info/omake-doc.info-5
    +199 -207	omake-jumbo-branches/keyword/doc/info/omake-doc.info-6
    +177 -119	omake-jumbo-branches/keyword/doc/info/omake-doc.info-7
    +122 -151	omake-jumbo-branches/keyword/doc/info/omake-doc.info-8
    +217 -212	omake-jumbo-branches/keyword/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/keyword/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/keyword/doc/ps/omake-doc.ps
    +361 -239	omake-jumbo-branches/keyword/doc/txt/omake-doc.txt
    +9 -3	omake-jumbo-branches/keyword/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/keyword/lib/build/C.om
    +4 -1	omake-jumbo-branches/keyword/lib/build/Common.om
    +3 -3	omake-jumbo-branches/keyword/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/keyword/lib/build/OCaml.om
    +1 -1	omake-jumbo-branches/keyword/src/Makefile
    +1 -1	omake-jumbo-branches/keyword/src/Makefile.nt
    +11 -5	omake-jumbo-branches/keyword/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/keyword/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/keyword/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/keyword/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/keyword/src/builtin/omake_builtin_test.ml
    +74 -53	omake-jumbo-branches/keyword/src/env/omake_env.ml
    +12 -21	omake-jumbo-branches/keyword/src/env/omake_env.mli
    +28 -31	omake-jumbo-branches/keyword/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/keyword/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/keyword/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/keyword/src/ir/omake_ir_print.ml
    +1 -1	omake-jumbo-branches/keyword/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/keyword/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/keyword/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/keyword/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/keyword/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/keyword/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/keyword/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/keyword/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/keyword/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/keyword/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/keyword/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/keyword/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/keyword/test/OMakefile
    Deleted	omake-jumbo-branches/original/
    +460 -246	omake-jumbo-branches/parse/doc/html/omake-all-index.html
    +358 -0	omake-jumbo-branches/parse/doc/html/omake-autoconf.html
    +1245 -0	omake-jumbo-branches/parse/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/parse/doc/html/omake-contents.html
    +6453 -362	omake-jumbo-branches/parse/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/parse/doc/html/omake-fun-index.html
    +518 -0	omake-jumbo-branches/parse/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/parse/doc/html/omake-obj-index.html
    +427 -0	omake-jumbo-branches/parse/doc/html/omake-options.html
    +267 -0	omake-jumbo-branches/parse/doc/html/omake-pervasives.html
    +70 -0	omake-jumbo-branches/parse/doc/html/omake-references.html
    +210 -0	omake-jumbo-branches/parse/doc/html/omake-shell.html
    +875 -0	omake-jumbo-branches/parse/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/parse/doc/html/omake-toc.html
    +94 -0	omake-jumbo-branches/parse/doc/html/osh.html
    +445 -398	omake-jumbo-branches/parse/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/parse/doc/info/omake-doc.info-1
    +225 -61	omake-jumbo-branches/parse/doc/info/omake-doc.info-10
    +101 -0	omake-jumbo-branches/parse/doc/info/omake-doc.info-2
    +116 -2	omake-jumbo-branches/parse/doc/info/omake-doc.info-3
    +208 -92	omake-jumbo-branches/parse/doc/info/omake-doc.info-4
    +181 -24	omake-jumbo-branches/parse/doc/info/omake-doc.info-5
    +214 -30	omake-jumbo-branches/parse/doc/info/omake-doc.info-6
    +189 -0	omake-jumbo-branches/parse/doc/info/omake-doc.info-7
    +134 -0	omake-jumbo-branches/parse/doc/info/omake-doc.info-8
    +229 -61	omake-jumbo-branches/parse/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/parse/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/parse/doc/ps/omake-doc.ps
    +381 -226	omake-jumbo-branches/parse/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/parse/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/parse/lib/build/C.om
    +4 -1	omake-jumbo-branches/parse/lib/build/Common.om
    +3 -3	omake-jumbo-branches/parse/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/parse/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/parse/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/parse/src/builtin/omake_builtin_io.ml
    +12 -10	omake-jumbo-branches/parse/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/parse/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/parse/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/parse/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/parse/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/parse/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/parse/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/parse/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/parse/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/parse/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/parse/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/parse/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/parse/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/parse/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/parse/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/parse/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/parse/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/parse/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/parse/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/parse/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/parse/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/parse/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/parse/test/OMakefile
    +370 -246	omake-jumbo-branches/syntax/doc/html/omake-all-index.html
    +97 -0	omake-jumbo-branches/syntax/doc/html/omake-autoconf.html
    +360 -0	omake-jumbo-branches/syntax/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/syntax/doc/html/omake-contents.html
    +2239 -370	omake-jumbo-branches/syntax/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/syntax/doc/html/omake-fun-index.html
    +116 -0	omake-jumbo-branches/syntax/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/syntax/doc/html/omake-obj-index.html
    +100 -0	omake-jumbo-branches/syntax/doc/html/omake-options.html
    +75 -0	omake-jumbo-branches/syntax/doc/html/omake-pervasives.html
    +37 -0	omake-jumbo-branches/syntax/doc/html/omake-references.html
    +57 -0	omake-jumbo-branches/syntax/doc/html/omake-shell.html
    +239 -0	omake-jumbo-branches/syntax/doc/html/omake-system.html
    +6 -2	omake-jumbo-branches/syntax/doc/html/omake-toc.html
    +22 -0	omake-jumbo-branches/syntax/doc/html/osh.html
    +427 -425	omake-jumbo-branches/syntax/doc/info/omake-doc.info
    +2 -2	omake-jumbo-branches/syntax/doc/info/omake-doc.info-1
    +216 -62	omake-jumbo-branches/syntax/doc/info/omake-doc.info-10
    +92 -106	omake-jumbo-branches/syntax/doc/info/omake-doc.info-2
    +104 -85	omake-jumbo-branches/syntax/doc/info/omake-doc.info-3
    +190 -237	omake-jumbo-branches/syntax/doc/info/omake-doc.info-4
    +169 -181	omake-jumbo-branches/syntax/doc/info/omake-doc.info-5
    +199 -207	omake-jumbo-branches/syntax/doc/info/omake-doc.info-6
    +177 -119	omake-jumbo-branches/syntax/doc/info/omake-doc.info-7
    +122 -151	omake-jumbo-branches/syntax/doc/info/omake-doc.info-8
    +217 -212	omake-jumbo-branches/syntax/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/syntax/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/syntax/doc/ps/omake-doc.ps
    +361 -239	omake-jumbo-branches/syntax/doc/txt/omake-doc.txt
    +12 -6	omake-jumbo-branches/syntax/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/syntax/lib/build/C.om
    +4 -1	omake-jumbo-branches/syntax/lib/build/Common.om
    +3 -3	omake-jumbo-branches/syntax/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/syntax/lib/build/OCaml.om
    +4 -0	omake-jumbo-branches/syntax/src/Makefile.nt
    +11 -5	omake-jumbo-branches/syntax/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/syntax/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/syntax/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/syntax/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/syntax/src/builtin/omake_builtin_test.ml
    +74 -53	omake-jumbo-branches/syntax/src/env/omake_env.ml
    +12 -21	omake-jumbo-branches/syntax/src/env/omake_env.mli
    +28 -31	omake-jumbo-branches/syntax/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/syntax/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/syntax/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/syntax/src/ir/omake_ir_print.ml
    +1 -1	omake-jumbo-branches/syntax/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/syntax/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/syntax/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/syntax/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/syntax/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/syntax/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/syntax/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/syntax/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/syntax/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/syntax/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/syntax/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/syntax/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/syntax/test/OMakefile
    +370 -246	omake-jumbo-branches/var2/doc/html/omake-all-index.html
    +97 -0	omake-jumbo-branches/var2/doc/html/omake-autoconf.html
    +360 -0	omake-jumbo-branches/var2/doc/html/omake-build.html
    +324 -0	omake-jumbo-branches/var2/doc/html/omake-contents.html
    +2209 -371	omake-jumbo-branches/var2/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/var2/doc/html/omake-fun-index.html
    +116 -0	omake-jumbo-branches/var2/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/var2/doc/html/omake-obj-index.html
    +100 -0	omake-jumbo-branches/var2/doc/html/omake-options.html
    +75 -0	omake-jumbo-branches/var2/doc/html/omake-pervasives.html
    +16 -0	omake-jumbo-branches/var2/doc/html/omake-references.html
    +57 -0	omake-jumbo-branches/var2/doc/html/omake-shell.html
    +239 -0	omake-jumbo-branches/var2/doc/html/omake-system.html
    +3 -3	omake-jumbo-branches/var2/doc/html/omake-toc.html
    +22 -0	omake-jumbo-branches/var2/doc/html/osh.html
    +427 -425	omake-jumbo-branches/var2/doc/info/omake-doc.info
    +2 -2	omake-jumbo-branches/var2/doc/info/omake-doc.info-1
    +216 -62	omake-jumbo-branches/var2/doc/info/omake-doc.info-10
    +92 -106	omake-jumbo-branches/var2/doc/info/omake-doc.info-2
    +104 -85	omake-jumbo-branches/var2/doc/info/omake-doc.info-3
    +190 -237	omake-jumbo-branches/var2/doc/info/omake-doc.info-4
    +169 -181	omake-jumbo-branches/var2/doc/info/omake-doc.info-5
    +199 -207	omake-jumbo-branches/var2/doc/info/omake-doc.info-6
    +177 -119	omake-jumbo-branches/var2/doc/info/omake-doc.info-7
    +122 -151	omake-jumbo-branches/var2/doc/info/omake-doc.info-8
    +217 -212	omake-jumbo-branches/var2/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/var2/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/var2/doc/ps/omake-doc.ps
    +361 -239	omake-jumbo-branches/var2/doc/txt/omake-doc.txt
    +9 -3	omake-jumbo-branches/var2/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/var2/lib/build/C.om
    +4 -1	omake-jumbo-branches/var2/lib/build/Common.om
    +3 -3	omake-jumbo-branches/var2/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/var2/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/var2/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/var2/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/var2/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/var2/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/var2/src/builtin/omake_builtin_test.ml
    +74 -53	omake-jumbo-branches/var2/src/env/omake_env.ml
    +12 -21	omake-jumbo-branches/var2/src/env/omake_env.mli
    +28 -31	omake-jumbo-branches/var2/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/var2/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/var2/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/var2/src/ir/omake_ir_print.ml
    +1 -1	omake-jumbo-branches/var2/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/var2/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/var2/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/var2/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/var2/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/var2/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/var2/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/var2/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/var2/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/var2/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/var2/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/var2/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/var2/test/OMakefile
    +412 -246	omake-jumbo-branches/var3/doc/html/omake-all-index.html
    +226 -0	omake-jumbo-branches/var3/doc/html/omake-autoconf.html
    +801 -0	omake-jumbo-branches/var3/doc/html/omake-build.html
    +327 -0	omake-jumbo-branches/var3/doc/html/omake-contents.html
    +4220 -362	omake-jumbo-branches/var3/doc/html/omake-doc.html
    +120 -119	omake-jumbo-branches/var3/doc/html/omake-fun-index.html
    +275 -0	omake-jumbo-branches/var3/doc/html/omake-grammar.html
    +4 -4	omake-jumbo-branches/var3/doc/html/omake-obj-index.html
    +229 -0	omake-jumbo-branches/var3/doc/html/omake-options.html
    +171 -0	omake-jumbo-branches/var3/doc/html/omake-pervasives.html
    +37 -0	omake-jumbo-branches/var3/doc/html/omake-references.html
    +132 -0	omake-jumbo-branches/var3/doc/html/omake-shell.html
    +557 -0	omake-jumbo-branches/var3/doc/html/omake-system.html
    +6 -1	omake-jumbo-branches/var3/doc/html/omake-toc.html
    +49 -0	omake-jumbo-branches/var3/doc/html/osh.html
    +436 -398	omake-jumbo-branches/var3/doc/info/omake-doc.info
    +5 -0	omake-jumbo-branches/var3/doc/info/omake-doc.info-1
    +222 -61	omake-jumbo-branches/var3/doc/info/omake-doc.info-10
    +98 -0	omake-jumbo-branches/var3/doc/info/omake-doc.info-2
    +110 -2	omake-jumbo-branches/var3/doc/info/omake-doc.info-3
    +199 -92	omake-jumbo-branches/var3/doc/info/omake-doc.info-4
    +175 -24	omake-jumbo-branches/var3/doc/info/omake-doc.info-5
    +208 -30	omake-jumbo-branches/var3/doc/info/omake-doc.info-6
    +183 -0	omake-jumbo-branches/var3/doc/info/omake-doc.info-7
    +128 -0	omake-jumbo-branches/var3/doc/info/omake-doc.info-8
    +223 -61	omake-jumbo-branches/var3/doc/info/omake-doc.info-9
    Binary	omake-jumbo-branches/var3/doc/ps/omake-doc.pdf
    Binary	omake-jumbo-branches/var3/doc/ps/omake-doc.ps
    +370 -232	omake-jumbo-branches/var3/doc/txt/omake-doc.txt
    +8 -0	omake-jumbo-branches/var3/lib/Pervasives.om
    +69 -21	omake-jumbo-branches/var3/lib/build/C.om
    +4 -1	omake-jumbo-branches/var3/lib/build/Common.om
    +3 -3	omake-jumbo-branches/var3/lib/build/LaTeX.om
    +36 -14	omake-jumbo-branches/var3/lib/build/OCaml.om
    +11 -5	omake-jumbo-branches/var3/src/build/omake_build.ml
    +21 -0	omake-jumbo-branches/var3/src/builtin/omake_builtin_io.ml
    +12 -9	omake-jumbo-branches/var3/src/builtin/omake_builtin_io_fun.ml
    +1 -1	omake-jumbo-branches/var3/src/builtin/omake_builtin_target.ml
    +11 -3	omake-jumbo-branches/var3/src/builtin/omake_builtin_test.ml
    +41 -11	omake-jumbo-branches/var3/src/env/omake_env.ml
    +6 -4	omake-jumbo-branches/var3/src/env/omake_env.mli
    +10 -1	omake-jumbo-branches/var3/src/eval/omake_eval.ml
    +6 -6	omake-jumbo-branches/var3/src/eval/omake_eval.mli
    +7 -1	omake-jumbo-branches/var3/src/exec/omake_exec_notify.ml
    +2 -2	omake-jumbo-branches/var3/src/ir/omake_ir_print.ml
    +0 -4	omake-jumbo-branches/var3/src/ir/omake_node_sig.ml
    +1 -1	omake-jumbo-branches/var3/src/ir/omake_state.ml
    +7 -7	omake-jumbo-branches/var3/src/ir/omake_symbol.ml
    +9 -1	omake-jumbo-branches/var3/src/ir/omake_value_print.ml
    +1 -0	omake-jumbo-branches/var3/src/ir/omake_value_print.mli
    +7 -7	omake-jumbo-branches/var3/src/ir/omake_var.ml
    +7 -7	omake-jumbo-branches/var3/src/ir/omake_var.mli
    +4 -0	omake-jumbo-branches/var3/src/main/omake_main.ml
    +3 -3	omake-jumbo-branches/var3/src/main/omake_shell.ml
    +1 -1	omake-jumbo-branches/var3/src/shell/OMakefile
    +1 -8	omake-jumbo-branches/var3/src/shell/omake_shell_sys.mli
    +0 -5	omake-jumbo-branches/var3/src/shell/omake_shell_sys_unix.ml
    +13 -3	omake-jumbo-branches/var3/src/shell/omake_shell_sys_win32.ml
    +12 -4	omake-jumbo-branches/var3/test/OMakefile
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-07.html#07/07/27.15:21:18



More information about the OMake-CVS mailing list