]> git.eshelyaron.com Git - emacs.git/commit
Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choice
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2017 05:51:32 +0000 (22:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 May 2017 05:56:36 +0000 (22:56 -0700)
commit075bd64609446e741a6efbcd6cd6e232db8d1df6
treea67097df27736dd6b67712bb8eede15939da3d6a
parent2963861f3d4070420eeee0791008f3e1c02a0450
Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choice

* etc/PROBLEMS: Document this (Bug#24441).
* src/fileio.c (file_name_case_insensitive_p): Prefer pathconf
with _PC_CASE_SENSITIVE, if it works, to
DARWIN_OS_CASE_SENSITIVE_FIXME code.
Support just one method for DARWIN_OS_CASE_SENSITIVE_FIXME,
which matches the Apple documentation more precisely.
etc/PROBLEMS
src/fileio.c