wine-wine/dlls/msvcrt
Piotr Caban 855668221d msvcrt: Reset buffer in fflush on error.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-12 17:16:26 +02:00
..
tests msvcrt: Reset buffer in fflush on error. 2020-06-12 17:16:26 +02:00
Makefile.in msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
console.c
cpp.c msvcrt: Use __ASM_USE_THISCALL_WRAPPER macro. 2020-04-27 12:50:47 +02:00
cppexcept.h include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
crt_gccmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_main.c
crt_winmain.c
crt_wmain.c msvcrt: Build the CRT startup code also for non-PE builds. 2020-04-15 17:21:07 +02:00
crt_wwinmain.c msvcrt: Build the CRT startup code also for non-PE builds. 2020-04-15 17:21:07 +02:00
ctype.c
cxx.h include: Use the __thiscall attribute directly for the Mingw build. 2019-05-16 19:00:10 +02:00
data.c msvcrt: Rebuild the argv array instead of getting it from libwine. 2020-04-08 21:01:18 +02:00
dir.c msvcrt: Don't duplicate _wsearchenv_s code in _wsearchenv. 2020-01-29 20:40:10 +01:00
environ.c msvcrt: Implement _get_environ and _get_wenviron. 2019-04-11 19:29:41 +02:00
errno.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
except.c
except_arm.c
except_arm64.c
except_i386.c msvcrt: Fix handling tryblocks inside current catch block on nested exception. 2020-01-13 19:41:02 +01:00
except_x86_64.c
exit.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
file.c msvcrt: Reset buffer in fflush on error. 2020-06-12 17:16:26 +02:00
heap.c
iob.c
locale.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
lock.c
main.c msvcrt: Return time since CRT initialization in clock function. 2019-10-16 14:38:13 +02:00
math.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
mathf.c
mbcs.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
misc.c
msvcrt.h msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
msvcrt.spec msvcrt: Stop forwarding iswctype functions to ntdll. 2020-03-10 21:00:03 +01:00
mtdll.h msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
onexit.c
printf.h msvcrt: Reimplement %a printf format handling. 2020-06-08 21:01:33 +02:00
process.c msvcrt: Add MSVCRT_ prefix to the spawn() functions. 2019-04-02 11:51:56 +02:00
rsrc.rc dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
scanf.c
scanf.h msvcrt: Fix floating point numbers scanning when null-byte is preceding the number. 2020-01-13 22:20:36 +01:00
scheduler.c msvcrt: Use __ASM_USE_THISCALL_WRAPPER macro. 2020-04-27 12:50:47 +02:00
string.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
thread.c
time.c
undname.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
wcs.c ucrtbase: Use MSVCRT prefix for __stdio_common_vsprintf implementation. 2020-05-21 20:25:50 +02:00