[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10950)

Jason J. Hickey jyh at cs.caltech.edu
Wed Jun 13 12:07:43 PDT 2007


Documenting the meanings of the qualifiers:
    private: statically scoped
    this: field in the current object
    public: global variable
    global: same as public
    protected:
       - in 0.9.8, same as "this."
       - in 0.9.9, local to the current file/object
            this.protected.x = ...
            global.protected.x = ...
         or, the correct qualifier is usually inferred
            protected.x = ...

----
Changes:
    +533 -532	omake-branches/0.9.8.x/doc/html/omake-all-index.html
    +34 -34	omake-branches/0.9.8.x/doc/html/omake-autoconf.html
    +121 -121	omake-branches/0.9.8.x/doc/html/omake-base.html
    +145 -145	omake-branches/0.9.8.x/doc/html/omake-build.html
    +441 -439	omake-branches/0.9.8.x/doc/html/omake-contents.html
    +20 -20	omake-branches/0.9.8.x/doc/html/omake-detail.html
    +1655 -1643	omake-branches/0.9.8.x/doc/html/omake-doc.html
    +38 -38	omake-branches/0.9.8.x/doc/html/omake-grammar.html
    +18 -18	omake-branches/0.9.8.x/doc/html/omake-language-examples.html
    +1 -1	omake-branches/0.9.8.x/doc/html/omake-language.html
    +42 -42	omake-branches/0.9.8.x/doc/html/omake-options.html
    +24 -24	omake-branches/0.9.8.x/doc/html/omake-pervasives.html
    +8 -8	omake-branches/0.9.8.x/doc/html/omake-references.html
    +60 -60	omake-branches/0.9.8.x/doc/html/omake-rules.html
    +29 -29	omake-branches/0.9.8.x/doc/html/omake-shell.html
    +152 -152	omake-branches/0.9.8.x/doc/html/omake-system.html
    +1 -1	omake-branches/0.9.8.x/doc/html/omake-toc.html
    +10 -10	omake-branches/0.9.8.x/doc/html/osh.html
    +16 -0	omake-branches/0.9.8.x/doc/src/omake-language-naming.tex
    +1 -1	omake-branches/0.9.8.x/src/env/omake_ir_ast.ml
    +1 -0	omake-branches/0.9.8.x/src/ir/omake_symbol.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/13.12:07:43



More information about the OMake-CVS mailing list