Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-04 16:46:25 -0800 (Tue, 04 Mar 2008)
Revision: 12758
Log message:
Documentation fix: it should be "close($(stdout))", not "close(stdout)".
Changes | Path(relative to omake-branches/0.9.8.x/src/builtin) |
+3 -3 | omake_builtin_io_fun.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-04 17:07:25 -0800 (Tue, 04 Mar 2008)
Revision: 12759
Log message:
(Bug #717) The built-in dependency scanner for OCaml should _not_ generate
dependencies on .o/.obj files. All the inlined code is stored in .cmx, so the
only dependency on .cmx exists.
Changes | Path(relative to omake-branches/0.9.8.x/lib/build) |
+1 -3 | OCaml.om |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 17:54:51 -0700 (Tue, 18 Mar 2008)
Revision: 12768
Log message:
(Bug 702) DynamicCLibrary[Copy] - use the CDLL_IMPLIES_STATIC correctly.
Changes | Path(relative to omake-branches/0.9.8.x/lib/build) |
+2 -2 | C.om |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 18:16:58 -0700 (Tue, 18 Mar 2008)
Revision: 12769
Log message:
- Switched the object-foreach to use the new-style foreach implementation.
- (Bug 709) Made sure that documentation uses new-style syntax for foreach and
$(fun ...) everywhere.
Changes | Path(relative to omake-branches/0.9.8.x) |
+1 -1 | doc/src/omake-grammar.tex |
+4 -4 | doc/src/omake-language-examples.tex |
+2 -2 | doc/src/omake-language.tex |
+15 -15 | lib/Pervasives.om |
+1 -1 | src/builtin/omake_builtin_fun.ml |
+4 -4 | src/builtin/omake_builtin_object.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 18:17:35 -0700 (Tue, 18 Mar 2008)
Revision: 12770
Log message:
Regenerated the documentation.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 18:25:35 -0700 (Tue, 18 Mar 2008)
Revision: 12771
Log message:
Automated merge of 12665:12770 from svn://svn.metaprl.org/omake-branches/0.9.8.x into array-args
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 18:29:02 -0700 (Tue, 18 Mar 2008)
Revision: 12772
Log message:
Automated merge of 12666:12771 from svn://svn.metaprl.org/omake-branches/0.9.8.x into var2
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 19:09:47 -0700 (Tue, 18 Mar 2008)
Revision: 12773
Log message:
Merged 12667:12772 from svn://svn.metaprl.org/omake-branches/jumbo/var2 into
var3 - automated merge with a bit of conflict resolution.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 19:13:37 -0700 (Tue, 18 Mar 2008)
Revision: 12774
Log message:
Automated merge of 12668:12773 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into const
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-18 19:16:52 -0700 (Tue, 18 Mar 2008)
Revision: 12775
Log message:
Automated merge of 12669:12774 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into auto
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 10:05:44 -0700 (Wed, 19 Mar 2008)
Revision: 12776
Log message:
Merged 12670:12775 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into
int - automated merge with a bit of a manual conflict resolution.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 10:10:04 -0700 (Wed, 19 Mar 2008)
Revision: 12777
Log message:
Automated merge of 12671:12776 from svn://svn.metaprl.org/omake-branches/jumbo/int into dll
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 10:24:51 -0700 (Wed, 19 Mar 2008)
Revision: 12778
Log message:
Added omake-option-index.html to the list of generated files.
Changes | Path(relative to omake-branches/0.9.8.x/doc) |
+1 -0 | OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 10:49:47 -0700 (Wed, 19 Mar 2008)
Revision: 12779
Log message:
Adding some debugging code for -debug_cache (which used to be completely
ignored).
Changes | Path(relative to omake-branches/jumbo/all-features/src/ir) |
+22 -9 | omake_cache.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:04:01 -0700 (Wed, 19 Mar 2008)
Revision: 12780
Log message:
Follow-up bugfix for rev. 12690 - when a rule failed to create its effect, the
error could have been reported against the wrong target.
Changes | Path(relative to omake-branches/0.9.8.x/src/build) |
+1 -1 | omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:05:43 -0700 (Wed, 19 Mar 2008)
Revision: 12781
Log message:
Automated merge of 12770:12780 from svn://svn.metaprl.org/omake-branches/0.9.8.x into array-args
Changes | Path(relative to omake-branches/jumbo/array-args) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:06:47 -0700 (Wed, 19 Mar 2008)
Revision: 12782
Log message:
Automated merge of 12771:12781 from svn://svn.metaprl.org/omake-branches/0.9.8.x into var2
Changes | Path(relative to omake-branches/jumbo/var2) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:07:50 -0700 (Wed, 19 Mar 2008)
Revision: 12783
Log message:
Automated merge of 12772:12782 from svn://svn.metaprl.org/omake-branches/jumbo/var2 into var3
Changes | Path(relative to omake-branches/jumbo/var3) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:08:50 -0700 (Wed, 19 Mar 2008)
Revision: 12784
Log message:
Automated merge of 12773:12783 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into const
Changes | Path(relative to omake-branches/jumbo/const) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:09:44 -0700 (Wed, 19 Mar 2008)
Revision: 12785
Log message:
Automated merge of 12774:12784 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into auto
Changes | Path(relative to omake-branches/jumbo/auto) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:10:37 -0700 (Wed, 19 Mar 2008)
Revision: 12786
Log message:
Automated merge of 12775:12785 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into int
Changes | Path(relative to omake-branches/jumbo/int) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:11:32 -0700 (Wed, 19 Mar 2008)
Revision: 12787
Log message:
Automated merge of 12776:12786 from svn://svn.metaprl.org/omake-branches/jumbo/int into dll
Changes | Path(relative to omake-branches/jumbo/dll) |
Properties | . |
+1 -0 | doc/OMakefile |
+1 -1 | src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:29:58 -0700 (Wed, 19 Mar 2008)
Revision: 12788
Log message:
Oops, had a typo!
Changes | Path(relative to omake-branches/0.9.8.x/doc) |
+1 -1 | OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:49:43 -0700 (Wed, 19 Mar 2008)
Revision: 12789
Log message:
- Merged 12672:12787 from svn://svn.metaprl.org/omake-branches/jumbo/const
into all-features - automated merge with some manual conflict resolution.
- Changed how the "C Parsers" section was incorporated into the documentation
(there was a poblem where it was trying to put it both into
omake-parsers.html as a chapter and c-parser.html as a section!)
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:50:47 -0700 (Wed, 19 Mar 2008)
Revision: 12790
Log message:
Automated merge of 12780:12789 from svn://svn.metaprl.org/omake-branches/0.9.8.x into array-args
Changes | Path(relative to omake-branches/jumbo/array-args) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:51:40 -0700 (Wed, 19 Mar 2008)
Revision: 12791
Log message:
Automated merge of 12781:12790 from svn://svn.metaprl.org/omake-branches/0.9.8.x into var2
Changes | Path(relative to omake-branches/jumbo/var2) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:52:32 -0700 (Wed, 19 Mar 2008)
Revision: 12792
Log message:
Automated merge of 12782:12791 from svn://svn.metaprl.org/omake-branches/jumbo/var2 into var3
Changes | Path(relative to omake-branches/jumbo/var3) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:53:26 -0700 (Wed, 19 Mar 2008)
Revision: 12793
Log message:
Automated merge of 12783:12792 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into const
Changes | Path(relative to omake-branches/jumbo/const) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:54:17 -0700 (Wed, 19 Mar 2008)
Revision: 12794
Log message:
Automated merge of 12784:12793 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into auto
Changes | Path(relative to omake-branches/jumbo/auto) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:55:12 -0700 (Wed, 19 Mar 2008)
Revision: 12795
Log message:
Automated merge of 12785:12794 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into int
Changes | Path(relative to omake-branches/jumbo/int) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 11:56:06 -0700 (Wed, 19 Mar 2008)
Revision: 12796
Log message:
Automated merge of 12786:12795 from svn://svn.metaprl.org/omake-branches/jumbo/int into dll
Changes | Path(relative to omake-branches/jumbo/dll) |
Properties | . |
+1 -1 | doc/OMakefile |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 13:11:06 -0700 (Wed, 19 Mar 2008)
Revision: 12797
Log message:
The doc/html changes do not need to be propagated.
Changes | Path(relative to omake-branches/jumbo) |
+1 -3 | merge-branch |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 13:14:23 -0700 (Wed, 19 Mar 2008)
Revision: 12798
Log message:
Actually, instead of reverting the changes to generated files, we should rader
mark all them as resolved. This way the conflicts are still avoided, but
adds/deletes are fully propagated.
Changes | Path(relative to omake-branches/jumbo) |
+1 -1 | merge-branch |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 13:28:12 -0700 (Wed, 19 Mar 2008)
Revision: 12799
Log message:
Merged 12673:12796 from
svn://svn.metaprl.org/omake-branches/jumbo/all-features into dll2 - automated
merge with a little conflict resolution.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 14:02:46 -0700 (Wed, 19 Mar 2008)
Revision: 12800
Log message:
Merged 12674:12799 from svn://svn.metaprl.org/omake-branches/jumbo/dll2 into
dll-fuse - automated merge with manual conflict resolution.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 16:10:37 -0700 (Wed, 19 Mar 2008)
Revision: 12801
Log message:
Merged 12675:12800 from svn://svn.metaprl.org/omake-branches/jumbo/dll2 into
dll-odbc - automated + conflict resolution.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-03-19 16:19:15 -0700 (Wed, 19 Mar 2008)
Revision: 12802
Log message:
Merged 12680:12801 from svn://svn.metaprl.org/omake-branches/jumbo/dll-fuse into everything
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-03-31 16:35:42 -0700 (Mon, 31 Mar 2008)
Revision: 12812
Log message:
Scoping errors.
Changes | Path(relative to omake-branches/jumbo/dll-fuse) |
+1 -1 | contrib/fuse/OMakefile |
+2 -2 | contrib/fuse/OMakeroot |
+3 -3 | lib/build/C.om |
+4 -4 | lib/parse/C/Dll.om |
+0 -5 | lib/parse/C/Parse.om |