[Omake] SVN Commit: OMake Build System (Rev. 11570)

Aleksey Nogin nogin at metaprl.org
Fri Aug 3 16:37:56 PDT 2007


Recreated the dll-syntax branch

----
Changes in omake-branches/jumbo/dll-syntax:
    Copied      . (from rev 11569, omake-branches/jumbo/dll2)
    Properties  . (from rev 11569, omake-branches/jumbo/dll2)
    Deleted     contrib/gtk/gtk/
    +63 -0      doc/src/omake-grammar.tex
    +1 -0       lib/parse/C/Dll.om
    +13 -4      src/Makefile
    +13 -4      src/Makefile.nt
    +13 -2      src/ast/omake_ast.ml
    +18 -2      src/ast/omake_ast_print.ml
    +301 -8     src/ast/omake_ast_util.ml
    +2 -0       src/ast/omake_ast_util.mli
    +4 -1       src/builtin/omake_builtin_object.ml
    +8 -1       src/env/OMakefile
    +3 -4       src/env/omake_ast_lex.mli
    +40 -9      src/env/omake_ast_lex.mll
    +85 -39     src/env/omake_ast_parse.input
    +16 -0      src/env/omake_command_digest.ml
    Copied      src/env/omake_exp_lex.ml (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_lex.ml)
    Copied      src/env/omake_exp_lex.mli (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_lex.mli)
    Copied      src/env/omake_exp_parse.ml (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.ml)
    Copied      src/env/omake_exp_parse.mli (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.mli)
    Copied      src/env/omake_exp_parse.mly (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.mly)
    +31 -21     src/env/omake_gen_parse.ml
    +44 -6      src/env/omake_ir_ast.ml
    +3 -0       src/env/omake_ir_semant.ml
    +39 -5      src/eval/omake_eval.ml
    +10 -1      src/eval/omake_value.ml
    +3 -0       src/ir/omake_ir.ml
    +3 -0       src/ir/omake_ir_free_vars.ml
    +6 -0       src/ir/omake_ir_print.ml
    +22 -0      src/ir/omake_symbol.ml
    +3 -0       src/ir/omake_value_print.ml
    +1 -0       src/ir/omake_value_type.ml
    +1 -0       src/main/omake_shell.ml
    +24 -0      src/shell/omake_shell_lex.ml
    +18 -15     test/parse/C/Test5/OMakefile
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-08.html#07/08/03.16:37:56



More information about the OMake-CVS mailing list