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
2d0e30f9
Commit
2d0e30f9
authored
Nov 15, 2018
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add _iswupper_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
3eab7798
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 @
2d0e30f9
...
...
@@ -32,7 +32,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) ucrtbase._iswpunct_l
@ cdecl _iswspace_l(long ptr) ucrtbase._iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) ucrtbase.
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) ucrtbase._isxdigit_l
@ cdecl _memccpy(ptr ptr long long) ucrtbase._memccpy
...
...
dlls/msvcr100/msvcr100.spec
View file @
2d0e30f9
...
...
@@ -1028,7 +1028,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcr110/msvcr110.spec
View file @
2d0e30f9
...
...
@@ -1374,7 +1374,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcr120/msvcr120.spec
View file @
2d0e30f9
...
...
@@ -1380,7 +1380,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
2d0e30f9
...
...
@@ -1245,7 +1245,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) msvcr120._iswpunct_l
@ cdecl _iswspace_l(long ptr) msvcr120._iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) msvcr120.
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) msvcr120._isxdigit_l
@ cdecl _itoa(long ptr long) msvcr120._itoa
...
...
dlls/msvcr80/msvcr80.spec
View file @
2d0e30f9
...
...
@@ -700,7 +700,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcr90/msvcr90.spec
View file @
2d0e30f9
...
...
@@ -678,7 +678,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcrt/msvcrt.spec
View file @
2d0e30f9
...
...
@@ -643,7 +643,7 @@
# stub _iswprint_l(long ptr)
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
# stub _iswupper_l(long ptr)
@ cdecl _iswupper_l(long ptr) MSVCRT__iswupper_l
# stub _iswxdigit_l(long ptr)
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
dlls/msvcrt/wcs.c
View file @
2d0e30f9
...
...
@@ -1919,6 +1919,14 @@ INT CDECL MSVCRT_iswupper( MSVCRT_wchar_t wc )
}
/*********************************************************************
* _iswupper_l (MSVCRT.@)
*/
int
CDECL
MSVCRT__iswupper_l
(
MSVCRT_wchar_t
wc
,
MSVCRT__locale_t
locale
)
{
return
isupperW
(
wc
);
}
/*********************************************************************
* iswxdigit (MSVCRT.@)
*/
INT
CDECL
MSVCRT_iswxdigit
(
MSVCRT_wchar_t
wc
)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
2d0e30f9
...
...
@@ -519,7 +519,7 @@
@ stub _iswprint_l
@ cdecl _iswpunct_l(long ptr) MSVCRT__iswpunct_l
@ cdecl _iswspace_l(long ptr) MSVCRT__iswspace_l
@
stub
_iswupper_l
@
cdecl _iswupper_l(long ptr) MSVCRT_
_iswupper_l
@ stub _iswxdigit_l
@ cdecl _isxdigit_l(long ptr) MSVCRT__isxdigit_l
@ cdecl _itoa(long ptr long) MSVCRT__itoa
...
...
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