Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-06 22:27:45 -0700 (Wed, 06 Oct 2010)
Revision: 13187
Log message:

      Two tests that fail - will add a Bugzilla entry shortly.

Changes  Path(relative to omake-branches/0.9.8.x/test/simple)
Added Test11
Added Test12

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-06 22:47:31 -0700 (Wed, 06 Oct 2010)
Revision: 13188
Log message:

      Fixing bug 732, untested.

Changes  Path(relative to omake-branches/0.9.8.x/src/env)
+2 -2 omake_ir_ast.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-07 12:59:08 -0700 (Thu, 07 Oct 2010)
Revision: 13189
Log message:

      [Bug 731] In pretty-printing and $(Fun.arity), compute arity of functions and
     curried functions based on the actual number of parameters. Currently keyword
     arguments are ignored, but should not be (this is a TODO). Fixes Test11.

Changes  Path(relative to omake-branches/0.9.8.x)
+3 -3 src/build/omake_rule.ml
+3 -3 src/builtin/omake_builtin_io_fun.ml
+24 -19 src/builtin/omake_builtin_object.ml
+3 -3 src/env/omake_command_digest.ml
+36 -36 src/eval/omake_eval.ml
+2 -2 src/eval/omake_eval.mli
+19 -7 src/ir/omake_value_print.ml
+7 -3 src/ir/omake_value_print.mli
+5 -5 src/ir/omake_value_type.ml
+9 -5 test/simple/Test12

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-07 13:58:58 -0700 (Thu, 07 Oct 2010)
Revision: 13190
Log message:

      Trivial update of the Invalid_arg message (have not yet figure out why this is
     happening).

Changes  Path(relative to omake-branches/0.9.8.x/src/builtin)
+1 -1 omake_builtin_object.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-07 14:45:23 -0700 (Thu, 07 Oct 2010)
Revision: 13191
Log message:

      Fixed a major bug in Omake_eval.eval_object_exn - the eval_object_exn would
     eval_value its argument, and then put the old unevaluated value into the
     $builtin field of the constructed object! Now the new evaluated value is
     placed in there.
     
     Fixes bug 731 and Test12.

Changes  Path(relative to omake-branches/0.9.8.x/src/eval)
+2 -1 omake_eval.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:04:32 -0700 (Tue, 26 Oct 2010)
Revision: 13198
Log message:

      Filling in the changelog in preparation for a release.

Changes  Path(relative to omake-branches/0.9.8.x)
+8 -0 CHANGELOG.txt
+1 -1 doc/src/omake-doc.tex
+124 -1 doc/webpage/changelog.html
Properties lib/web/

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:06:54 -0700 (Tue, 26 Oct 2010)
Revision: 13199
Log message:

      Preparing for a release.

Changes  Path(relative to omake-branches/0.9.8.6)
Copied . (from rev 13198, omake-branches/0.9.8.x)

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:07:43 -0700 (Tue, 26 Oct 2010)
Revision: 13200
Log message:

      Bumping a version number.

Changes  Path(relative to omake-branches/0.9.8.x)
+1 -1 version.txt

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:16:29 -0700 (Tue, 26 Oct 2010)
Revision: 13201
Log message:

      Updating the version number to 0.9.8.6-0.rc1 ("release candidate 1")

Changes  Path(relative to omake-branches/0.9.8.6)
+2 -2 omake.spec
+0 -5 src/build/omake_build.ml
+5 -1 src/magic/omake_gen_magic.ml
+1 -1 version.txt

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:17:44 -0700 (Tue, 26 Oct 2010)
Revision: 13202
Log message:

      The 0.rcNNN release number will be reported as "release candidate NNN"
     (instead of "release 0.rcNNN").

Changes  Path(relative to omake-branches/0.9.8.x/src/magic)
+5 -1 omake_gen_magic.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:24:27 -0700 (Tue, 26 Oct 2010)
Revision: 13203
Log message:

      Small fixes - doc, etc.

Changes  Path(relative to omake-branches/0.9.8.6)
+1 -0 doc/src/omake-doc.tex
Properties lib/web/
+1 -1 src/builtin/omake_builtin_base.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:24:57 -0700 (Tue, 26 Oct 2010)
Revision: 13204
Log message:

      Merge fixes from 0.9.8.6 branch

