aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2017-05-20 22:51:32 -0700
committerPaul Eggert2017-05-20 22:56:36 -0700
commit075bd64609446e741a6efbcd6cd6e232db8d1df6 (patch)
treea67097df27736dd6b67712bb8eede15939da3d6a /etc
parent2963861f3d4070420eeee0791008f3e1c02a0450 (diff)
downloademacs-075bd64609446e741a6efbcd6cd6e232db8d1df6.tar.gz
emacs-075bd64609446e741a6efbcd6cd6e232db8d1df6.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e415887a4d8..ff88aa367f2 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2486,9 +2486,8 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here.
2486The implementation of that function on Mac OS X uses pathconf with the 2486The implementation of that function on Mac OS X uses pathconf with the
2487_PC_CASE_SENSITIVE flag. There have been reports that this use of 2487_PC_CASE_SENSITIVE flag. There have been reports that this use of
2488pathconf does not work reliably. If you have a problem, please 2488pathconf does not work reliably. If you have a problem, please
2489recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME=1 or 2489recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME, and file a bug
2490-D DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying 2490report saying whether this fixed your problem.
2491whether this fixed your problem.
2492 2491
2493* Build-time problems 2492* Build-time problems
2494 2493