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
986aa52f
Commit
986aa52f
authored
Jul 16, 2020
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add _ismbcpunct_l implementation.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1750a696
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
20 additions
and
12 deletions
+20
-12
api-ms-win-crt-multibyte-l1-1-0.spec
...crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.spec
+1
-1
api-ms-win-crt-private-l1-1-0.spec
...win-crt-private-l1-1-0/api-ms-win-crt-private-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
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
mbcs.c
dlls/msvcrt/mbcs.c
+9
-2
msvcrt.h
dlls/msvcrt/msvcrt.h
+1
-0
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+2
-2
No files found.
dlls/api-ms-win-crt-multibyte-l1-1-0/api-ms-win-crt-multibyte-l1-1-0.spec
View file @
986aa52f
...
...
@@ -51,7 +51,7 @@
@ cdecl _ismbcprint(long) ucrtbase._ismbcprint
@ cdecl _ismbcprint_l(long ptr) ucrtbase._ismbcprint_l
@ cdecl _ismbcpunct(long) ucrtbase._ismbcpunct
@
stub
_ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr) ucrtbase.
_ismbcpunct_l
@ cdecl _ismbcspace(long) ucrtbase._ismbcspace
@ cdecl _ismbcspace_l(long ptr) ucrtbase._ismbcspace_l
@ cdecl _ismbcsymbol(long) ucrtbase._ismbcsymbol
...
...
dlls/api-ms-win-crt-private-l1-1-0/api-ms-win-crt-private-l1-1-0.spec
View file @
986aa52f
...
...
@@ -424,7 +424,7 @@
@ cdecl _o__ismbcprint(long) ucrtbase._o__ismbcprint
@ cdecl _o__ismbcprint_l(long ptr) ucrtbase._o__ismbcprint_l
@ cdecl _o__ismbcpunct(long) ucrtbase._o__ismbcpunct
@
stub
_o__ismbcpunct_l
@
cdecl _o__ismbcpunct_l(long ptr) ucrtbase.
_o__ismbcpunct_l
@ cdecl _o__ismbcspace(long) ucrtbase._o__ismbcspace
@ cdecl _o__ismbcspace_l(long ptr) ucrtbase._o__ismbcspace_l
@ cdecl _o__ismbcsymbol(long) ucrtbase._o__ismbcsymbol
...
...
dlls/msvcr100/msvcr100.spec
View file @
986aa52f
...
...
@@ -999,7 +999,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/msvcr110/msvcr110.spec
View file @
986aa52f
...
...
@@ -1345,7 +1345,7 @@
@ stub _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/msvcr120/msvcr120.spec
View file @
986aa52f
...
...
@@ -1350,7 +1350,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/msvcr80/msvcr80.spec
View file @
986aa52f
...
...
@@ -671,7 +671,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/msvcr90/msvcr90.spec
View file @
986aa52f
...
...
@@ -649,7 +649,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/msvcrt/mbcs.c
View file @
986aa52f
...
...
@@ -1571,12 +1571,19 @@ int CDECL _ismbcprint(unsigned int ch)
}
/*********************************************************************
* _ismbcpunct_l (MSVCRT.@)
*/
int
CDECL
_ismbcpunct_l
(
unsigned
int
ch
,
MSVCRT__locale_t
locale
)
{
return
MSVCRT__iswpunct_l
(
msvcrt_mbc_to_wc_l
(
ch
,
locale
),
locale
);
}
/*********************************************************************
* _ismbcpunct(MSVCRT.@)
*/
int
CDECL
_ismbcpunct
(
unsigned
int
ch
)
{
MSVCRT_wchar_t
wch
=
msvcrt_mbc_to_wc
(
ch
);
return
(
get_char_typeW
(
wch
)
&
C1_PUNCT
);
return
_ismbcpunct_l
(
ch
,
NULL
);
}
/*********************************************************************
...
...
dlls/msvcrt/msvcrt.h
View file @
986aa52f
...
...
@@ -1208,6 +1208,7 @@ int __cdecl MSVCRT__iswalpha_l(MSVCRT_wchar_t, MSVCRT__locale_t);
int
__cdecl
MSVCRT__iswlower_l
(
MSVCRT_wchar_t
,
MSVCRT__locale_t
);
int
__cdecl
MSVCRT__iswupper_l
(
MSVCRT_wchar_t
,
MSVCRT__locale_t
);
int
__cdecl
MSVCRT__iswprint_l
(
MSVCRT_wchar_t
,
MSVCRT__locale_t
);
int
__cdecl
MSVCRT__iswpunct_l
(
MSVCRT_wchar_t
,
MSVCRT__locale_t
);
/* Maybe one day we'll enable the invalid parameter handlers with the full set of information (msvcrXXd)
* #define MSVCRT_INVALID_PMT(x) MSVCRT_call_invalid_parameter_handler(x, __FUNCTION__, __FILE__, __LINE__, 0)
...
...
dlls/msvcrt/msvcrt.spec
View file @
986aa52f
...
...
@@ -617,7 +617,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
# stub
_ismbcpunct_l(long ptr)
@ cdecl
_ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
986aa52f
...
...
@@ -489,7 +489,7 @@
@ cdecl _ismbcprint(long)
@ cdecl _ismbcprint_l(long ptr)
@ cdecl _ismbcpunct(long)
@
stub _ismbcpunct_l
@
cdecl _ismbcpunct_l(long ptr)
@ cdecl _ismbcspace(long)
@ cdecl _ismbcspace_l(long ptr)
@ cdecl _ismbcsymbol(long)
...
...
@@ -1088,7 +1088,7 @@
@ cdecl _o__ismbcprint(long) _ismbcprint
@ cdecl _o__ismbcprint_l(long ptr) _ismbcprint_l
@ cdecl _o__ismbcpunct(long) _ismbcpunct
@
stub _o_
_ismbcpunct_l
@
cdecl _o__ismbcpunct_l(long ptr)
_ismbcpunct_l
@ cdecl _o__ismbcspace(long) _ismbcspace
@ cdecl _o__ismbcspace_l(long ptr) _ismbcspace_l
@ cdecl _o__ismbcsymbol(long) _ismbcsymbol
...
...
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