]> git.eshelyaron.com Git - emacs.git/commit
Simplify case-insensitivity checks on Mac OS X
authorKen Brown <kbrown@cornell.edu>
Mon, 14 Nov 2016 22:26:12 +0000 (17:26 -0500)
committerKen Brown <kbrown@cornell.edu>
Tue, 15 Nov 2016 22:53:22 +0000 (17:53 -0500)
commit8b48e937af801e11e2d1844d60b6e585ce09dcea
treed15e90273e2cea2f6a2961cf0e71085adb99d0cb
parent9ed2502878d16ed7f20e8b4817e1eed963468de7
Simplify case-insensitivity checks on Mac OS X

* src/fileio.c (file_name_case_insensitive_p): Try skipping the
Darwin code and instead using pathconf with _PC_CASE_SENSITIVE.
Leave in two alternatives conditionally compiled based on
DARWIN_OS_CASE_SENSITIVE_FIXME in case pathconf doesn't work.

* etc/PROBLEMS: Mention the possible problem with pathconf on
Mac OS X.
etc/PROBLEMS
src/fileio.c