Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-13 11:46:56 -0700 (Thu, 13 Apr 2006)
Revision: 9077
Log message:

      Took Aleksey's suggestion.  Aliases take values.  If an argument to
      an alias is glob-expanded it becomes an array of dirs/files.
      

Changes  Path
+6 -6 omake-branches/0.9.8.x/OMakefile
+236 -172 omake-branches/0.9.8.x/src/build/omake_rule.ml
+13 -20 omake-branches/0.9.8.x/src/env/omake_command_digest.ml
+138 -18 omake-branches/0.9.8.x/src/env/omake_env.ml
+13 -13 omake-branches/0.9.8.x/src/env/omake_env.mli
+38 -0 omake-branches/0.9.8.x/src/eval/omake_value.ml
+3 -0 omake-branches/0.9.8.x/src/eval/omake_value.mli
+2 -2 omake-branches/0.9.8.x/src/ir/omake_command.mli
+26 -23 omake-branches/0.9.8.x/src/ir/omake_command_type.ml
+52 -56 omake-branches/0.9.8.x/src/ir/omake_shell_type.ml
+2 -2 omake-branches/0.9.8.x/src/main/OMakefile
+13 -13 omake-branches/0.9.8.x/src/shell/omake_shell_job.ml
+84 -40 omake-branches/0.9.8.x/src/shell/omake_shell_lex.ml
+6 -2 omake-branches/0.9.8.x/src/shell/omake_shell_lex.mli
+2 -2 omake-branches/0.9.8.x/src/shell/omake_shell_parse.mly