Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-06-10 18:33:29 -0700 (Sun, 10 Jun 2007)
Revision: 10927
Log message:
FS case sensitivity improvements:
- If the name does not ocontain any upper case characters, abortt the case
sensitivity early (as we do not really care).
- Test with Unix.access before trying to create test entries.
- Test for all the 3 pairs of ranges that Char.uppercase/Char.lowercase
recognizes (not just a single 'A'..'Z'/'a'..'z').
Changes | Path |
+36 -9 | omake-branches/0.9.8.4/src/ir/omake_node.ml |