.. |
tests
|
msvcrt: Fix handling of dst == src in wcscpy_s.
|
2019-07-02 20:43:37 +02:00 |
Makefile.in
|
msvcrt: Export the __acrt_iob_func function from the import library.
|
2019-03-26 20:24:01 +01:00 |
console.c
|
…
|
|
cpp.c
|
include: Use the __thiscall attribute directly for the Mingw build.
|
2019-05-16 19:00:10 +02:00 |
cppexcept.h
|
include: Move inline assembly definitions to a new wine/asm.h header.
|
2019-05-14 13:45: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
|
crtdll: Share source with msvcrt.
|
2019-03-29 21:13:43 +01:00 |
dir.c
|
msvcrt: Fix _searchenv, _searchenv_s, _wsearchenv, _wsearchenv_s.
|
2018-02-19 16:57:54 +01:00 |
environ.c
|
msvcrt: Implement _get_environ and _get_wenviron.
|
2019-04-11 19:29:41 +02:00 |
errno.c
|
…
|
|
except.c
|
…
|
|
except_arm.c
|
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
|
2019-06-18 23:51:51 +02:00 |
except_arm64.c
|
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
|
2019-06-18 23:51:51 +02:00 |
except_i386.c
|
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
|
2019-06-18 23:51:51 +02:00 |
except_x86_64.c
|
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
|
2019-06-18 23:51:51 +02:00 |
exit.c
|
msvcrt: Only add the onexit functions to the import library of msvcrt itself.
|
2019-03-29 11:48:29 +01:00 |
file.c
|
msvcrt: Don't set invalid std handles with kernel32.
|
2019-04-09 14:07:10 +02:00 |
heap.c
|
…
|
|
iob.c
|
msvcrt: Export an import symbol for __acrt_iob_func() for compatibility with Mingw.
|
2019-04-02 17:15:02 +02:00 |
locale.c
|
msvcrt: Use _strnicmp instead of strncasecmp.
|
2019-03-26 13:50:36 +01:00 |
lock.c
|
…
|
|
main.c
|
…
|
|
math.c
|
msvcrt: Implement the tgamma functions.
|
2019-08-02 16:57:12 +02:00 |
mbcs.c
|
msvcrt: Use _strnicmp instead of strncasecmp.
|
2019-03-26 13:50:36 +01:00 |
misc.c
|
include: Move inline assembly definitions to a new wine/asm.h header.
|
2019-05-14 13:45:07 +02:00 |
msvcrt.h
|
crtdll: Share source with msvcrt.
|
2019-03-29 21:13:43 +01:00 |
msvcrt.spec
|
msvcrt: Add '-norelay' flag for _vsnprintf().
|
2019-07-02 10:00:29 +02:00 |
mtdll.h
|
…
|
|
onexit.c
|
msvcrt: Export the onexit functions from the import library.
|
2019-03-26 20:24:01 +01:00 |
printf.h
|
msvcrt: Use internal toupper implementation.
|
2019-03-26 13:50:32 +01:00 |
process.c
|
msvcrt: Add MSVCRT_ prefix to the spawn() functions.
|
2019-04-02 11:51:56 +02:00 |
rsrc.rc
|
…
|
|
scanf.c
|
…
|
|
scanf.h
|
ucrtbase: Write the %hh prefix as a single char.
|
2019-06-11 18:19:32 +02:00 |
scheduler.c
|
include: Use the __thiscall attribute directly for the Mingw build.
|
2019-05-16 19:00:10 +02:00 |
string.c
|
crtdll: Share source with msvcrt.
|
2019-03-29 21:13:43 +01:00 |
thread.c
|
…
|
|
time.c
|
…
|
|
undname.c
|
…
|
|
wcs.c
|
msvcrt: Fix handling of dst == src in wcscpy_s.
|
2019-07-02 20:43:37 +02:00 |