Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-16 17:58:32 -0700 (Wed, 16 Aug 2006)
Revision: 9503
Log message:

      - Make $(target-exists foo.cmx) return "false" instead of "blowing up" when
        NATIVE_ENABLED is false. This is done by changing the active rules to raise
        an exception, which would then be caught by target-exists and alike.
      
      - When an exception raised from the OMake code is uncaught, and the Exception
        object contains a "message" field, print only that message in place of a
        verbose listing of the object.
      
      - Regenerated the documentation.
      

Changes  Path
+373 -369 omake-branches/0.9.8.x/doc/html/omake-all-index.html
+98 -77 omake-branches/0.9.8.x/doc/html/omake-base.html
+407 -403 omake-branches/0.9.8.x/doc/html/omake-contents.html
+1797 -1745 omake-branches/0.9.8.x/doc/html/omake-doc.html
+211 -208 omake-branches/0.9.8.x/doc/html/omake-fun-index.html
+20 -20 omake-branches/0.9.8.x/doc/html/omake-grammar.html
+6 -5 omake-branches/0.9.8.x/doc/html/omake-obj-index.html
+47 -47 omake-branches/0.9.8.x/doc/html/omake-options.html
+35 -24 omake-branches/0.9.8.x/doc/html/omake-pervasives.html
+5 -5 omake-branches/0.9.8.x/doc/html/omake-references.html
+139 -139 omake-branches/0.9.8.x/doc/html/omake-rule.html
+13 -13 omake-branches/0.9.8.x/doc/html/omake-shell.html
+121 -121 omake-branches/0.9.8.x/doc/html/omake-system.html
+7 -7 omake-branches/0.9.8.x/doc/html/osh.html
+310 -306 omake-branches/0.9.8.x/doc/info/omake-doc.info
+24 -23 omake-branches/0.9.8.x/doc/info/omake-doc.info-3
+118 -127 omake-branches/0.9.8.x/doc/info/omake-doc.info-4
+44 -89 omake-branches/0.9.8.x/doc/info/omake-doc.info-5
+109 -212 omake-branches/0.9.8.x/doc/info/omake-doc.info-6
+220 -1 omake-branches/0.9.8.x/doc/info/omake-doc.info-7
+69 -60 omake-branches/0.9.8.x/doc/info/omake-doc.info-8
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
+171 -123 omake-branches/0.9.8.x/doc/txt/omake-doc.txt
+23 -1 omake-branches/0.9.8.x/lib/Pervasives.om
+30 -21 omake-branches/0.9.8.x/lib/build/OCaml.om
+6 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+13 -0 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+2 -4 omake-branches/0.9.8.x/src/builtin/omake_builtin_object.ml
+21 -5 omake-branches/0.9.8.x/src/env/omake_exn_print.ml
+1 -0 omake-branches/0.9.8.x/src/ir/omake_symbol.ml