Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-01 02:00:21 -0700 (Thu, 01 Sep 2005)
Revision: 1458
Log message:

      Merged the omake_0_9_7_pre5 with the trunk and created a new omake_0_9_7_pre6
      branch off the trunk.
      
      *** THERE WERE A NUMBER OF PROBLEMS ***
      
      1) In the bootstrap process, omake-boot would complain about not being able to
         find Pervasives.om. I worked around this by adding  OMAKELIB=`pwd`/lib
         to the top-level Makefile. This works fine, but the instructions suggest
         calling omake-boot manually, which would not work.
      
      2) lib/parse/C/Lex.om causes a "output_value: functional value" problem. I
         worked around this by commenting out the ".SUBDIRS: $(subdirs CP, contrib)"
         line in the top-level OMakefile.
      
      3) I am getting
         *** omake error:
            File lib/build/LaTeX.om: line 169, characters 41-48
            unbound variable: link[argv:13]
         I failed to figure out how to fix it.
      

Changes  Path
+9 -0 libmojave-branches/omake_0_9_7_pre6/cutil/lm_unix_cutil.c
+12 -0 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_filename_util.ml
+7 -3 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_filename_util.mli
+9 -1 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_list_util.ml
+18 -17 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_list_util.mli
+29 -5 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_map.ml
+1 -0 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_map_sig.ml
+2 -0 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_set.ml
+5 -3 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_string_util.ml
+7 -7 libmojave-branches/omake_0_9_7_pre6/stdlib/lm_thread_sig.ml
+1 -0 libmojave-branches/omake_0_9_7_pre6/unix/lm_unix_util.ml
+4 -0 libmojave-branches/omake_0_9_7_pre6/unix/lm_unix_util.mli
+8 -1 libmojave-branches/omake_0_9_7_pre6/util/lm_channel.ml
+2 -0 libmojave-branches/omake_0_9_7_pre6/util/lm_channel.mli
+1188 -28 libmojave-branches/omake_0_9_7_pre6/util/lm_hash.ml
+96 -19 libmojave-branches/omake_0_9_7_pre6/util/lm_hash.mli
+18 -3 libmojave-branches/omake_0_9_7_pre6/util/lm_lexer.ml
+93 -84 libmojave-branches/omake_0_9_7_pre6/util/lm_parser.ml
+1 -0 libmojave-branches/omake_0_9_7_pre6/util/lm_parser.mli
+2 -0 libmojave-branches/omake_0_9_7_pre6/util/lm_position.ml
+87 -73 libmojave-branches/omake_0_9_7_pre6/util/lm_symbol.ml
+8 -0 libmojave-branches/omake_0_9_7_pre6/util/lm_symbol.mli
Properties omake-branches/omake_0_9_7_pre6
+1 -0 omake-branches/omake_0_9_7_pre6/.cvsignore
+3 -3 omake-branches/omake_0_9_7_pre6/Makefile
+59 -58 omake-branches/omake_0_9_7_pre6/OMakefile
+8 -8 omake-branches/omake_0_9_7_pre6/OMakeroot
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/.cvsignore
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/OMakefile
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/OMakefile
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.c
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.c
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.h
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.h
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.om
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/dll.om
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/enums.export
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/enums.export
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/lib.c
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/lib.c
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/structs.export
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/structs.export
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/test.om
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/test.om
Added omake-branches/omake_0_9_7_pre6/contrib/gtk/values.export
Properties omake-branches/omake_0_9_7_pre6/contrib/gtk/values.export
+158 -151 omake-branches/omake_0_9_7_pre6/doc/OMakefile
+275 -278 omake-branches/omake_0_9_7_pre6/doc/html/omake-base.html
+775 -666 omake-branches/omake_0_9_7_pre6/doc/html/omake-doc.html
+285 -94 omake-branches/omake_0_9_7_pre6/doc/html/omake-pervasives.html
+86 -154 omake-branches/omake_0_9_7_pre6/doc/html/omake-root.html
+150 -160 omake-branches/omake_0_9_7_pre6/doc/html/omake-system.html
+62 -58 omake-branches/omake_0_9_7_pre6/doc/man/omake-base.1
+95 -98 omake-branches/omake_0_9_7_pre6/doc/man/omake-base.txt
+317 -212 omake-branches/omake_0_9_7_pre6/doc/man/omake-doc.1
+329 -270 omake-branches/omake_0_9_7_pre6/doc/man/omake-doc.txt
+219 -40 omake-branches/omake_0_9_7_pre6/doc/man/omake-pervasives.1
+209 -108 omake-branches/omake_0_9_7_pre6/doc/man/omake-pervasives.txt
+19 -84 omake-branches/omake_0_9_7_pre6/doc/man/omake-root.1
+83 -121 omake-branches/omake_0_9_7_pre6/doc/man/omake-root.txt
+18 -29 omake-branches/omake_0_9_7_pre6/doc/man/omake-system.1
+10 -11 omake-branches/omake_0_9_7_pre6/doc/man/omake-system.txt
+2 -2 omake-branches/omake_0_9_7_pre6/lib/OMakeroot.om
+1331 -974 omake-branches/omake_0_9_7_pre6/lib/Pervasives.om
+5 -2 omake-branches/omake_0_9_7_pre6/lib/boot/Default
+1 -1 omake-branches/omake_0_9_7_pre6/lib/boot/License
+399 -358 omake-branches/omake_0_9_7_pre6/lib/build/C.om
+1 -150 omake-branches/omake_0_9_7_pre6/lib/build/Common.om
+242 -238 omake-branches/omake_0_9_7_pre6/lib/build/LaTeX.om
+516 -520 omake-branches/omake_0_9_7_pre6/lib/build/OCaml.om
+16 -14 omake-branches/omake_0_9_7_pre6/lib/configure/Configure.om
+2 -1 omake-branches/omake_0_9_7_pre6/lib/configure/fam.om
Added omake-branches/omake_0_9_7_pre6/lib/configure/gtk.om
Properties omake-branches/omake_0_9_7_pre6/lib/configure/gtk.om
+2 -1 omake-branches/omake_0_9_7_pre6/lib/configure/ncurses.om
+3 -2 omake-branches/omake_0_9_7_pre6/lib/configure/readline.om
Properties omake-branches/omake_0_9_7_pre6/lib/parse
Added omake-branches/omake_0_9_7_pre6/lib/parse/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/lib/parse/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/lib/parse/C
Added omake-branches/omake_0_9_7_pre6/lib/parse/C/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/lib/parse/C/.cvsignore
Added omake-branches/omake_0_9_7_pre6/lib/parse/C/Dll.om
Properties omake-branches/omake_0_9_7_pre6/lib/parse/C/Dll.om
Added omake-branches/omake_0_9_7_pre6/lib/parse/C/Lex.om
Properties omake-branches/omake_0_9_7_pre6/lib/parse/C/Lex.om
Added omake-branches/omake_0_9_7_pre6/lib/parse/C/Parse.om
Properties omake-branches/omake_0_9_7_pre6/lib/parse/C/Parse.om
+37 -34 omake-branches/omake_0_9_7_pre6/mk/defaults
+54 -47 omake-branches/omake_0_9_7_pre6/mk/make_config
+32 -28 omake-branches/omake_0_9_7_pre6/mk/make_gen
+18 -8 omake-branches/omake_0_9_7_pre6/src/Makefile
+18 -8 omake-branches/omake_0_9_7_pre6/src/Makefile.nt
+1 -1 omake-branches/omake_0_9_7_pre6/src/OMakefile
+5 -1 omake-branches/omake_0_9_7_pre6/src/ast/OMakefile
+11 -4 omake-branches/omake_0_9_7_pre6/src/ast/omake_ast.ml
+65 -36 omake-branches/omake_0_9_7_pre6/src/ast/omake_ast_print.ml
+12 -12 omake-branches/omake_0_9_7_pre6/src/ast/omake_ast_util.ml
+8 -3 omake-branches/omake_0_9_7_pre6/src/build/OMakefile
+94 -124 omake-branches/omake_0_9_7_pre6/src/build/omake_build.ml
+2 -0 omake-branches/omake_0_9_7_pre6/src/build/omake_build.mli
+0 -14 omake-branches/omake_0_9_7_pre6/src/build/omake_build_type.ml
+3 -2 omake-branches/omake_0_9_7_pre6/src/build/omake_build_util.ml
+96 -56 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin.ml
+2 -4 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin.mli
+106 -138 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_base.ml
Added omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_dll.ml
Properties omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_dll.ml
Added omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_dll.mli
Properties omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_dll.mli
+46 -47 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_file.ml
+18 -36 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_fun.ml
+56 -64 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_io.ml
+116 -108 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_io_fun.ml
+326 -306 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_object.ml
+8 -19 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_rule.ml
+11 -10 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_shell.ml
+16 -1 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_sys.ml
+10 -9 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_target.ml
+11 -10 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_test.ml
+7 -8 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_type.ml
+96 -13 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_util.ml
+8 -5 omake-branches/omake_0_9_7_pre6/src/build/omake_builtin_util.mli
+2 -1 omake-branches/omake_0_9_7_pre6/src/clib/OMakefile
Added omake-branches/omake_0_9_7_pre6/src/clib/lm_dll.c
Properties omake-branches/omake_0_9_7_pre6/src/clib/lm_dll.c
Added omake-branches/omake_0_9_7_pre6/src/clib/lm_dll.h
Properties omake-branches/omake_0_9_7_pre6/src/clib/lm_dll.h
Added omake-branches/omake_0_9_7_pre6/src/clib/lm_dll_hooks.h
Properties omake-branches/omake_0_9_7_pre6/src/clib/lm_dll_hooks.h
Properties omake-branches/omake_0_9_7_pre6/src/env
+1 -0 omake-branches/omake_0_9_7_pre6/src/env/.cvsignore
+19 -13 omake-branches/omake_0_9_7_pre6/src/env/OMakefile
+90 -34 omake-branches/omake_0_9_7_pre6/src/env/omake_ast_lex.mll
+154 -42 omake-branches/omake_0_9_7_pre6/src/env/omake_ast_parse.input
+333 -987 omake-branches/omake_0_9_7_pre6/src/env/omake_command_digest.ml
+2074 -920 omake-branches/omake_0_9_7_pre6/src/env/omake_env.ml
+265 -180 omake-branches/omake_0_9_7_pre6/src/env/omake_env.mli
+4 -0 omake-branches/omake_0_9_7_pre6/src/env/omake_exn_print.ml
+11 -2 omake-branches/omake_0_9_7_pre6/src/env/omake_gen_parse.ml
+2238 -528 omake-branches/omake_0_9_7_pre6/src/env/omake_ir_ast.ml
+10 -30 omake-branches/omake_0_9_7_pre6/src/env/omake_ir_ast.mli
+75 -82 omake-branches/omake_0_9_7_pre6/src/env/omake_ir_free_vars.ml
+2 -2 omake-branches/omake_0_9_7_pre6/src/env/omake_ir_free_vars.mli
+97 -57 omake-branches/omake_0_9_7_pre6/src/env/omake_ir_semant.ml
+1 -0 omake-branches/omake_0_9_7_pre6/src/env/omake_lexer.ml
+5 -1 omake-branches/omake_0_9_7_pre6/src/eval/OMakefile
+1009 -702 omake-branches/omake_0_9_7_pre6/src/eval/omake_eval.ml
+29 -19 omake-branches/omake_0_9_7_pre6/src/eval/omake_eval.mli
+87 -91 omake-branches/omake_0_9_7_pre6/src/eval/omake_rule.ml
+110 -41 omake-branches/omake_0_9_7_pre6/src/eval/omake_value.ml
+7 -2 omake-branches/omake_0_9_7_pre6/src/eval/omake_value.mli
+5 -1 omake-branches/omake_0_9_7_pre6/src/exec/OMakefile
+20 -10 omake-branches/omake_0_9_7_pre6/src/exec/omake_exec_print.ml
+5 -1 omake-branches/omake_0_9_7_pre6/src/ir/OMakefile
+28 -40 omake-branches/omake_0_9_7_pre6/src/ir/omake_cache.ml
+1 -1 omake-branches/omake_0_9_7_pre6/src/ir/omake_command_type.ml
+2 -2 omake-branches/omake_0_9_7_pre6/src/ir/omake_install.ml
+238 -44 omake-branches/omake_0_9_7_pre6/src/ir/omake_ir.ml
+267 -114 omake-branches/omake_0_9_7_pre6/src/ir/omake_ir_print.ml
+16 -8 omake-branches/omake_0_9_7_pre6/src/ir/omake_ir_print.mli
+13 -10 omake-branches/omake_0_9_7_pre6/src/ir/omake_ir_util.ml
+538 -503 omake-branches/omake_0_9_7_pre6/src/ir/omake_node.ml
+17 -16 omake-branches/omake_0_9_7_pre6/src/ir/omake_node.mli
+23 -31 omake-branches/omake_0_9_7_pre6/src/ir/omake_node_sig.ml
+0 -1 omake-branches/omake_0_9_7_pre6/src/ir/omake_options_type.ml
+13 -6 omake-branches/omake_0_9_7_pre6/src/ir/omake_state.ml
+6 -5 omake-branches/omake_0_9_7_pre6/src/ir/omake_state.mli
+24 -9 omake-branches/omake_0_9_7_pre6/src/ir/omake_symbol.ml
+223 -0 omake-branches/omake_0_9_7_pre6/src/ir/omake_virtual_id.ml
+106 -0 omake-branches/omake_0_9_7_pre6/src/ir/omake_virtual_id.mli
+46 -44 omake-branches/omake_0_9_7_pre6/src/libmojave/OMakefile
Added omake-branches/omake_0_9_7_pre6/src/libmojave/lm_dll.ml
Properties omake-branches/omake_0_9_7_pre6/src/libmojave/lm_dll.ml
Properties omake-branches/omake_0_9_7_pre6/src/magic
+1 -0 omake-branches/omake_0_9_7_pre6/src/magic/.cvsignore
+52 -50 omake-branches/omake_0_9_7_pre6/src/magic/OMakefile
Properties omake-branches/omake_0_9_7_pre6/src/main
+5 -0 omake-branches/omake_0_9_7_pre6/src/main/.cvsignore
+2 -1 omake-branches/omake_0_9_7_pre6/src/main/OMakefile
+18 -7 omake-branches/omake_0_9_7_pre6/src/main/omake_main.ml
+54 -40 omake-branches/omake_0_9_7_pre6/src/main/omake_shell.ml
+14 -9 omake-branches/omake_0_9_7_pre6/src/shell/OMakefile
+3 -2 omake-branches/omake_0_9_7_pre6/src/shell/omake_shell_job.ml
+23 -17 omake-branches/omake_0_9_7_pre6/src/util/OMakefile
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/.cvsignore
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/Test.om
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/Test.om
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/dll.c
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/dll.c
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/dll.h
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/dll.h
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/enums.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/enums.export
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/lib.c
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/lib.c
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/structs.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/structs.export
Added omake-branches/omake_0_9_7_pre6/tests/dll/gtk/values.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/gtk/values.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/.cvsignore
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/.cvsignore
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/Test.om
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/Test.om
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/dll.c
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/dll.c
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/dll.h
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/dll.h
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/enums.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/enums.export
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/lib.c
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/lib.c
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/structs.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/structs.export
Added omake-branches/omake_0_9_7_pre6/tests/dll/simple/values.export
Properties omake-branches/omake_0_9_7_pre6/tests/dll/simple/values.export
+1 -1 omake-branches/omake_0_9_7_pre6/version.txt