1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/msvcrt
2024-03-08 17:37:08 +01:00
..
tests msvcrt: Use string sort for strcoll/wcscoll. 2024-02-20 22:26:29 +01:00
bnum.h msvcrt: Perform a base-10 logarithm using integer math. 2023-11-22 22:51:08 +01:00
concurrency.c msvcrt: Force debug info in critical sections. 2024-02-27 21:17:50 +01:00
console.c msvcrt: Add _cwprintf_l implementation. 2023-11-02 16:50:31 +01:00
cpp.c msvcrt: Use the official definitions for exception flags. 2024-02-29 18:14:48 +01:00
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c msvcrt: Add __iswcsymf implementation. 2023-11-10 20:52:28 +01:00
cxx.h msvcrt: Remove DECLSPEC_HIDDEN usage. 2023-09-01 19:48:03 +02:00
data.c msvcrt: Fix ucrtbase environment initialization. 2023-11-21 19:23:27 +01:00
dir.c msvcrt: Use 'else if' in _wgetcwd. 2023-06-06 11:52:19 +02:00
environ.c msvcrt: Free previous environment variable when clearing. 2024-01-29 21:15:09 +01:00
errno.c
except.c
except_arm.c msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
except_arm64.c msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
except_arm64ec.c msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
except_i386.c msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
except_x86_64.c msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
exception_ptr.c msvcrt: Use the official definitions for exception flags. 2024-02-29 18:14:48 +01:00
exit.c msvcrt: Promote the log from _wassert from a trace to an error. 2023-10-31 17:04:57 +01:00
file.c msvcrt: Force debug info in critical sections. 2024-02-27 21:17:50 +01:00
handler4.c msvcrt: Use the official definitions for exception flags. 2024-02-29 18:14:48 +01:00
heap.c
iob.c
locale.c msvcrt: Protect setlocale against concurrent accesses. 2024-01-12 20:44:55 +01:00
lock.c msvcrt: Force debug info in critical sections. 2024-02-27 21:17:50 +01:00
main.c ucrtbase: Add __CxxFrameHandler4 implementation. 2023-03-27 11:02:50 +02:00
Makefile.in msvcrt: Add a stub ARM64EC CPU backend. 2023-12-07 20:21:42 +01:00
math.c msvcr70: Don't set SSE2 control register in _control87. 2023-08-22 16:58:25 +02:00
mathf.c
mbcs.c msvcrt: Fix string size passed to CompareString in _mbsnbcoll_l. 2023-11-29 20:41:23 +01:00
misc.c msvcrt: Remove DECLSPEC_HIDDEN usage. 2023-09-01 19:48:03 +02:00
msvcrt.h msvcrt: Lazily initialize ___winitenv. 2023-11-21 19:23:27 +01:00
msvcrt.spec msvcrt: Import longjmp from ntdll for PE builds. 2024-03-08 17:37:08 +01:00
mtdll.h
onexit.c
printf.h msvcrt: Perform a base-10 logarithm using integer math. 2023-11-22 22:51:08 +01:00
process.c
rsrc.rc
scanf.c msvcrt: Handle wide specifiers option in __stdio_common_vfscanf(). 2024-03-08 09:48:43 +01:00
scanf.h msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
sincos.c
string.c msvcrt: Use string sort for strcoll/wcscoll. 2024-02-20 22:26:29 +01:00
thread.c
time.c msvcrt: Adjust _gmtime64_s() accepted time limits. 2024-02-06 22:54:21 +01:00
undname.c msvcrt: Remove no longer used parameters reference arguments from _unDname helpers. 2024-01-29 21:19:13 +01:00
wcs.c msvcrt: Use string sort for strcoll/wcscoll. 2024-02-20 22:26:29 +01:00