Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-01 20:05:27 -0700 (Sun, 01 Apr 2007)
Revision: 10317
Log message:

      useful only after the "parse" branch.

Changes  Path
+7 -1 omake-jumbo-branches/DEPENDENCIES
+23 -7 omake-jumbo-branches/all-features/0.9.8.x/src/Makefile
+23 -7 omake-jumbo-branches/all-features/0.9.8.x/src/Makefile.nt
+1 -0 omake-jumbo-branches/all-features/0.9.8.x/src/builtin/OMakefile
Added omake-jumbo-branches/all-features/0.9.8.x/src/builtin/omake_builtin_dll.ml
Added omake-jumbo-branches/all-features/0.9.8.x/src/builtin/omake_builtin_dll.mli
+4 -0 omake-jumbo-branches/all-features/0.9.8.x/src/clib/OMakefile
Added omake-jumbo-branches/all-features/0.9.8.x/src/clib/lm_dll.c
Added omake-jumbo-branches/all-features/0.9.8.x/src/clib/lm_dll.h
Added omake-jumbo-branches/all-features/0.9.8.x/src/clib/lm_dll_hooks.h
+10 -0 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_env.ml
+2 -0 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_env.mli
+14 -0 omake-jumbo-branches/all-features/0.9.8.x/src/eval/omake_eval.ml
+4 -0 omake-jumbo-branches/all-features/0.9.8.x/src/eval/omake_eval.mli
+9 -0 omake-jumbo-branches/all-features/0.9.8.x/src/eval/omake_value.ml
+1 -0 omake-jumbo-branches/all-features/0.9.8.x/src/eval/omake_value.mli
+4 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_symbol.ml
+5 -0 omake-jumbo-branches/all-features/0.9.8.x/src/libmojave/OMakefile
Added omake-jumbo-branches/all-features/0.9.8.x/src/libmojave/lm_dll.ml
Added omake-jumbo-branches/all-features/0.9.8.x/src/libmojave/lm_id.ml
Added omake-jumbo-branches/all-features/0.9.8.x/src/libmojave/lm_id.mli
Copied omake-jumbo-branches/dll/ (from rev 10314, omake-jumbo-branches/var4)
Replaced omake-jumbo-branches/dll/0.9.8.x/
Copied omake-jumbo-branches/dll/0.9.8.x/ (from rev 10316, omake-jumbo-branches/var4/0.9.8.x)
+23 -7 omake-jumbo-branches/dll/0.9.8.x/src/Makefile
+23 -7 omake-jumbo-branches/dll/0.9.8.x/src/Makefile.nt
+1 -0 omake-jumbo-branches/dll/0.9.8.x/src/builtin/OMakefile
Added omake-jumbo-branches/dll/0.9.8.x/src/builtin/omake_builtin_dll.ml
Added omake-jumbo-branches/dll/0.9.8.x/src/builtin/omake_builtin_dll.mli
+4 -0 omake-jumbo-branches/dll/0.9.8.x/src/clib/OMakefile
Added omake-jumbo-branches/dll/0.9.8.x/src/clib/lm_dll.c
Added omake-jumbo-branches/dll/0.9.8.x/src/clib/lm_dll.h
Added omake-jumbo-branches/dll/0.9.8.x/src/clib/lm_dll_hooks.h
+10 -0 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_env.ml
+2 -0 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_env.mli
+14 -0 omake-jumbo-branches/dll/0.9.8.x/src/eval/omake_eval.ml
+4 -0 omake-jumbo-branches/dll/0.9.8.x/src/eval/omake_eval.mli
+9 -0 omake-jumbo-branches/dll/0.9.8.x/src/eval/omake_value.ml
+1 -0 omake-jumbo-branches/dll/0.9.8.x/src/eval/omake_value.mli
+4 -0 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_symbol.ml
+5 -0 omake-jumbo-branches/dll/0.9.8.x/src/libmojave/OMakefile
Added omake-jumbo-branches/dll/0.9.8.x/src/libmojave/lm_dll.ml
Added omake-jumbo-branches/dll/0.9.8.x/src/libmojave/lm_id.ml
Added omake-jumbo-branches/dll/0.9.8.x/src/libmojave/lm_id.mli
Copied omake-jumbo-branches/dll/boring (from rev 10316, omake-jumbo-branches/var4/boring)
+23 -7 omake-jumbo-branches/parse/0.9.8.x/src/Makefile
+23 -7 omake-jumbo-branches/parse/0.9.8.x/src/Makefile.nt
+1 -0 omake-jumbo-branches/parse/0.9.8.x/src/builtin/OMakefile
Added omake-jumbo-branches/parse/0.9.8.x/src/builtin/omake_builtin_dll.ml
Added omake-jumbo-branches/parse/0.9.8.x/src/builtin/omake_builtin_dll.mli
+4 -0 omake-jumbo-branches/parse/0.9.8.x/src/clib/OMakefile
Added omake-jumbo-branches/parse/0.9.8.x/src/clib/lm_dll.c
Added omake-jumbo-branches/parse/0.9.8.x/src/clib/lm_dll.h
Added omake-jumbo-branches/parse/0.9.8.x/src/clib/lm_dll_hooks.h
+10 -0 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_env.ml
+2 -0 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_env.mli
+14 -0 omake-jumbo-branches/parse/0.9.8.x/src/eval/omake_eval.ml
+4 -0 omake-jumbo-branches/parse/0.9.8.x/src/eval/omake_eval.mli
+9 -0 omake-jumbo-branches/parse/0.9.8.x/src/eval/omake_value.ml
+1 -0 omake-jumbo-branches/parse/0.9.8.x/src/eval/omake_value.mli
+4 -0 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_symbol.ml
+5 -0 omake-jumbo-branches/parse/0.9.8.x/src/libmojave/OMakefile
Added omake-jumbo-branches/parse/0.9.8.x/src/libmojave/lm_dll.ml
Added omake-jumbo-branches/parse/0.9.8.x/src/libmojave/lm_id.ml
Added omake-jumbo-branches/parse/0.9.8.x/src/libmojave/lm_id.mli