Sweden-Number/dlls/msvcrt
Alexandre Julliard bcf1ef3c90 msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
..
tests msvcrt: Added memmove_s and memcpy_s implementation. 2010-04-12 17:48:21 +02:00
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01: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 strict function prototypes. 2009-10-06 16:12:39 +02:00
cppexcept.c msvcrt: Use strict function prototypes. 2009-10-06 16:12:39 +02:00
cppexcept.h msvcrt: Use strict function prototypes. 2009-10-06 16:12:39 +02:00
ctype.c msvcrt: Add a few more *_func functions to replace the __p_* ones. 2008-12-15 16:03:32 +01:00
data.c msvcrt: Add an MSVCRT prefix to _wenviron. 2009-10-05 14:55:09 +02:00
dir.c msvcrt: Use intptr_t or size_t instead of long where appropriate. 2008-12-12 10:19:55 +01:00
environ.c msvcrt: Add an MSVCRT prefix to _wenviron. 2009-10-05 14:55:09 +02:00
errno.c msvcrt: Fix _get/_set_invalid_parameter_handler implementation. 2010-04-01 18:12:58 +02:00
except.c msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
exit.c msvcrt: Add CDECL to all cdecl functions. 2008-11-25 12:33:39 +01:00
file.c msvcrt: Rename functions conflicting with mingw headers. 2010-03-29 15:50:19 +02:00
heap.c msvcrt: Added memmove_s and memcpy_s implementation. 2010-04-12 17:48:21 +02:00
locale.c msvcrt: Added implemenatation of _create_locale and _free_locale. 2010-04-08 12:38:49 +02:00
lock.c msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
main.c msvcrt: Free memory allocated in TLS slot on module unload as well as thread exit. 2009-12-14 16:14:39 +01:00
math.c msvcrt: Fix an unused variable warning. 2010-04-07 14:25:19 +02:00
mbcs.c msvcrt: Rename functions conflicting with mingw headers. 2010-03-29 15:50:19 +02:00
misc.c msvcrt: Implement and test rand_s. 2010-01-18 14:30:00 +01:00
msvcrt.h msvcrt: Added implemenatation of _create_locale and _free_locale. 2010-04-08 12:38:49 +02:00
msvcrt.spec msvcrt: Make a few more exception handling functions i386-specific. 2010-04-12 17:52:37 +02:00
mtdll.h msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
process.c msvcrt: Rename functions conflicting with mingw headers. 2010-03-29 15:50:19 +02:00
rsrc.rc
scanf.c msvcrt: Convert all the scanf functions to use MS ABI varargs. 2009-01-03 11:38:25 +01:00
scanf.h msvcrt: Calculate floating point decimals in internally used long double precision. 2009-11-24 15:53:36 +01:00
string.c msvcrt: Added _strtoui64 implementation. 2010-03-29 15:50:21 +02:00
thread.c
time.c msvcrt: Avoid using localtime_r. 2010-03-29 15:50:20 +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: Added _iswalpha_l implementation. 2010-04-08 12:38:56 +02:00