Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-05-14 14:20:35 -0700 (Mon, 14 May 2007)
Revision: 10750
Log message:

      Going back to the case-insensitive case-preserving nodes on case-insensitive
     filesystems. Namely, I reverted 10744:10741 and 10650:10636, while making sure
     that the rev 10707 fix is copied from omake_cache_stat back to omake_node...
     
     Note that this have killed the "realpath" built-in function. Once the node
     stuff is stable, we might want to implement it again.

Changes  Path
+3 -7 omake-branches/0.9.8.x/src/Makefile
+3 -7 omake-branches/0.9.8.x/src/Makefile.nt
+0 -39 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+0 -1 omake-branches/0.9.8.x/src/ir/OMakefile
+26 -31 omake-branches/0.9.8.x/src/ir/omake_cache.ml
+0 -2 omake-branches/0.9.8.x/src/ir/omake_cache.mli
Deleted omake-branches/0.9.8.x/src/ir/omake_cache_stat.ml
Deleted omake-branches/0.9.8.x/src/ir/omake_cache_stat.mli
+521 -249 omake-branches/0.9.8.x/src/ir/omake_node.ml
+0 -15 omake-branches/0.9.8.x/src/ir/omake_node_sig.ml
+1 -5 omake-branches/0.9.8.x/src/main/omake_main.ml