Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
282b9e6c
Commit
282b9e6c
authored
Mar 14, 2017
by
Piotr Caban
Committed by
Alexandre Julliard
Mar 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr: Fix strftime spec file entry.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a6400b9f
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
35 additions
and
35 deletions
+35
-35
api-ms-win-crt-time-l1-1-0.spec
...pi-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.spec
+3
-3
crtdll.spec
dlls/crtdll/crtdll.spec
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+3
-3
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+3
-3
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+3
-3
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+3
-3
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+2
-2
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+2
-2
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+3
-3
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+3
-3
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+2
-2
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+1
-1
msvcrt40.spec
dlls/msvcrt40/msvcrt40.spec
+1
-1
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+2
-2
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+3
-3
No files found.
dlls/api-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.spec
View file @
282b9e6c
@ cdecl _Getdays() ucrtbase._Getdays
@ cdecl _Getmonths() ucrtbase._Getmonths
@ cdecl _Gettnames() ucrtbase._Gettnames
@ cdecl _Strftime(
s
tr long str ptr ptr) ucrtbase._Strftime
@ cdecl _Strftime(
p
tr long str ptr ptr) ucrtbase._Strftime
@ cdecl _W_Getdays() ucrtbase._W_Getdays
@ cdecl _W_Getmonths() ucrtbase._W_Getmonths
@ cdecl _W_Gettnames() ucrtbase._W_Gettnames
...
...
@@ -42,7 +42,7 @@
@ cdecl _setsystime(ptr long) ucrtbase._setsystime
@ cdecl _strdate(ptr) ucrtbase._strdate
@ cdecl _strdate_s(ptr long) ucrtbase._strdate_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) ucrtbase._strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) ucrtbase._strftime_l
@ cdecl _strtime(ptr) ucrtbase._strtime
@ cdecl _strtime_s(ptr long) ucrtbase._strtime_s
@ cdecl _time32(ptr) ucrtbase._time32
...
...
@@ -68,5 +68,5 @@
@ cdecl asctime(ptr) ucrtbase.asctime
@ cdecl asctime_s(ptr long ptr) ucrtbase.asctime_s
@ cdecl clock() ucrtbase.clock
@ cdecl strftime(
s
tr long str ptr) ucrtbase.strftime
@ cdecl strftime(
p
tr long str ptr) ucrtbase.strftime
@ cdecl wcsftime(ptr long wstr ptr) ucrtbase.wcsftime
dlls/crtdll/crtdll.spec
View file @
282b9e6c
...
...
@@ -470,7 +470,7 @@
@ cdecl strcpy(ptr str) msvcrt.strcpy
@ cdecl strcspn(str str) msvcrt.strcspn
@ cdecl strerror(long) msvcrt.strerror
@ cdecl strftime(
s
tr long str ptr) msvcrt.strftime
@ cdecl strftime(
p
tr long str ptr) msvcrt.strftime
@ cdecl strlen(str) msvcrt.strlen
@ cdecl strncat(str str long) msvcrt.strncat
@ cdecl strncmp(str str long) msvcrt.strncmp
...
...
dlls/msvcr100/msvcr100.spec
View file @
282b9e6c
...
...
@@ -536,7 +536,7 @@
@ stub _NLG_Return2
@ stub -arch=win64 _SetImageBase
@ stub -arch=win64 _SetThrowImageBase
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ cdecl __AdjustPointer(ptr ptr)
@ stub __BuildCatchObject
...
...
@@ -1340,7 +1340,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -1805,7 +1805,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcr110/msvcr110.spec
View file @
282b9e6c
...
...
@@ -862,7 +862,7 @@
@ stub -arch=arm,win64 __NLG_Return2
@ stub -arch=win64 _SetImageBase
@ stub -arch=win64 _SetThrowImageBase
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _Unlock_shared_ptr_spin_lock()
@ cdecl _W_Getdays()
@ cdecl _W_Getmonths()
...
...
@@ -1697,7 +1697,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -2163,7 +2163,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcr120/msvcr120.spec
View file @
282b9e6c
...
...
@@ -847,7 +847,7 @@
@ stub _SetWinRTOutOfMemoryExceptionCallback
@ stub -arch=win64 _SetImageBase
@ stub -arch=win64 _SetThrowImageBase
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _W_Getdays()
@ cdecl _W_Getmonths()
@ cdecl _W_Gettnames()
...
...
@@ -1708,7 +1708,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -2373,7 +2373,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
282b9e6c
...
...
@@ -841,7 +841,7 @@
@ stub _SetWinRTOutOfMemoryExceptionCallback
@ stub -arch=win64 _SetImageBase
@ stub -arch=win64 _SetThrowImageBase
@ cdecl _Strftime(
s
tr long str ptr ptr) msvcr120._Strftime
@ cdecl _Strftime(
p
tr long str ptr ptr) msvcr120._Strftime
@ cdecl _W_Getdays() msvcr120._W_Getdays
@ cdecl _W_Getmonths() msvcr120._W_Getmonths
@ cdecl _W_Gettnames() msvcr120._W_Gettnames
...
...
@@ -1419,7 +1419,7 @@
@ cdecl _strdup(str) msvcr120._strdup
@ cdecl _strerror(long) msvcr120._strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) msvcr120._strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) msvcr120._strftime_l
@ cdecl _stricmp(str str) msvcr120._stricmp
@ cdecl _stricmp_l(str str ptr) msvcr120._stricmp_l
@ cdecl _stricoll(str str) msvcr120._stricoll
...
...
@@ -2036,7 +2036,7 @@
@ cdecl strcspn(str str) msvcr120.strcspn
@ cdecl strerror(long) msvcr120.strerror
@ cdecl strerror_s(ptr long long) msvcr120.strerror_s
@ cdecl strftime(
s
tr long str ptr) msvcr120.strftime
@ cdecl strftime(
p
tr long str ptr) msvcr120.strftime
@ cdecl strlen(str) msvcr120.strlen
@ cdecl strncat(str str long) msvcr120.strncat
@ cdecl strncat_s(str long str long) msvcr120.strncat_s
...
...
dlls/msvcr70/msvcr70.spec
View file @
282b9e6c
...
...
@@ -114,7 +114,7 @@
@ cdecl _Getmonths()
@ cdecl _Gettnames()
@ extern _HUGE MSVCRT__HUGE
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ stub __CxxCallUnwindDtor
@ stub __CxxCallUnwindVecDtor
...
...
@@ -816,7 +816,7 @@
@ cdecl strcpy(ptr str) ntdll.strcpy
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncmp(str str long) MSVCRT_strncmp
...
...
dlls/msvcr71/msvcr71.spec
View file @
282b9e6c
...
...
@@ -108,7 +108,7 @@
@ cdecl _Getmonths()
@ cdecl _Gettnames()
@ extern _HUGE MSVCRT__HUGE
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ cdecl -arch=i386,x86_64,arm __CppXcptFilter(long ptr)
@ stub __CxxCallUnwindDtor
...
...
@@ -812,7 +812,7 @@
@ cdecl strcpy(ptr str) ntdll.strcpy
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncmp(str str long) MSVCRT_strncmp
...
...
dlls/msvcr80/msvcr80.spec
View file @
282b9e6c
...
...
@@ -170,7 +170,7 @@
@ stub -arch=arm,win64 __NLG_Return2
@ stub -arch=win64 _SetImageBase
@ stub -arch=win64 _SetThrowImageBase
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ cdecl __AdjustPointer(ptr ptr)
@ stub __BuildCatchObject
...
...
@@ -1020,7 +1020,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -1485,7 +1485,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcr90/msvcr90.spec
View file @
282b9e6c
...
...
@@ -161,7 +161,7 @@
@ stub _NLG_Dispatch2
@ stub _NLG_Return
@ stub _NLG_Return2
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ cdecl __AdjustPointer(ptr ptr)
@ stub __BuildCatchObject
...
...
@@ -995,7 +995,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -1458,7 +1458,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcrt/msvcrt.spec
View file @
282b9e6c
...
...
@@ -170,7 +170,7 @@
@ cdecl _Getmonths()
@ cdecl _Gettnames()
@ extern _HUGE MSVCRT__HUGE
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _XcptFilter(long ptr)
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
@ cdecl -arch=i386,x86_64,arm __CppXcptFilter(long ptr)
...
...
@@ -1426,7 +1426,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
dlls/msvcrt20/msvcrt20.spec
View file @
282b9e6c
...
...
@@ -1404,7 +1404,7 @@
@ cdecl strcpy(ptr str) msvcrt.strcpy
@ cdecl strcspn(str str) msvcrt.strcspn
@ cdecl strerror(long) msvcrt.strerror
@ cdecl strftime(
s
tr long str ptr) msvcrt.strftime
@ cdecl strftime(
p
tr long str ptr) msvcrt.strftime
@ cdecl strlen(str) msvcrt.strlen
@ cdecl strncat(str str long) msvcrt.strncat
@ cdecl strncmp(str str long) msvcrt.strncmp
...
...
dlls/msvcrt40/msvcrt40.spec
View file @
282b9e6c
...
...
@@ -1472,7 +1472,7 @@
@ cdecl strcpy(ptr str) msvcrt.strcpy
@ cdecl strcspn(str str) msvcrt.strcspn
@ cdecl strerror(long) msvcrt.strerror
@ cdecl strftime(
s
tr long str ptr) msvcrt.strftime
@ cdecl strftime(
p
tr long str ptr) msvcrt.strftime
@ cdecl strlen(str) msvcrt.strlen
@ cdecl strncat(str str long) msvcrt.strncat
@ cdecl strncmp(str str long) msvcrt.strncmp
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
282b9e6c
...
...
@@ -122,7 +122,7 @@
@ cdecl _Getmonths() msvcrt._Getmonths
@ cdecl _Gettnames() msvcrt._Gettnames
@ extern _HUGE msvcrt._HUGE
@ cdecl _Strftime(
s
tr long str ptr ptr) msvcrt._Strftime
@ cdecl _Strftime(
p
tr long str ptr ptr) msvcrt._Strftime
@ cdecl _XcptFilter(long ptr) msvcrt._XcptFilter
@ cdecl -arch=i386,x86_64,arm -norelay __CxxFrameHandler(ptr ptr ptr ptr) msvcrt.__CxxFrameHandler
@ stdcall -arch=i386 __CxxLongjmpUnwind(ptr) msvcrt.__CxxLongjmpUnwind
...
...
@@ -768,7 +768,7 @@
@ cdecl strcpy(ptr str) msvcrt.strcpy
@ cdecl strcspn(str str) msvcrt.strcspn
@ cdecl strerror(long) msvcrt.strerror
@ cdecl strftime(
s
tr long str ptr) msvcrt.strftime
@ cdecl strftime(
p
tr long str ptr) msvcrt.strftime
@ cdecl strlen(str) msvcrt.strlen
@ cdecl strncat(str str long) msvcrt.strncat
@ cdecl strncmp(str str long) msvcrt.strncmp
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
282b9e6c
...
...
@@ -40,7 +40,7 @@
@ stub _NLG_Return
@ stub _NLG_Return2
@ stub _SetWinRTOutOfMemoryExceptionCallback
@ cdecl _Strftime(
s
tr long str ptr ptr)
@ cdecl _Strftime(
p
tr long str ptr ptr)
@ cdecl _W_Getdays()
@ cdecl _W_Getmonths()
@ cdecl _W_Gettnames()
...
...
@@ -1926,7 +1926,7 @@
@ cdecl _strdup(str) MSVCRT__strdup
@ cdecl _strerror(long) MSVCRT__strerror
@ stub _strerror_s
@ cdecl _strftime_l(
s
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _strftime_l(
p
tr long str ptr ptr) MSVCRT__strftime_l
@ cdecl _stricmp(str str) MSVCRT__stricmp
@ cdecl _stricmp_l(str str ptr) MSVCRT__stricmp_l
@ cdecl _stricoll(str str) MSVCRT__stricoll
...
...
@@ -2504,7 +2504,7 @@
@ cdecl strcspn(str str) ntdll.strcspn
@ cdecl strerror(long) MSVCRT_strerror
@ cdecl strerror_s(ptr long long) MSVCRT_strerror_s
@ cdecl strftime(
s
tr long str ptr) MSVCRT_strftime
@ cdecl strftime(
p
tr long str ptr) MSVCRT_strftime
@ cdecl strlen(str) MSVCRT_strlen
@ cdecl strncat(str str long) MSVCRT_strncat
@ cdecl strncat_s(str long str long) MSVCRT_strncat_s
...
...
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