Sweden-Number/dlls/msvcrt
Michael Stefaniuc cc12c0af71 msvcrt: Remove redundant not-NULL check (coccinellery).
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-28 21:37:29 +01:00
..
tests msvcrt: Add _ismbcl2(). 2019-02-15 15:06:54 +01:00
Makefile.in
console.c msvcrt: Use the ARRAY_SIZE() macro. 2018-08-15 21:01:09 +02:00
cpp.c
cppexcept.h
ctype.c msvcrt: Optimize toupper function when locale was never changed. 2019-01-23 17:41:54 +01:00
cxx.h
data.c msvcrt: Change __getmainargs signature. 2019-02-15 15:07:03 +01:00
dir.c
environ.c
errno.c msvcrt: Use the ARRAY_SIZE() macro. 2018-08-15 21:01:09 +02:00
except.c msvcrt: Use the ARRAY_SIZE() macro. 2018-08-15 21:01:09 +02:00
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c msvcrt: Export onexit functions for compatibility with Mingw. 2018-12-14 18:24:46 +01:00
file.c msvcrt: Add some more MSVCRT prefixes to avoid conflicts with recent Mingw. 2018-12-14 18:24:46 +01:00
heap.c msvcrt: Use memmove to copy memory in memcpy_s. 2018-10-05 10:48:19 -05:00
locale.c msvcrt: Optimize tolower function when locale was never changed. 2019-01-23 17:41:52 +01:00
lock.c msvcr100: Added _Scoped_lock::_NonReentrantPPLLock class. 2018-10-03 16:25:04 -05:00
main.c
math.c msvcr120: Add nexttoward implementation. 2019-02-25 17:48:02 +01:00
mbcs.c msvcrt: Remove redundant not-NULL check (coccinellery). 2019-02-28 21:37:29 +01:00
misc.c msvcr120: Add stub for _SetWinRTOutOfMemoryExceptionCallback. 2018-07-09 13:52:12 +02:00
msvcrt.h msvcrt: Use mbtowc/wctomb for string conversion in printf. 2019-02-15 15:06:28 +01:00
msvcrt.spec msvcrt: Add _ismbcl2(). 2019-02-15 15:06:54 +01:00
mtdll.h
printf.h msvcrt: Use mbtowc/wctomb for string conversion in printf. 2019-02-15 15:06:28 +01:00
process.c msvcrt: Add some more MSVCRT prefixes to avoid conflicts with recent Mingw. 2018-12-14 18:24:46 +01:00
rsrc.rc
scanf.c
scanf.h msvcrt: Update size checks for secure scanf versions. 2018-07-09 18:04:17 +02:00
scheduler.c msvcrt: Use the ARRAY_SIZE() macro. 2018-08-15 21:01:09 +02:00
string.c msvcrt: Implement __strncnt(). 2018-10-30 18:04:48 +01:00
thread.c
time.c msvcrt: Fix buffer overflow in _get_tzname. 2019-02-27 20:19:19 +01:00
undname.c
wcs.c msvcrt: _towupper_l only uppercase a-z in C locale. 2019-01-28 18:35:46 +01:00