Sweden-Number/dlls/msvcrt
Piotr Caban 21da1f2f11 ucrtbase: Avoid bool optimization in __std_exception_copy.
Otherwise GCC changes do_free = 1 assignment to *dst = *src which breaks
ucrtbase/cpp tests.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-18 16:02:25 +02:00
..
tests msvcrt: Don't crash on NULL in fclose. 2021-10-11 19:42:26 +02:00
Makefile.in makefiles: Make -mno-cygwin the default. 2021-09-20 22:45:48 +02:00
bnum.h
concurrency.c
console.c
cpp.c
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c ucrtbase: Change _isblank_l return value for '\t'. 2021-10-18 16:02:03 +02:00
cxx.h
data.c
dir.c
environ.c
errno.c
except.c ucrtbase: Avoid bool optimization in __std_exception_copy. 2021-10-18 16:02:25 +02:00
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c
file.c ucrtbase: Add support for x mode in fopen. 2021-10-11 19:43:01 +02:00
heap.c
iob.c
locale.c msvcrt: Remove CDECL on static functions where not needed. 2021-09-06 14:52:51 +02:00
lock.c
main.c
math.c msvcrt: Move _fdclass/_dclass to avoid forward references. 2021-10-15 18:28:00 +02:00
mathf.c
mbcs.c
misc.c include: Add prototypes for the byteswap functions. 2021-10-13 18:41:02 +02:00
msvcrt.h
msvcrt.spec
mtdll.h
onexit.c
printf.h
process.c msvcrt: Use free() on msvcrt_wstrdupa() results (Coverity). 2021-09-15 19:34:23 +02:00
rsrc.rc
scanf.c
scanf.h msvcrt: Support z length modifier in scanf. 2021-09-21 11:43:12 +02:00
sincos.c
string.c msvcrt: Use unaligned data types in memset. 2021-09-16 22:22:44 +02:00
thread.c
time.c
undname.c include: Use the standard va_list instead of __ms_va_list when building with msvcrt. 2021-10-15 18:28:01 +02:00
wcs.c