Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3c586210
Commit
3c586210
authored
Nov 16, 2018
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add _iswalnum_l().
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b71f1ea1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
9 deletions
+17
-9
api-ms-win-crt-string-l1-1-0.spec
...s-win-crt-string-l1-1-0/api-ms-win-crt-string-l1-1-0.spec
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+1
-1
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
wcs.c
dlls/msvcrt/wcs.c
+8
-0
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+1
-1
No files found.
dlls/api-ms-win-crt-string-l1-1-0/api-ms-win-crt-string-l1-1-0.spec
View file @
3c586210
...
...
@@ -19,7 +19,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) ucrtbase._isspace_l
@ cdecl _isupper_l(long ptr) ucrtbase._isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) ucrtbase.
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) ucrtbase._iswalpha_l
@ cdecl _iswblank_l(long ptr) ucrtbase._iswblank_l
@ stub _iswcntrl_l
...
...
dlls/msvcr100/msvcr100.spec
View file @
3c586210
...
...
@@ -1016,7 +1016,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
...
...
dlls/msvcr110/msvcr110.spec
View file @
3c586210
...
...
@@ -1362,7 +1362,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
...
...
dlls/msvcr120/msvcr120.spec
View file @
3c586210
...
...
@@ -1367,7 +1367,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
@ stub _iswcntrl_l
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
3c586210
...
...
@@ -1232,7 +1232,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) msvcr120._isspace_l
@ cdecl _isupper_l(long ptr) msvcr120._isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) msvcr120.
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) msvcr120._iswalpha_l
@ cdecl _iswblank_l(long ptr) msvcr120._iswblank_l
@ stub _iswcntrl_l
...
...
dlls/msvcr80/msvcr80.spec
View file @
3c586210
...
...
@@ -688,7 +688,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
...
...
dlls/msvcr90/msvcr90.spec
View file @
3c586210
...
...
@@ -666,7 +666,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ stub _iswcntrl_l
@ stub _iswcsym_l
...
...
dlls/msvcrt/msvcrt.spec
View file @
3c586210
...
...
@@ -633,7 +633,7 @@
@ cdecl _isprint_l(long ptr) MSVCRT__isprint_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
# stub _iswalnum_l(long ptr)
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
# stub _iswcntrl_l(long ptr)
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
...
...
dlls/msvcrt/wcs.c
View file @
3c586210
...
...
@@ -1807,6 +1807,14 @@ INT CDECL MSVCRT_iswalnum( MSVCRT_wchar_t wc )
}
/*********************************************************************
* _iswalnum_l (MSVCRT.@)
*/
int
CDECL
MSVCRT__iswalnum_l
(
MSVCRT_wchar_t
wc
,
MSVCRT__locale_t
locale
)
{
return
isalnumW
(
wc
);
}
/*********************************************************************
* iswalpha (MSVCRT.@)
*/
INT
CDECL
MSVCRT_iswalpha
(
MSVCRT_wchar_t
wc
)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
3c586210
...
...
@@ -506,7 +506,7 @@
@ stub _ispunct_l
@ cdecl _isspace_l(long ptr) MSVCRT__isspace_l
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
@
stub
_iswalnum_l
@
cdecl _iswalnum_l(long ptr) MSVCRT_
_iswalnum_l
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
@ stub _iswcntrl_l
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment