Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-03-14 14:39:35 -0700 (Wed, 14 Mar 2007)
Revision: 10220
Log message:

      Merged Aleksey's changes from the 0.9.8.x trunk.

Changes  Path
+1 -1 omake-jumbo-branches/hashnode/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/hashnode/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/hashnode/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/hashnode/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/hashnode/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/hashnode/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/hashnode/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/hashnode/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/hashnode/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/hashnode/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/hashnode/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/hashnode/0.9.8.x/doc/txt/omake-doc.txt
+19 -0 omake-jumbo-branches/hashnode/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/hashnode/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/hashnode/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/hashnode/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/hashnode/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/hashnode/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/hashnode/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/hashnode/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/hashnode/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/hashnode/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/hashnode/0.9.8.x/mk/make_config
+11 -5 omake-jumbo-branches/hashnode/0.9.8.x/src/Makefile
+11 -5 omake-jumbo-branches/hashnode/0.9.8.x/src/Makefile.nt
+2 -22 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_object.ml
+286 -10 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/hashnode/0.9.8.x/src/clib/readline.c
+10 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_env.ml
+1 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_env.mli
+13 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/ir/omake_symbol.ml
+3 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/libmojave/OMakefile
+5 -2 omake-jumbo-branches/hashnode/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/hashnode/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/hashnode/0.9.8.x/src/util/omake_readline.mli
+1 -1 omake-jumbo-branches/keyword/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/keyword/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/keyword/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/keyword/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/keyword/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/keyword/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/keyword/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/keyword/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/keyword/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/keyword/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/keyword/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/keyword/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/keyword/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/keyword/0.9.8.x/doc/txt/omake-doc.txt
+19 -0 omake-jumbo-branches/keyword/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/keyword/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/keyword/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/keyword/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/keyword/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/keyword/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/keyword/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/keyword/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/keyword/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/keyword/0.9.8.x/mk/make_config
+10 -4 omake-jumbo-branches/keyword/0.9.8.x/src/Makefile
+10 -4 omake-jumbo-branches/keyword/0.9.8.x/src/Makefile.nt
+2 -22 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_object.ml
+290 -13 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/keyword/0.9.8.x/src/clib/readline.c
+14 -4 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_env.ml
+7 -6 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_env.mli
+13 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_var.mli
+3 -0 omake-jumbo-branches/keyword/0.9.8.x/src/libmojave/OMakefile
+5 -2 omake-jumbo-branches/keyword/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/keyword/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/keyword/0.9.8.x/src/util/omake_readline.mli
+1 -1 omake-jumbo-branches/original/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/original/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/original/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/original/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/original/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/original/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/original/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/original/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/original/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/original/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/original/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/original/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/original/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/original/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/original/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/original/0.9.8.x/doc/txt/omake-doc.txt
+19 -0 omake-jumbo-branches/original/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/original/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/original/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/original/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/original/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/original/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/original/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/original/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/original/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/original/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/original/0.9.8.x/mk/make_config
+10 -4 omake-jumbo-branches/original/0.9.8.x/src/Makefile
+10 -4 omake-jumbo-branches/original/0.9.8.x/src/Makefile.nt
+2 -22 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_object.ml
+286 -10 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/original/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/original/0.9.8.x/src/clib/readline.c
+10 -0 omake-jumbo-branches/original/0.9.8.x/src/env/omake_env.ml
+1 -0 omake-jumbo-branches/original/0.9.8.x/src/env/omake_env.mli
+13 -0 omake-jumbo-branches/original/0.9.8.x/src/ir/omake_symbol.ml
+3 -0 omake-jumbo-branches/original/0.9.8.x/src/libmojave/OMakefile
+5 -2 omake-jumbo-branches/original/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/original/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/original/0.9.8.x/src/util/omake_readline.mli
+1 -1 omake-jumbo-branches/var1/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/var1/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/var1/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/var1/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/var1/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/var1/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/var1/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/var1/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/var1/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/var1/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/var1/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/var1/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/var1/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/var1/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/var1/0.9.8.x/doc/txt/omake-doc.txt
+19 -0 omake-jumbo-branches/var1/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/var1/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/var1/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/var1/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/var1/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/var1/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/var1/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/var1/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/var1/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/var1/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/var1/0.9.8.x/mk/make_config
+10 -4 omake-jumbo-branches/var1/0.9.8.x/src/Makefile
+10 -4 omake-jumbo-branches/var1/0.9.8.x/src/Makefile.nt
+2 -22 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_object.ml
+290 -13 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/var1/0.9.8.x/src/clib/readline.c
+14 -4 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_env.ml
+7 -6 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_env.mli
+13 -0 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_var.mli
+3 -0 omake-jumbo-branches/var1/0.9.8.x/src/libmojave/OMakefile
+5 -2 omake-jumbo-branches/var1/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/var1/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/var1/0.9.8.x/src/util/omake_readline.mli
+1 -1 omake-jumbo-branches/var2/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/var2/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/var2/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/var2/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/var2/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/var2/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/var2/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/var2/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/var2/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/var2/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/var2/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/var2/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/var2/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/var2/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/var2/0.9.8.x/doc/txt/omake-doc.txt
+19 -0 omake-jumbo-branches/var2/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/var2/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/var2/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/var2/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/var2/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/var2/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/var2/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/var2/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/var2/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/var2/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/var2/0.9.8.x/mk/make_config
+10 -4 omake-jumbo-branches/var2/0.9.8.x/src/Makefile
+10 -4 omake-jumbo-branches/var2/0.9.8.x/src/Makefile.nt
+2 -22 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_object.ml
+290 -13 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/var2/0.9.8.x/src/clib/readline.c
+14 -4 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_env.ml
+7 -6 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_env.mli
+13 -0 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_var.mli
+3 -0 omake-jumbo-branches/var2/0.9.8.x/src/libmojave/OMakefile
+5 -2 omake-jumbo-branches/var2/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/var2/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/var2/0.9.8.x/src/util/omake_readline.mli
+1 -1 omake-jumbo-branches/var3/0.9.8.x/Makefile.nt
+7 -3 omake-jumbo-branches/var3/0.9.8.x/OMakefile
+5 -5 omake-jumbo-branches/var3/0.9.8.x/doc/OMakefile
+39 -0 omake-jumbo-branches/var3/0.9.8.x/doc/html/changelog.html
+347 -319 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-all-index.html
+75 -62 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-autoconf.html
+141 -135 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-build.html
+197 -191 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-contents.html
+1289 -1184 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-doc.html
+136 -130 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-fun-index.html
+38 -38 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-grammar.html
+3 -3 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-language.html
+27 -23 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-obj-index.html
+42 -42 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-options.html
+24 -24 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-pervasives.html
+8 -8 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-references.html
+3 -3 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-rules.html
+18 -18 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-shell.html
+109 -76 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-system.html
+1 -1 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-toc.html
+80 -78 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake-var-index.html
+5 -2 omake-jumbo-branches/var3/0.9.8.x/doc/html/omake_users.html
+10 -10 omake-jumbo-branches/var3/0.9.8.x/doc/html/osh.html
+404 -398 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info
+3 -3 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-1
+2 -2 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-2
+3 -3 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-3
+13 -8 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-5
+77 -31 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-6
+152 -146 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-7
+110 -23 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-8
+35 -24 omake-jumbo-branches/var3/0.9.8.x/doc/info/omake-doc.info-9
Binary omake-jumbo-branches/var3/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-jumbo-branches/var3/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-jumbo-branches/var3/0.9.8.x/doc/ps/omake-doc.ps
+2 -1 omake-jumbo-branches/var3/0.9.8.x/doc/src/omake-doc.tex
+3 -3 omake-jumbo-branches/var3/0.9.8.x/doc/src/omake-language.tex
+1 -1 omake-jumbo-branches/var3/0.9.8.x/doc/src/omake-rules.tex
+10 -0 omake-jumbo-branches/var3/0.9.8.x/doc/src/osh.tex
+277 -137 omake-jumbo-branches/var3/0.9.8.x/doc/txt/omake-doc.txt
+168 -169 omake-jumbo-branches/var3/0.9.8.x/lib/Pervasives.om
+17 -7 omake-jumbo-branches/var3/0.9.8.x/lib/build/C.om
+3 -3 omake-jumbo-branches/var3/0.9.8.x/lib/build/LaTeX.om
+12 -12 omake-jumbo-branches/var3/0.9.8.x/lib/build/OCaml.om
+112 -82 omake-jumbo-branches/var3/0.9.8.x/lib/configure/Configure.om
+2 -2 omake-jumbo-branches/var3/0.9.8.x/lib/configure/X.om
+6 -6 omake-jumbo-branches/var3/0.9.8.x/lib/configure/fam.om
+15 -2 omake-jumbo-branches/var3/0.9.8.x/lib/configure/ncurses.om
+2 -2 omake-jumbo-branches/var3/0.9.8.x/lib/configure/readline.om
+2 -0 omake-jumbo-branches/var3/0.9.8.x/mk/defaults
+11 -0 omake-jumbo-branches/var3/0.9.8.x/mk/make_config
+10 -4 omake-jumbo-branches/var3/0.9.8.x/src/Makefile
+10 -4 omake-jumbo-branches/var3/0.9.8.x/src/Makefile.nt
+5 -5 omake-jumbo-branches/var3/0.9.8.x/src/build/omake_builtin.ml
+2 -22 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_base.ml
+7 -17 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -22 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_io.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_object.ml
+290 -13 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_sys.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/clib/OMakefile
+85 -11 omake-jumbo-branches/var3/0.9.8.x/src/clib/readline.c
+86 -30 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.ml
+9 -8 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.mli
+157 -93 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ir_ast.ml
+3 -3 omake-jumbo-branches/var3/0.9.8.x/src/eval/omake_eval.ml
+5 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_node_sig.ml
+14 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_var.mli
+3 -0 omake-jumbo-branches/var3/0.9.8.x/src/libmojave/OMakefile
+2 -2 omake-jumbo-branches/var3/0.9.8.x/src/main/omake_shell.ml
+5 -2 omake-jumbo-branches/var3/0.9.8.x/src/shell/omake_shell_completion.ml
+9 -7 omake-jumbo-branches/var3/0.9.8.x/src/util/omake_readline.ml
+5 -7 omake-jumbo-branches/var3/0.9.8.x/src/util/omake_readline.mli