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:
authorCorinna Vinschen <corinna@vinschen.de>2016-07-24 21:00:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-15 11:56:58 +0300
commitc1b7d9d93dc8e88693162c0d984a114371919fdd (patch)
tree25842a96b7ae037393ebc3d96803a376e7beff45 /winsup/cygwin/common.din
parent8493c1631643fada62384768408852bc0fa6ff44 (diff)
Implement per-locale string functions
strcasecmp_l, strcoll_l, strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, wcstrxfrm_l, strftime_l. Add missing CHEWOUT_FILES from previous patch. TODO: strfmon_l. Signed-off by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 7d80c3d97..114adc95c 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -1330,12 +1330,14 @@ stime SIGFE
stpcpy NOSIGFE
stpncpy NOSIGFE
strcasecmp NOSIGFE
+strcasecmp_l NOSIGFE
strcasestr NOSIGFE
strcat NOSIGFE
strchr NOSIGFE
strchrnul NOSIGFE
strcmp NOSIGFE
strcoll NOSIGFE
+strcoll_l NOSIGFE
strcpy NOSIGFE
strcspn NOSIGFE
strdup SIGFE
@@ -1343,11 +1345,13 @@ strerror SIGFE
strerror_r SIGFE
strfmon SIGFE
strftime SIGFE
+strftime_l SIGFE
strlcat NOSIGFE
strlcpy NOSIGFE
strlen NOSIGFE
strlwr NOSIGFE
strncasecmp NOSIGFE
+strncasecmp_l NOSIGFE
strncat NOSIGFE
strncmp NOSIGFE
strncpy NOSIGFE
@@ -1374,6 +1378,7 @@ strtoull NOSIGFE
strtoumax = strtoull NOSIGFE
strupr NOSIGFE
strxfrm NOSIGFE
+strxfrm_l NOSIGFE
swab NOSIGFE
swapcontext NOSIGFE
swprintf SIGFE
@@ -1495,10 +1500,12 @@ wcpcpy NOSIGFE
wcpncpy NOSIGFE
wcrtomb NOSIGFE
wcscasecmp NOSIGFE
+wcscasecmp_l NOSIGFE
wcscat NOSIGFE
wcschr NOSIGFE
wcscmp NOSIGFE
wcscoll NOSIGFE
+wcscoll_l NOSIGFE
wcscpy NOSIGFE
wcscspn NOSIGFE
wcsdup NOSIGFE
@@ -1507,6 +1514,7 @@ wcslcat NOSIGFE
wcslcpy NOSIGFE
wcslen NOSIGFE
wcsncasecmp NOSIGFE
+wcsncasecmp_l NOSIGFE
wcsncat NOSIGFE
wcsncmp NOSIGFE
wcsncpy NOSIGFE
@@ -1530,6 +1538,7 @@ wcstoull NOSIGFE
wcstoumax = wcstoull NOSIGFE
wcswidth NOSIGFE
wcsxfrm NOSIGFE
+wcsxfrm_l NOSIGFE
wctob NOSIGFE
wctomb NOSIGFE
wctrans NOSIGFE