Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 15:57:26 -0700 (Thu, 03 Aug 2006)
Revision: 9463
Log message:

      Fixing some typoes.
      

Changes  Path
+2 -2 omake-branches/0.9.8.x/LICENSE.OMake
Copied omake-branches/0.9.8.x/ocamldep/LICENSE.ocamldep-omake
+8 -0 omake-branches/0.9.8.x/ocamldep/LICENSE.ocamldep-omake
Deleted omake-branches/0.9.8.x/ocamldep/README.ocamldep-omake

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 17:39:06 -0700 (Thu, 03 Aug 2006)
Revision: 9467
Log message:

      Command line options: more consistent usage of the Set/Clear in place of Unit.
      Also fixed some of the options to act a bit more reasonably when inverted.
      

Changes  Path
+8 -8 omake-branches/0.9.8.x/src/ir/omake_state.ml
+2 -2 omake-branches/0.9.8.x/src/main/omake_main.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 17:44:29 -0700 (Thu, 03 Aug 2006)
Revision: 9468
Log message:

      More consistency in option handling.
      

Changes  Path
+2 -2 omake-branches/0.9.8.x/src/ir/omake_state.ml
+9 -7 omake-branches/0.9.8.x/src/main/omake_main.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-10 16:48:56 -0700 (Thu, 10 Aug 2006)
Revision: 9485
Log message:

      Improved the handling of the verson string in version.txt:
      - The _released_ versions should have the version.txt of the form
           VERSION-RELEASE
        (and no spaces!)
      - The _development_ versions should have version.txt of either the form
           VERSION (COMMENT)
        where the comment should probably say that it's a development version,
        among other things, or it should just be
           VERSION
        and not contain any dashes or spaces. In this case the "(development
        version)" comment will be added automatically.
      

Changes  Path
+15 -3 omake-branches/0.9.8.x/OMakefile
+6 -3 omake-branches/0.9.8.x/config_rpm
+1 -1 omake-branches/0.9.8.x/make_dmg
+4 -4 omake-branches/0.9.8.x/omake.spec
Copied omake-branches/0.9.8.x/omake.spec.in
+60 -0 omake-branches/0.9.8.x/omake.spec.in
+17 -5 omake-branches/0.9.8.x/src/magic/omake_gen_magic.ml
+1 -1 omake-branches/0.9.8.x/version.txt

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-08-13 15:25:46 -0700 (Sun, 13 Aug 2006)
Revision: 9493
Log message:

      Added some additional string-escaping functions.
      

Changes  Path
+17 -5 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-15 15:07:11 -0700 (Tue, 15 Aug 2006)
Revision: 9501
Log message:

      Obey NATIVE_ENABLED/BYTE_ENABLED when computing recursive scanner
      dependencies.
      

Changes  Path
+4 -1 omake-branches/0.9.8.x/lib/build/OCaml.om

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

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-25 17:00:45 -0700 (Fri, 25 Aug 2006)
Revision: 9533
Log message:

      Filling in the changelog (in preparation for the 0.9.8 release).
      

Changes  Path
+79 -0 omake-branches/0.9.8.x/doc/html/changelog.html