makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / msvcr90 /
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Paul Vriensmsvcp80/msvcr90: Fix some typos in the forwards.
2010-08-31  Alexandre Julliardmsvcrt: Use float instead of long in the spec file...
2010-08-31  Alexandre Julliardmsvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-30  Piotr Cabanmsvcrt: Added _splitpath_s implementation.
2010-08-29  Alexandre Julliardmsvcrt: Add -ret64 flag on some functions that return...
2010-08-27  Piotr Cabanmsvcr90: Added _wstat64i32 implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _gcvt_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _scprintf implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _gmtime32_s and _gmtime64_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _strdate_s and _wstrdate_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _strtime_s and _wstrtime_s implementation.
2010-08-25  Piotr Cabanmsvcrt: Added _set_purecall_handler implementation.
2010-08-25  Piotr Cabanmsvcrt: Added _set_SSE2_enable stub.
2010-08-24  Alexandre Julliardmsvcrt: Export the 64-bit version of the C++ mangled...
2010-08-24  Alexandre Julliardmsvcrt: List the this pointer as an additional argument...
2010-08-24  Alexandre Julliardmsvcrt: Use the thiscall type on appropriate entry...
2010-07-22  Alexandre Julliardmsvcrt: Use the appropriate mangled names for operator...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-25  Andrew Nguyenmsvcrt: Implement _wmakepath_s.
2010-06-25  Andrew Nguyenmsvcrt: Implement _makepath_s.
2010-06-22  Francois Gougetmsvcr90/tests: Make test_invalid_parameter_handler...
2010-06-22  Piotr Cabanmsvcrt: Added __crtLCMapStringW partial implementation.
2010-06-11  Nikolay Sivovmsvcrt: Fix __lconv_init() prototype.
2010-06-11  Nikolay Sivovmsvcrt: Add _scwprintf implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snwprintf_s implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snprintf_s implementation.
2010-05-26  Robert Wilhelmmsvcrt90: Add stat64i32.
2010-05-26  Robert Wilhelmmsvcrt90: Add fstat64i32.
2010-05-06  Piotr Cabanmsvcrt: Sync msvcr* dlls.
2010-05-06  Piotr Cabanmsvcrt: Added mbstowcs(_s_l) implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _ui64toa_s implementation.
2010-05-05  Piotr Cabanmsvcrt: Added ___mb_cur_max_l_func implementation.
2010-04-28  Detlef Riekenbergmsvcr90: Sync exports to current msvcrt exports.
2010-04-27  Piotr Cabanmsvcrt: Added wcstombs_s implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _wcstoi64 and _wcstoui64 implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _mkgmtime implementation.
2010-04-26  Piotr Cabanmsvcrt: Added strtok_s implementation.
2010-04-26  Piotr Cabanmsvcrt: Use wcstod_l/strtod_l in other functions that...
2010-04-26  Piotr Cabanmsvcrt: Added btowc implementation.
2010-04-26  Piotr Cabanmsvcr90: Added _recalloc implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cwscanf* implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added fscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fscanf_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _strtod_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _get_heap_handle implementation.
2010-04-21  Piotr Cabanmsvcrt: Added strncpy_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added swprintf_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _wfopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added fopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added implementation of __crtGetStringTypeW.
2010-04-19  Piotr Cabanmsvcrt: Added implementations of _vswprintf* functions.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnwprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnprintf* implementation.
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcr90: Forward _iswalpha_l calls to msvcrt.
2010-04-14  Alexandre Julliardmsvcr90: Implement _invalid_parameter_noinfo.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-14  Alexandre Julliardmsvcrt: Implement support for version 4 exception tables.
2010-04-13  Alexandre Julliardmsvcrt: Export a few more C++ functions that actually...
2010-04-13  Alexandre Julliardmsvcrt: Add support for VC7 and VC8 extensions to the...
2010-04-13  Alexandre Julliardmsvcrt: Implement the missing exception constructor...
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2010-04-12  Piotr Cabanmsvcr90: Forward _calloc_crt to calloc.
2010-04-12  Piotr Cabanmsvcrt: Added memmove_s and memcpy_s implementation.
2010-04-09  Piotr Cabanmsvcr90: Added __clean_type_info_names_internal stub.
2010-04-08  Piotr Cabanmsvcr90: Forward ?_open@@YAHPBDHH@Z calls to _open.
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-04-07  Alexandre Julliardmsvcr90/tests: Fix the calling convention of the initte...
2010-04-05  Detlef Riekenbergmsvcr90: Run the tests again on w2k and below.
2010-04-01  Piotr Cabanmsvcrt: Added implementation of _controlfp_s.
2010-04-01  Piotr Cabanmsvcrt: Fix _get/_set_invalid_parameter_handler impleme...
2010-04-01  Piotr Cabanmsvcrt: Move invalid parameter tests to msvcr90.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoui64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-25  Piotr Cabanmsvcr90: Added implementation of __sys_nerr and __sys_e...
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2010-03-25  Piotr Cabanmsvcr90: Added _encoded_null() implementation.
2010-03-25  Piotr Cabanmsvcr90: Implement _encode_pointer and _decode_pointer.
2010-03-25  Piotr Cabanmsvcrt: Added strnlen implementation.
2010-03-22  Detlef Riekenbergmsvcr90/tests: Add tests for _initterm_e.
2010-03-19  Detlef Riekenbergmsvcr90: Forward _malloc_crt to msvcrt.malloc.
2010-03-19  Detlef Riekenbergmsvcr90: Implement _initterm_e.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Detlef Riekenbergmsvcr90: Add msvcr90.dll with forwards to msvcrt.dll.