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

Jason Hickey jyh at cs.caltech.edu
Tue Mar 20 00:18:06 PDT 2007


Intermediate commit--I messed up my git repos a little, so
I think I should save to svn more often.

Several small changes:
   - Autoloading should work.
   - If a file is to be used with "open", it must define
     it variables.  No more "X = foo".  If X is local,
     the first definition must be qualified "public.X = foo".

----
Changes:
    +5 -1	omake-jumbo-branches/DEPENDENCIES
    +2 -2	omake-jumbo-branches/var2/0.9.8.x/src/build/omake_builtin_util.ml
    +2 -2	omake-jumbo-branches/var2/0.9.8.x/src/env/omake_ir_ast.ml
    +13 -7	omake-jumbo-branches/var3/0.9.8.x/OMakeroot
    +5 -2	omake-jumbo-branches/var3/0.9.8.x/lib/Pervasives.om
    +2 -2	omake-jumbo-branches/var3/0.9.8.x/lib/boot/Default
    +1 -1	omake-jumbo-branches/var3/0.9.8.x/lib/boot/License
    +0 -4	omake-jumbo-branches/var3/0.9.8.x/lib/build/C.om
    +1 -0	omake-jumbo-branches/var3/0.9.8.x/lib/build/LaTeX.om
    +6 -4	omake-jumbo-branches/var3/0.9.8.x/lib/build/OCaml.om
    +12 -12	omake-jumbo-branches/var3/0.9.8.x/lib/configure/Configure.om
    +13 -12	omake-jumbo-branches/var3/0.9.8.x/mk/defaults
    +1 -1	omake-jumbo-branches/var3/0.9.8.x/mk/make_config
    +13 -8	omake-jumbo-branches/var3/0.9.8.x/src/build/omake_builtin.ml
    +23 -35	omake-jumbo-branches/var3/0.9.8.x/src/build/omake_builtin_util.ml
    +16 -2	omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_base.ml
    +5 -5	omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_io_fun.ml
    +31 -8	omake-jumbo-branches/var3/0.9.8.x/src/env/omake_command_digest.ml
    +230 -226	omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.ml
    +34 -26	omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.mli
    +162 -118	omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ir_ast.ml
    +4 -0	omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ir_ast.mli
    +11 -4	omake-jumbo-branches/var3/0.9.8.x/src/eval/omake_eval.ml
    +3 -1	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_cache.ml
    +57 -14	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_ir.ml
    +13 -16	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_ir_print.ml
    +82 -81	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_var.ml
    +86 -71	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_virtual_id.ml
    +16 -7	omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_virtual_id.mli
    +5 -3	omake-jumbo-branches/var3/0.9.8.x/src/main/omake_shell.ml
    +2 -1	omake-jumbo-branches/var3/0.9.8.x/src/shell/omake_shell_job.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-03.html#07/03/20.00:18:06



More information about the OMake-CVS mailing list