wine/dlls/msvcrt
Jinoh Kang b6a26817bc include/msvcrt: Add noreturn attribute to _assert.
This informs the compiler that no code following an assertion failure
will execute (unless NDEBUG is defined), which increases the accuracy of
compiler warnings and static analyses.

For assert.h, put DECLSPEC_NORETURN before the return type in the
function declaration to remain consistent with other MSVCRT function
declarations.
2023-01-30 18:55:57 +01:00
..
tests msvcrt: Construct a real C++ object to test against. 2022-12-07 23:20:39 +01:00
bnum.h
concurrency.c msvcr120: Throw exception in ~_StructuredTaskCollection if _RunAndWait was not called. 2022-12-08 18:41:25 +01:00
console.c msvcrt: Add _vcwprintf_l implementation. 2022-11-16 21:24:19 +01:00
cpp.c msvcr100: Move exception_ptr functions to a separate file. 2022-12-08 18:41:25 +01:00
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c
cxx.h msvcr120: Throw exception in ~_StructuredTaskCollection if _RunAndWait was not called. 2022-12-08 18:41:25 +01:00
data.c
dir.c msvcrt: Change return type of _splitpath_s to errno_t. 2022-11-03 18:33:09 +01:00
environ.c msvcrt: Fix _wputenv_s invalid argument handling. 2022-10-24 11:13:18 +02:00
errno.c
except.c
except_arm.c msvcrt: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
except_arm64.c msvcrt: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
except_i386.c msvcrt: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
except_x86_64.c
exception_ptr.c msvcr100: Implement exception passing from chore threads to _RunAndWait. 2022-12-08 18:41:25 +01:00
exit.c include/msvcrt: Add noreturn attribute to _assert. 2023-01-30 18:55:57 +01:00
file.c msvcrt: Fix errno set on dup from read-only file. 2022-11-30 20:38:27 +01:00
heap.c
iob.c
locale.c
lock.c
main.c
Makefile.in msvcr100: Move exception_ptr functions to a separate file. 2022-12-08 18:41:25 +01:00
math.c
mathf.c
mbcs.c msvcrt: Add _mbctokata_l implementation. 2022-10-31 20:41:45 +01:00
misc.c
msvcrt.h
msvcrt.spec msvcrt: Add _vcwprintf_l implementation. 2022-11-16 21:24:19 +01:00
mtdll.h
onexit.c
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
sincos.c
string.c msvcrt: Fix error handling for strcpy_s. 2022-10-26 16:45:03 +02:00
thread.c
time.c msvcrt: Change return type of _ctime32_s and _ctime64_s to errno_t. 2023-01-25 13:10:03 +01:00
undname.c ucrtbase: Handle undecoration of function's reference qualifiers (C++11). 2022-11-21 18:03:53 +01:00
wcs.c msvcrt: Add _scwprintf_p implementation. 2022-11-16 21:24:19 +01:00