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 16:44:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-15 11:56:57 +0300
commit8493c1631643fada62384768408852bc0fa6ff44 (patch)
tree13b9f7c7e686ec3939137699be29d5863b8382eb /winsup/cygwin/common.din
parent956565be706c71902f79c06181d09fd1fb04f2ac (diff)
Implement all per-locale ctype functions
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din35
1 files changed, 35 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 0660a38e7..7d80c3d97 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -69,6 +69,7 @@ __isinff = isinff NOSIGFE
__isnand = isnan NOSIGFE
__isnanf = isnanf NOSIGFE
__locale_ctype_ptr NOSIGFE
+__locale_ctype_ptr_l NOSIGFE
__locale_mb_cur_max NOSIGFE
__main NOSIGFE
__mempcpy = mempcpy NOSIGFE
@@ -722,39 +723,65 @@ iprintf SIGFE
iruserok SIGFE
iruserok_sa SIGFE
isalnum NOSIGFE
+isalnum_l NOSIGFE
isalpha NOSIGFE
+isalpha_l NOSIGFE
isascii NOSIGFE
+isascii_l NOSIGFE
isatty SIGFE
isblank NOSIGFE
+isblank_l NOSIGFE
iscntrl NOSIGFE
+iscntrl_l NOSIGFE
isdigit NOSIGFE
+isdigit_l NOSIGFE
isgraph NOSIGFE
+isgraph_l NOSIGFE
isinf NOSIGFE
isinff NOSIGFE
isinfl NOSIGFE
islower NOSIGFE
+islower_l NOSIGFE
isnan NOSIGFE
isnanf NOSIGFE
isnanl NOSIGFE
isprint NOSIGFE
+isprint_l NOSIGFE
ispunct NOSIGFE
+ispunct_l NOSIGFE
issetugid NOSIGFE
isspace NOSIGFE
+isspace_l NOSIGFE
isupper NOSIGFE
+isupper_l NOSIGFE
iswalnum NOSIGFE
+iswalnum_l NOSIGFE
iswalpha NOSIGFE
+iswalpha_l NOSIGFE
iswblank NOSIGFE
+iswblank_l NOSIGFE
iswcntrl NOSIGFE
+iswcntrl_l NOSIGFE
iswctype NOSIGFE
+iswctype_l NOSIGFE
iswdigit NOSIGFE
+iswdigit_l NOSIGFE
iswgraph NOSIGFE
+iswgraph_l NOSIGFE
iswlower NOSIGFE
+iswlower_l NOSIGFE
iswprint NOSIGFE
+iswprint_l NOSIGFE
iswpunct NOSIGFE
+iswpunct_l NOSIGFE
iswspace NOSIGFE
+iswspace_l NOSIGFE
iswupper NOSIGFE
+iswupper_l NOSIGFE
iswxdigit NOSIGFE
+iswxdigit_l NOSIGFE
isxdigit NOSIGFE
+isxdigit_l NOSIGFE
j0 NOSIGFE
j0f NOSIGFE
j1 NOSIGFE
@@ -1393,11 +1420,17 @@ timezone SIGFE
tmpfile SIGFE
tmpnam SIGFE
toascii NOSIGFE
+toascii_l NOSIGFE
tolower NOSIGFE
+tolower_l NOSIGFE
toupper NOSIGFE
+toupper_l NOSIGFE
towctrans NOSIGFE
+towctrans_l NOSIGFE
towlower NOSIGFE
+towlower_l NOSIGFE
towupper NOSIGFE
+towupper_l NOSIGFE
trunc NOSIGFE
truncate SIGFE
truncf NOSIGFE
@@ -1500,7 +1533,9 @@ wcsxfrm NOSIGFE
wctob NOSIGFE
wctomb NOSIGFE
wctrans NOSIGFE
+wctrans_l NOSIGFE
wctype NOSIGFE
+wctype_l NOSIGFE
wcwidth NOSIGFE
wmemchr NOSIGFE
wmemcmp NOSIGFE