Sweden-Number/dlls/msvcrt
Piotr Caban 12229aeeb2 msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data. 2011-05-25 11:46:16 +02:00
..
tests msvcrt: Add support for function namespaces in symbol demangling. 2011-05-15 20:27:15 +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: Don't pass NULL as __ms_va_list in printf implementation. 2011-05-11 17:49:16 +02:00
cpp.c msvcrt: Fixed a typo. 2011-02-08 14:46:15 -06:00
cppexcept.c msvcrt: _CxxThrowException is stdcall, not cdecl. 2011-05-16 16:35:27 +02:00
cppexcept.h msvcrt: _CxxThrowException is stdcall, not cdecl. 2011-05-16 16:35:27 +02:00
ctype.c msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
data.c msvcrt: Move _initterm_e implementation (from msvcr90). 2010-11-18 12:37:04 +01:00
dir.c msvcrt: Added _findnext32() implementation. 2011-03-15 17:14:07 +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 _seh_longjmp_unwind4 for i386. 2011-05-17 12:49:20 +02:00
exit.c msvcrt: Added _wassert implementation. 2011-04-05 17:38:09 +02:00
file.c msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
heap.c msvcrt: Use the parameter checking macros for strncpy_s. 2010-11-01 12:34:46 +01:00
locale.c msvcrt: Change the way locale information is stored in __thread_data. 2011-05-25 11:46:07 +02:00
lock.c msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
main.c msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data. 2011-05-25 11:46:16 +02:00
math.c msvcrt: Implemented a few trivial math functions. 2011-05-01 12:52:35 +02:00
mbcs.c msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
misc.c msvcrt: Added _resetstkoflw implementation. 2011-04-21 16:53:43 +02:00
msvcrt.h msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data. 2011-05-25 11:46:16 +02:00
msvcrt.spec msvcrt: Implement _seh_longjmp_unwind4 for i386. 2011-05-17 12:49:20 +02:00
mtdll.h msvcrt: Add __cdecl to all function prototypes. 2008-12-17 15:00:28 +01:00
printf.h msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
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 _snwscanf implementation. 2011-04-05 17:38:29 +02:00
scanf.h msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
string.c msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00
thread.c msvcrt: Change the way locale information is stored in __thread_data. 2011-05-25 11:46:07 +02:00
time.c msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data. 2011-05-25 11:46:16 +02:00
undname.c msvcrt: Add support for function namespaces in symbol demangling. 2011-05-15 20:27:15 +02:00
wcs.c msvcrt: Use get_locinfo instead of get_locale. 2011-05-25 11:45:42 +02:00