wine/dlls/msvcrt
Alexandre Julliard 4701e2bae0 msvcrt: Only export thiscall functions on i386.
The mangled names are different on platforms without thiscall.
2024-05-28 13:45:13 +02:00
..
tests msvcrt/tests: Use function pointers to bypass builtin malloc/realloc. 2024-05-22 22:28:43 +02:00
bnum.h msvcrt: Perform a base-10 logarithm using integer math. 2023-11-22 22:51:08 +01:00
concurrency.c msvcrt: Use RVAs in rtti and exception data on all platforms except i386. 2024-05-22 22:17:39 +02:00
console.c msvcrt: Fix _kbhit ignoring the last event. 2024-05-21 20:34:31 +02:00
cpp.c msvcrt: Use RVAs in rtti and exception data on all platforms except i386. 2024-05-22 22:17:39 +02:00
cppexcept.h msvcrt: Unify call_copy_ctor/call_dtor implementations. 2024-05-21 20:33:25 +02:00
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: Use RVAs in rtti and exception data on all platforms except i386. 2024-05-22 22:17:39 +02:00
data.c msvcrt: Fix ucrtbase environment initialization. 2023-11-21 19:23:27 +01:00
dir.c
environ.c msvcrt: Free previous environment variable when clearing. 2024-01-29 21:15:09 +01:00
errno.c
except.c msvcrt: Unify call_copy_ctor/call_dtor implementations. 2024-05-21 20:33:25 +02:00
except_arm.c msvcrt: Unify __CxxDetectRethrow implementations. 2024-05-17 18:01:44 +02:00
except_arm64.c msvcrt: Unify __CxxDetectRethrow implementations. 2024-05-17 18:01:44 +02:00
except_arm64ec.c msvcrt: Unify __CxxDetectRethrow implementations. 2024-05-17 18:01:44 +02:00
except_i386.c msvcrt: Unify call_copy_ctor/call_dtor implementations. 2024-05-21 20:33:25 +02:00
except_x86_64.c msvcrt: Unify __CxxDetectRethrow implementations. 2024-05-17 18:01:44 +02:00
exception_ptr.c msvcrt: Unify call_copy_ctor/call_dtor implementations. 2024-05-21 20:33:25 +02:00
exit.c
file.c ucrtbase: Let stderr be always be unbuffered. 2024-04-11 16:29:35 -05:00
handler4.c msvcrt: Resync cxx.h with msvcp90. 2024-05-17 18:01:44 +02: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
Makefile.in msvcrt: Add a stub ARM64EC CPU backend. 2023-12-07 20:21:42 +01:00
math.c
mathf.c
mbcs.c msvcrt: Implement _mbsncpy_s[_l](). 2024-05-01 22:31:43 +02:00
misc.c
msvcrt.h msvcrt: Use RVAs in rtti and exception data on all platforms except i386. 2024-05-22 22:17:39 +02:00
msvcrt.spec msvcrt: Only export thiscall functions on i386. 2024-05-28 13:45:13 +02: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
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: Correctly unmangle qualified pointer to function/method. 2024-05-17 19:48:58 +02:00
wcs.c msvcrt: Use string sort for strcoll/wcscoll. 2024-02-20 22:26:29 +01:00