msvcrt: Added _fwscanf_s(_l) implementation.
[wine] / dlls / msvcrt / msvcrt.spec
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}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2008-01-02  Hans Leidekker msvcrt: Fix spec file entries for the execv functions.
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-10-15  Francois Gougetmsvcrt: Fix the calling convention of _wsearchenv(...
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation of a few more __crt functions.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation for __STRINGTOLD.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-04-19  Hans Leidekkermsvcrt: Correct the spec file entry for _makepath.
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-09  Eric Pouechmsvcrt: Implemented the raise function.
2007-02-07  Juan Langmsvcrt: Implement _mbbtype according to MSDN.
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
next