Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-06-10 18:37:30 -0700 (Sun, 10 Jun 2007)
Revision: 10928
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').
(This merges rev. 10927 off the 0.9.8.4 branch).
Changes | Path |
+36 -9 | omake-branches/0.9.8.x/src/ir/omake_node.ml |