Changes  Path(relative to omake-branches/0.9.8.x)
+1 -0 doc/src/omake-doc.tex
Properties lib/web/
+1 -1 src/builtin/omake_builtin_base.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:27:56 -0700 (Tue, 26 Oct 2010)
Revision: 13205
Log message:

      Regenerated the documentation.

Changes  Path(relative to omake-branches/0.9.8.6/doc)
+507 -501 html/omake-all-index.html
+31 -31 html/omake-autoconf.html
+81 -70 html/omake-base.html
+140 -140 html/omake-build.html
+368 -366 html/omake-contents.html
+1758 -1730 html/omake-doc.html
+272 -266 html/omake-fun-index.html
+38 -38 html/omake-grammar.html
+3 -3 html/omake-language.html
+34 -34 html/omake-options.html
+46 -46 html/omake-pervasives.html
+4 -5 html/omake-references.html
+18 -18 html/omake-shell.html
+158 -156 html/omake-system.html
+1 -1 html/omake-toc.html
+7 -7 html/osh.html
+447 -445 info/omake-doc.info
+3 -3 info/omake-doc.info-1
+41 -36 info/omake-doc.info-10
+3 -3 info/omake-doc.info-2
+123 -130 info/omake-doc.info-4
+42 -47 info/omake-doc.info-5
+42 -34 info/omake-doc.info-6
+34 -26 info/omake-doc.info-7
+27 -33 info/omake-doc.info-8
+76 -35 info/omake-doc.info-9
Change(bin) ps/omake-doc.dvi
Change(bin) ps/omake-doc.pdf
Change(bin) ps/omake-doc.ps
+1 -2 src/omake-doc.tex
+184 -148 txt/omake-doc.txt

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:30:29 -0700 (Tue, 26 Oct 2010)
Revision: 13206
Log message:

      Deleting the obsolete 0.9.8.5 branch.

Changes  Path(relative to omake-branches/0.9.8.5)
Deleted .

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:32:26 -0700 (Tue, 26 Oct 2010)
Revision: 13207
Log message:

      This branch does not need to have a copy of the manual.

Changes  Path(relative to omake-branches/0.9.8.6/doc/webpage/manual)
Deleted .

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:34:00 -0700 (Tue, 26 Oct 2010)
Revision: 13208
Log message:

      Latest version is 0.9.8.6

Changes  Path(relative to omake-branches/0.9.8.6/doc/webpage)
+1 -1 download.html

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:35:53 -0700 (Tue, 26 Oct 2010)
Revision: 13209
Log message:

      Typo fix.

Changes  Path(relative to omake-branches/0.9.8.x/doc/webpage)
+1 -1 changelog.html

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:42:37 -0700 (Tue, 26 Oct 2010)
Revision: 13210
Log message:

      The server is now n0bu.com

Changes  Path(relative to omake-branches/0.9.8.6)
+1 -1 OMakefile
+1 -1 make_dmg

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 17:48:45 -0700 (Tue, 26 Oct 2010)
Revision: 13211
Log message:

      Checkout needs to be from 0.9.8.6 branch.

Changes  Path(relative to omake-branches/0.9.8.6)
+1 -1 make_checkout

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-10-26 18:06:47 -0700 (Tue, 26 Oct 2010)
Revision: 13212
Log message:

      Posting OMake 0.9.8.6-0.rc1 to the web.

