Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-11 14:37:36 -0700 (Tue, 11 Apr 2006)
Revision: 9049
Log message:

      Merged with the trunk up through rev 9040.
      
      Going to rename to version 0.9.8
      

Changes  Path
+6 -0 omake-branches/0.9.6.shell/CHANGELOG.txt
+2 -6 omake-branches/0.9.6.shell/OMakefile
+39 -1 omake-branches/0.9.6.shell/doc/html/changelog.html
+12 -5 omake-branches/0.9.6.shell/doc/html/download.html
+228 -225 omake-branches/0.9.6.shell/doc/html/omake-base.html
+561 -471 omake-branches/0.9.6.shell/doc/html/omake-doc.html
+20 -3 omake-branches/0.9.6.shell/doc/html/omake-language.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-options.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-pervasives.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-quickstart.html
+143 -73 omake-branches/0.9.6.shell/doc/html/omake-root.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-rules.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-shell.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake-system.html
+3 -3 omake-branches/0.9.6.shell/doc/html/omake.html
+3 -3 omake-branches/0.9.6.shell/doc/html/osh.html
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-base.1
+203 -171 omake-branches/0.9.6.shell/doc/man/omake-base.txt
+92 -8 omake-branches/0.9.6.shell/doc/man/omake-doc.1
+575 -478 omake-branches/0.9.6.shell/doc/man/omake-doc.txt
+19 -2 omake-branches/0.9.6.shell/doc/man/omake-language.1
+16 -2 omake-branches/0.9.6.shell/doc/man/omake-language.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-options.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-options.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-pervasives.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-pervasives.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-quickstart.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-quickstart.txt
+75 -8 omake-branches/0.9.6.shell/doc/man/omake-root.1
+69 -18 omake-branches/0.9.6.shell/doc/man/omake-root.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-rules.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-rules.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-shell.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-shell.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-system.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake-system.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/omake.1
+2 -2 omake-branches/0.9.6.shell/doc/man/omake.txt
+2 -2 omake-branches/0.9.6.shell/doc/man/osh.1
+2 -2 omake-branches/0.9.6.shell/doc/man/osh.txt
Binary omake-branches/0.9.6.shell/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.6.shell/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.6.shell/doc/ps/omake-doc.ps
+15 -0 omake-branches/0.9.6.shell/doc/src/omake-language.tex
+2 -2 omake-branches/0.9.6.shell/doc/src/omake-prologue.tex
+45 -30 omake-branches/0.9.6.shell/lib/boot/Default
+41 -8 omake-branches/0.9.6.shell/lib/build/C.om
+25 -2 omake-branches/0.9.6.shell/lib/build/LaTeX.om
+49 -9 omake-branches/0.9.6.shell/lib/build/OCaml.om
+1 -1 omake-branches/0.9.6.shell/mk/make_config
+4 -4 omake-branches/0.9.6.shell/mk/make_gen
+4 -2 omake-branches/0.9.6.shell/src/Makefile
+4 -2 omake-branches/0.9.6.shell/src/Makefile.nt
+0 -7 omake-branches/0.9.6.shell/src/OMakefile
Properties omake-branches/0.9.6.shell/src/ast
Properties omake-branches/0.9.6.shell/src/build
+8 -2 omake-branches/0.9.6.shell/src/build/omake_build.ml
+5 -6 omake-branches/0.9.6.shell/src/build/omake_rule.ml
Properties omake-branches/0.9.6.shell/src/builtin
Properties omake-branches/0.9.6.shell/src/clib
+24 -12 omake-branches/0.9.6.shell/src/clib/omake_notify.c
+23 -27 omake-branches/0.9.6.shell/src/clib/omake_shell_sys.c
Properties omake-branches/0.9.6.shell/src/env
+76 -94 omake-branches/0.9.6.shell/src/env/omake_env.ml
Properties omake-branches/0.9.6.shell/src/eval
Properties omake-branches/0.9.6.shell/src/exec
Properties omake-branches/0.9.6.shell/src/ir
+101 -12 omake-branches/0.9.6.shell/src/ir/omake_cache.ml
+2 -2 omake-branches/0.9.6.shell/src/ir/omake_install.ml
Properties omake-branches/0.9.6.shell/src/libmojave
+2 -0 omake-branches/0.9.6.shell/src/libmojave/OMakefile
Properties omake-branches/0.9.6.shell/src/magic
Properties omake-branches/0.9.6.shell/src/main
+1 -1 omake-branches/0.9.6.shell/src/main/omake_main.ml
+0 -16 omake-branches/0.9.6.shell/src/shell/omake_shell_sys_win32.ml
Properties omake-branches/0.9.6.shell/src/util
+1 -1 omake-branches/0.9.6.shell/version.txt