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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index debfe630e..ea7b93f2a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2008-02-01 Corinna Vinschen <corinna@vinschen.de>
+
+ * string.h: Re-enable inline strcasematch and strncasematch
+ implementations and rename to ascii_strcasematch/ascii_strncasematch.
+ * dcrt0.cc: Replace str[n]casematch with ascii_str[n]casematch where
+ applicable.
+ * environ.cc: Ditto.
+ * fhandler_process.cc: Ditto.
+ * hookapi.cc: Ditto.
+ * path.cc: Ditto.
+ * spawn.cc: Ditto.
+ * strace.cc: Ditto.
+ * syscalls.cc: Ditto.
+ * uinfo.cc: Ditto.
+ * winf.cc: Ditto.
+
2008-01-31 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to current