Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-05-14 10:27:37 -0700 (Mon, 14 May 2007)
Revision: 10743
Log message:

      Merging the case-[in]sensitivity changes from 0.9.8.x:
       svn merge -r 10623:10707 svn+ssh://svn.metaprl.org/svnroot/mojave/omake-branches/0.9.8.x .
       svn merge -r 10738:10742 svn+ssh://svn.metaprl.org/svnroot/mojave/omake-branches/0.9.8.x .

Changes  Path
+2 -0 omake-branches/0.9.8.2/lib/Pervasives.om
+2 -2 omake-branches/0.9.8.2/lib/configure/readline.om
+7 -3 omake-branches/0.9.8.2/src/Makefile
+7 -3 omake-branches/0.9.8.2/src/Makefile.nt
+39 -0 omake-branches/0.9.8.2/src/builtin/omake_builtin_file.ml
+1 -0 omake-branches/0.9.8.2/src/ir/OMakefile
+31 -26 omake-branches/0.9.8.2/src/ir/omake_cache.ml
+2 -0 omake-branches/0.9.8.2/src/ir/omake_cache.mli
Copied omake-branches/0.9.8.2/src/ir/omake_cache_stat.ml (from rev 10707, omake-branches/0.9.8.x/src/ir/omake_cache_stat.ml)
+6 -27 omake-branches/0.9.8.2/src/ir/omake_cache_stat.ml (from rev 10707, omake-branches/0.9.8.x/src/ir/omake_cache_stat.ml)
Copied omake-branches/0.9.8.2/src/ir/omake_cache_stat.mli (from rev 10707, omake-branches/0.9.8.x/src/ir/omake_cache_stat.mli)
+169 -420 omake-branches/0.9.8.2/src/ir/omake_node.ml
+15 -0 omake-branches/0.9.8.2/src/ir/omake_node_sig.ml
+0 -1 omake-branches/0.9.8.2/src/ir/omake_symbol.ml
+17 -3 omake-branches/0.9.8.2/src/main/omake_main.ml