Sweden-Number/dlls/msvcrt
Eric Pouech 5d4de2ac45 msvcrt: Use parameter checking macros in vsn(w)printf_s_l. 2010-11-01 12:35:55 +01:00
..
tests msvcrt: Implement _ultoa_s. 2010-10-21 12:30:44 +02: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: Convert all the printf functions to use MS ABI varargs. 2009-01-03 11:38:25 +01:00
cpp.c msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer. 2010-08-24 16:31:25 +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: Moved _get_osplatform to the new macros for parameters validation. 2010-11-01 12:31:58 +01:00
dir.c msvcrt: Fix _splitpath and _wsplitpath implementation. 2010-09-02 11:49:58 +02:00
environ.c msvcrt: Initialize _wenviron in Unicode environment getter function. 2010-10-07 12:00:27 +02:00
errno.c msvcrt: Implement _set_doserrno. 2010-09-28 17:33:16 +02:00
except.c msvcrt: Add some missing CDECL. 2010-05-13 11:51:00 +02:00
exit.c msvcrt: Added _set_purecall_handler implementation. 2010-08-25 17:37:48 +02:00
file.c msvcrt: Use the new parameter checking macros for f(w)open_s functions. 2010-11-01 12:34:40 +01:00
heap.c msvcrt: Use the parameter checking macros for strncpy_s. 2010-11-01 12:34:46 +01: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
math.c msvcrt: Added _gcvt_s implementation. 2010-08-27 12:06:43 +02:00
mbcs.c msvcrt: Use parameter validation macros for mcstowcs_s_l. 2010-11-01 12:34:50 +01:00
misc.c msvcrt: Add some missing CDECL. 2010-05-13 11:51:00 +02:00
msvcrt.h msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs. 2010-11-01 12:31:19 +01:00
msvcrt.spec msvcrt: Implement _ultoa_s. 2010-10-21 12:30:44 +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: Use parameter checking macros for string to number functions. 2010-11-01 12:35:14 +01:00
thread.c
time.c msvcrt: Implement _localtime32_s. 2010-10-11 17:11:37 +02: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: Use parameter checking macros in vsn(w)printf_s_l. 2010-11-01 12:35:55 +01:00