Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-18 19:37:52 -0700 (Sun, 18 Jun 2006)
Revision: 9345
Log message:

      
      Added --divert options.
      
         --divert : divert output from commands so it can be printed later.
         --divert-repeat : repeat diverted output when a command is finished.
         --divert-only : print only diverted output, omake will be quiet otherwise.
      

Changes  Path
Properties omake-branches/0.9.8.x/doc/html
+44 -6 omake-branches/0.9.8.x/doc/html/omake-all-index.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-base.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-build-examples.html
+62 -20 omake-branches/0.9.8.x/doc/html/omake-contents.html
+374 -87 omake-branches/0.9.8.x/doc/html/omake-doc.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-fun-index.html
+22 -20 omake-branches/0.9.8.x/doc/html/omake-grammar.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-language-examples.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-language.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-obj-index.html
Added omake-branches/0.9.8.x/doc/html/omake-option-index.html
Properties omake-branches/0.9.8.x/doc/html/omake-option-index.html
+148 -47 omake-branches/0.9.8.x/doc/html/omake-options.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-pervasives.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-quickstart.html
+9 -7 omake-branches/0.9.8.x/doc/html/omake-references.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-rule.html
+5 -3 omake-branches/0.9.8.x/doc/html/omake-rules.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-shell.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-system.html
+4 -4 omake-branches/0.9.8.x/doc/html/omake-target-index.html
+5 -2 omake-branches/0.9.8.x/doc/html/omake-toc.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake-var-index.html
+4 -2 omake-branches/0.9.8.x/doc/html/omake.html
+4 -2 omake-branches/0.9.8.x/doc/html/osh.html
Properties omake-branches/0.9.8.x/doc/info
+506 -469 omake-branches/0.9.8.x/doc/info/omake-doc.info
+14 -11 omake-branches/0.9.8.x/doc/info/omake-doc.info-1
+3 -3 omake-branches/0.9.8.x/doc/info/omake-doc.info-3
+122 -119 omake-branches/0.9.8.x/doc/info/omake-doc.info-6
+273 -114 omake-branches/0.9.8.x/doc/info/omake-doc.info-7
+171 -14 omake-branches/0.9.8.x/doc/info/omake-doc.info-8
Properties omake-branches/0.9.8.x/doc/ps
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.ps
+6 -0 omake-branches/0.9.8.x/doc/src/omake-doc.tex
+97 -45 omake-branches/0.9.8.x/doc/src/omake-options.tex
Properties omake-branches/0.9.8.x/doc/txt
+374 -126 omake-branches/0.9.8.x/doc/txt/omake-doc.txt
+7 -3 omake-branches/0.9.8.x/src/Makefile
+7 -3 omake-branches/0.9.8.x/src/Makefile.nt
+1 -0 omake-branches/0.9.8.x/src/build/OMakefile
+74 -38 omake-branches/0.9.8.x/src/build/omake_build.ml
Added omake-branches/0.9.8.x/src/build/omake_build_tee.ml
Properties omake-branches/0.9.8.x/src/build/omake_build_tee.ml
Added omake-branches/0.9.8.x/src/build/omake_build_tee.mli
Properties omake-branches/0.9.8.x/src/build/omake_build_tee.mli
+6 -0 omake-branches/0.9.8.x/src/build/omake_build_type.ml
+4 -4 omake-branches/0.9.8.x/src/exec/omake_exec.ml
+37 -9 omake-branches/0.9.8.x/src/exec/omake_exec_print.ml
+2 -0 omake-branches/0.9.8.x/src/exec/omake_exec_print.mli
+1 -0 omake-branches/0.9.8.x/src/exec/omake_exec_type.ml
+54 -0 omake-branches/0.9.8.x/src/exec/omake_exec_util.ml
+11 -0 omake-branches/0.9.8.x/src/exec/omake_exec_util.mli
+8 -0 omake-branches/0.9.8.x/src/ir/omake_options_type.ml
+49 -24 omake-branches/0.9.8.x/src/ir/omake_state.ml
+1 -0 omake-branches/0.9.8.x/src/ir/omake_state.mli
+2 -0 omake-branches/0.9.8.x/src/main/omake_main.ml