ole32/tests: Add more IStream_Seek tests for hglobalstream.
[wine] / dlls / msvcrt / msvcrt.spec
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-17  Piotr Cabanmsvcrt: Added $I10_OUTPUT implementation.
2010-05-06  Piotr Cabanmsvcrt: Fixed wcstombs(_s_l) implementation.
2010-05-06  Piotr Cabanmsvcrt: Added mbstowcs(_s_l) implementation.
2010-05-06  Piotr Cabanmsvcrt: Added _mbstrlen_l implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _ui64toa_s implementation.
2010-05-05  Piotr Cabanmsvcrt: Added ___mb_cur_max_l_func implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _get_osplatform implementation.
2010-05-04  Maarten Lankhorstmsvcrt: Add float functions based on their double versions.
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 wcstod_l implementation.
2010-04-26  Piotr Cabanmsvcrt: Added btowc 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  Marcus Meissnermsvcrt: Implement findfirst64 and findnext64.
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: 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 Cabanmsvcrt: Added memmove_s and memcpy_s implementation.
2010-04-10  Alexandre Julliardmsvcrt: Implemented setjmp for x86_64.
2010-04-08  Piotr Cabanmsvcrt: Added _iswalpha_l implementation.
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-04-01  Piotr Cabanmsvcrt: Added implementation of _controlfp_s.
2010-04-01  Piotr Cabanmsvcrt: Fix _get/_set_invalid_parameter_handler impleme...
2010-03-29  Piotr Cabanmsvcrt: Added _strtoui64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2010-03-25  Piotr Cabanmsvcrt: Added strnlen implementation.
2010-03-25  Piotr Cabanmsvcrt: Update msvcrt.spec.
2010-02-24  David Hedbergmsvcrt: Implement _mbctombb.
2010-02-23  David Hedbergmsvcrt: Implement _ismbclegal.
2010-02-04  Maarten Lankhorstmsvcrt: Forward _ftol2 to ntdll._ftol.
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.
2010-01-18  AndrĂ© Hentschelmsvcrt: Forward __C_specific_handler to ntdll.
2010-01-11  Jason Edmeadesmsvcrt: Add support for sprintf_s.
2010-01-11  Jason Edmeadesmsvcrt: Add support for vsprintf_s.
2009-11-24  Andrew Nguyenmsvcrt: Forward _ftol2_sse to ntdll._ftol.
2009-11-16  Andrew Nguyenmsvcrt: Implement and test _wcsupr_s.
2009-10-05  Eric Pouechmsvcrt: Added __uncaught_exception support.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2009-08-24  Alexandre Julliardmsvcrt: The floating point adjust functions only make...
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-04-15  Hans Leidekkermsvcrt: Implement ___lc_codepage_func, ___lc_collate_cp...
2009-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2009-01-19  Hans Leidekkermsvcrt: Forward ANSI open functions to their Unicode...
2008-12-15  Alexandre Julliardmsvcrt: Rename _ftime to avoid conflicts.
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2008-12-12  Francois Gougetmsvcrt: Point the set_new_handler() entrypoint to the...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-01  Michael Karchermsvcrt: Out strings should be ptr instead of wstr in...
2008-10-21  Eric Pouechmsvcrt: Implemented vswprintf_s.
2008-10-13  Eric Pouechmsvcrt: Implemented wcscat_s.
2008-10-07  Eric Pouechmsvcrt: Implemented splitpath_s.
2008-10-06  Eric Pouechmsvcrt: Implemented wcsncpy_s.
2008-07-08  Jon Griffithsmsvcrt: Implement ___setlc_active_func/___unguarded_rea...
2008-04-30  Eric Pouechmsvcrt: Added __iob_func implementation.
2008-04-29  Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-05  Francois Gougetmsvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz...
2008-01-23  Eric Pouechmsvcrt: Corrected the .spec definition for the printf...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wspawnl{, e, p, pe}.
next