Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-12-02 19:47:13 -0800 (Tue, 02 Dec 2003)
Revision: 297
Log message:

      | Bug fixes to get section eval commands to work.
      | Next:
      |    1. Add the $(shell ...) function
      |    2. Figure out why scanners are not getting folded together.
      

Changes  Path
+2 -2 omake/src/build/omake_build_type.ml
+49 -30 omake/src/build/omake_builtin_io.ml
+1 -1 omake/src/env/omake_ast_lex.mll
+1 -1 omake/src/eval/omake_rule.mli
+3 -5 omake/src/exec/omake_exec_local.ml
+1 -1 omake/src/exec/omake_exec_remote.ml
+5 -5 omake/src/exec/omake_exec_type.ml
+12 -4 omake/src/ir/omake_cache.ml
+3 -3 omake/src/ir/omake_cache.mli
+10 -6 omake/src/ir/omake_cache_type.ml
+21 -5 omake/src/ir/omake_command.ml
+15 -10 omake/src/ir/omake_command.mli
+1 -1 omake/version.txt