Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-26 14:54:55 -0800 (Sun, 26 Feb 2006)
Revision: 8789
Log message:

      Added auto-rehashing on relative names in the PATH.
      In addition, you can define "AUTO_REHASH = true" if
      you want to auto-rehash on all directories in the path.
      

Changes  Path
+1 -1 omake-branches/0.9.6.x/doc/man/omake-doc.1
+1 -1 omake-branches/0.9.6.x/doc/man/omake-root.1
+1 -1 omake-branches/0.9.6.x/lib/build/Common.om
+2 -2 omake-branches/0.9.6.x/src/build/omake_build.ml
+7 -2 omake-branches/0.9.6.x/src/build/omake_rule.ml
+3 -3 omake-branches/0.9.6.x/src/builtin/omake_builtin_file.ml
+4 -2 omake-branches/0.9.6.x/src/env/omake_env.ml
+65 -11 omake-branches/0.9.6.x/src/eval/omake_eval.ml
+1 -0 omake-branches/0.9.6.x/src/eval/omake_eval.mli
+35 -0 omake-branches/0.9.6.x/src/eval/omake_value.ml
+1 -0 omake-branches/0.9.6.x/src/eval/omake_value.mli
+115 -29 omake-branches/0.9.6.x/src/ir/omake_cache.ml
+6 -4 omake-branches/0.9.6.x/src/ir/omake_cache.mli
+8 -7 omake-branches/0.9.6.x/src/ir/omake_symbol.ml
+1 -1 omake-branches/0.9.6.x/src/shell/omake_shell_job.ml