Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2011-07-01 22:24:38 +0400
committerJoel Brobecker <brobecker@adacore.com>2011-07-01 22:24:38 +0400
commit071fabe6d9799076f93800c012c2ad6f42797e86 (patch)
treedbab90e6bf77ea62d038533497d42eff21826be7 /include/ChangeLog
parent2d9de442976e5eff49a36b30ce573d4c83643590 (diff)
[libiberty/filename_cmp] Darwin has case-insensitive filesystems
include/ChangeLog: * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define on Darwin, as well as on the systems that use a DOS-like filesystem. libiberty/ChangeLog: * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index c99733eb9..c80aeb8a5 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-01 Joel Brobecker <brobecker@adacore.com>
+
+ * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define
+ on Darwin, as well as on the systems that use a DOS-like
+ filesystem.
+
2011-06-22 Jakub Jelinek <jakub@redhat.com>
PR debug/47858