.. |
tests
|
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
|
2010-07-22 16:55:35 +02:00 |
console.c
|
|
|
cpp.c
|
msvcrt: Implement the missing exception constructor functions.
|
2010-04-13 17:19:27 +02:00 |
cppexcept.c
|
msvcrt: Add support for VC7 and VC8 extensions to the C++ exception handler.
|
2010-04-13 17:21:06 +02:00 |
cppexcept.h
|
msvcrt: Add support for VC7 and VC8 extensions to the C++ exception handler.
|
2010-04-13 17:21:06 +02:00 |
ctype.c
|
msvcrt: Initialize exported common variables to fix the build on Mac OS.
|
2010-04-16 12:01:35 +02:00 |
data.c
|
msvcrt: Added _get_osplatform implementation.
|
2010-05-05 15:26:45 +02:00 |
dir.c
|
msvcrt: Implement _wmakepath_s.
|
2010-06-25 12:49:57 +02:00 |
environ.c
|
|
|
errno.c
|
msvcrt: Implement _invalid_parameter and fix the handler definitions.
|
2010-04-14 18:00:46 +02:00 |
except.c
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
exit.c
|
|
|
file.c
|
msvcrt: Added _wfopen_s implementation.
|
2010-04-21 11:07:45 +02:00 |
heap.c
|
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
|
2010-06-07 13:51:34 +02:00 |
locale.c
|
msvcrt: Use the correct strdup function for locale data.
|
2010-06-28 11:45:01 +02:00 |
lock.c
|
|
|
main.c
|
msvcrt: Make sure msvcrt doesn't get unloaded.
|
2010-05-28 20:33:27 +02:00 |
Makefile.in
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
math.c
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
mbcs.c
|
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
|
2010-06-07 13:51:34 +02:00 |
misc.c
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
msvcrt.h
|
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
|
2010-06-07 13:51:34 +02:00 |
msvcrt.spec
|
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
|
2010-07-22 16:55:35 +02:00 |
mtdll.h
|
|
|
process.c
|
msvcrt: Support system(NULL).
|
2010-05-28 16:22:26 +02:00 |
rsrc.rc
|
|
|
scanf.c
|
msvcrt: Added _cwscanf* implementation.
|
2010-04-22 18:11:11 +02:00 |
scanf.h
|
msvcrt: Fix debug message in scanf.
|
2010-04-26 09:07:51 -05:00 |
string.c
|
msvcrt: Fixed strtod_l/wcstod_l implementation.
|
2010-07-22 16:11:02 +02:00 |
thread.c
|
|
|
time.c
|
msvcrt: Added _mkgmtime implementation.
|
2010-04-27 13:04:45 -05:00 |
undname.c
|
mscvrt: Fix some undname quirks (space at the end of multi-level templates).
|
2009-11-18 11:09:34 +01:00 |
wcs.c
|
msvcrt: Fixed strtod_l/wcstod_l implementation.
|
2010-07-22 16:11:02 +02:00 |