Changes  Path(relative to omake-branches/0.9.8.x)
+1 -1 OMakefile
+19 -1 doc/webpage/download.html
Copied doc/webpage/images/grid.ai (from rev 13211, omake-branches/0.9.8.6/doc/images/grid.ai)
Copied doc/webpage/images/omake-manual.ai (from rev 13211, omake-branches/0.9.8.6/doc/images/omake-manual.ai)
Replaced doc/webpage/images/omake-manual.gif
Copied doc/webpage/images/omake-manual.gif (from rev 13211, omake-branches/0.9.8.6/doc/images/omake-manual.gif)
Copied doc/webpage/images/omake.ai (from rev 13211, omake-branches/0.9.8.6/doc/images/omake.ai)
Copied doc/webpage/images/omake.eps (from rev 13211, omake-branches/0.9.8.6/doc/images/omake.eps)
Replaced doc/webpage/images/omake.gif
Copied doc/webpage/images/omake.gif (from rev 13211, omake-branches/0.9.8.6/doc/images/omake.gif)
Copied doc/webpage/images/omake.psd (from rev 13211, omake-branches/0.9.8.6/doc/images/omake.psd)
+2 -1 doc/webpage/index.html
Replaced doc/webpage/manual/omake-all-index.html
Copied doc/webpage/manual/omake-all-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-all-index.html)
Replaced doc/webpage/manual/omake-autoconf.html
Copied doc/webpage/manual/omake-autoconf.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-autoconf.html)
Replaced doc/webpage/manual/omake-base.html
Copied doc/webpage/manual/omake-base.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-base.html)
Replaced doc/webpage/manual/omake-build-examples.html
Copied doc/webpage/manual/omake-build-examples.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-build-examples.html)
Replaced doc/webpage/manual/omake-build.html
Copied doc/webpage/manual/omake-build.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-build.html)
Replaced doc/webpage/manual/omake-contents.html
Copied doc/webpage/manual/omake-contents.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-contents.html)
Replaced doc/webpage/manual/omake-detail.html
Copied doc/webpage/manual/omake-detail.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-detail.html)
Replaced doc/webpage/manual/omake-doc.css
Copied doc/webpage/manual/omake-doc.css (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-doc.css)
Replaced doc/webpage/manual/omake-doc.html
Copied doc/webpage/manual/omake-doc.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-doc.html)
Replaced doc/webpage/manual/omake-fun-index.html
Copied doc/webpage/manual/omake-fun-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-fun-index.html)
Replaced doc/webpage/manual/omake-grammar.html
Copied doc/webpage/manual/omake-grammar.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-grammar.html)
Replaced doc/webpage/manual/omake-language-examples.html
Copied doc/webpage/manual/omake-language-examples.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-language-examples.html)
Replaced doc/webpage/manual/omake-language-naming.html
Copied doc/webpage/manual/omake-language-naming.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-language-naming.html)
Replaced doc/webpage/manual/omake-language.html
Copied doc/webpage/manual/omake-language.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-language.html)
Replaced doc/webpage/manual/omake-obj-index.html
Copied doc/webpage/manual/omake-obj-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-obj-index.html)
Replaced doc/webpage/manual/omake-option-index.html
Copied doc/webpage/manual/omake-option-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-option-index.html)
Replaced doc/webpage/manual/omake-options.html
Copied doc/webpage/manual/omake-options.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-options.html)
Replaced doc/webpage/manual/omake-pervasives.html
Copied doc/webpage/manual/omake-pervasives.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-pervasives.html)
Replaced doc/webpage/manual/omake-quickstart.html
Copied doc/webpage/manual/omake-quickstart.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-quickstart.html)
Replaced doc/webpage/manual/omake-references.html
Copied doc/webpage/manual/omake-references.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-references.html)
Replaced doc/webpage/manual/omake-rules.html
Copied doc/webpage/manual/omake-rules.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-rules.html)
Replaced doc/webpage/manual/omake-shell.html
Copied doc/webpage/manual/omake-shell.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-shell.html)
Replaced doc/webpage/manual/omake-system.html
Copied doc/webpage/manual/omake-system.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-system.html)
Replaced doc/webpage/manual/omake-target-index.html
Copied doc/webpage/manual/omake-target-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-target-index.html)
Replaced doc/webpage/manual/omake-toc.html
Copied doc/webpage/manual/omake-toc.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-toc.html)
Replaced doc/webpage/manual/omake-var-index.html
Copied doc/webpage/manual/omake-var-index.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake-var-index.html)
Replaced doc/webpage/manual/omake.html
Copied doc/webpage/manual/omake.html (from rev 13211, omake-branches/0.9.8.6/doc/html/omake.html)
Replaced doc/webpage/manual/osh.html
Copied doc/webpage/manual/osh.html (from rev 13211, omake-branches/0.9.8.6/doc/html/osh.html)
+1 -1 make_dmg