.. |
tests
|
msvcrt/tests: Don't test function directly when reporting errno.
|
2011-02-25 11:05:17 +01:00 |
Makefile.in
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
console.c
|
msvcrt: Implemented _vc(w)printf.
|
2010-11-08 18:12:57 +01:00 |
cpp.c
|
msvcrt: Fixed a typo.
|
2011-02-08 14:46:15 -06: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: Move _initterm_e implementation (from msvcr90).
|
2010-11-18 12:37:04 +01:00 |
dir.c
|
msvcrt: Implement _wfindnext64.
|
2011-02-28 15:49:40 +01:00 |
environ.c
|
msvcrt: Add some missing CDECLs.
|
2010-11-08 18:12:57 +01:00 |
errno.c
|
msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages.
|
2011-01-31 14:30:27 +01:00 |
except.c
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
exit.c
|
msvcrt: Try to call CorExitProcess instead of ExitProcess on exit.
|
2011-02-24 12:40:45 +01:00 |
file.c
|
msvcrt: Implement _wsopen_s.
|
2011-01-27 14:14:41 +01:00 |
heap.c
|
msvcrt: Use the parameter checking macros for strncpy_s.
|
2010-11-01 12:34:46 +01:00 |
locale.c
|
msvcrt: Null terminate the temporary locale buffer in _create_locale.
|
2011-01-17 15:57:16 +01:00 |
lock.c
|
…
|
|
main.c
|
msvcrt: Implemented __control87_2.
|
2011-01-26 14:57:15 +01:00 |
math.c
|
msvcrt: Implement _fcvt_s().
|
2011-01-31 12:31:22 +01:00 |
mbcs.c
|
msvcrt: Use parameter validation macros for mcstowcs_s_l.
|
2010-11-01 12:34:50 +01:00 |
misc.c
|
msvcrt: Added qsort_s implementation.
|
2010-11-18 12:46:59 +01:00 |
msvcrt.h
|
msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX.
|
2011-02-17 18:33:43 +01:00 |
msvcrt.spec
|
msvcrt: Implement _wfindnext64.
|
2011-02-28 15:49:40 +01:00 |
mtdll.h
|
…
|
|
process.c
|
msvcrt: Fix a possible memory leak in _wsystem for the NULL command case.
|
2011-01-17 15:56:31 +01: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: sizeof(long double) is 12 with MS, but not necessarily so on UNIX.
|
2011-02-17 18:33:43 +01:00 |
thread.c
|
…
|
|
time.c
|
msvcrt: Implement _ftime64_s and _ftime32_s.
|
2010-12-29 12:05:23 +01: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: Implement wcsnicoll.
|
2010-12-05 16:45:43 +01:00 |