Release 1.5.29.
[wine] / dlls / msvcrt / msvcrt.spec
2013-04-19  Jactry Zengmsvcrt: Added _wfindfirst32 implementation.
2013-04-01  Jactry Zengmsvcrt: Added _wcsnicoll_l implementation.
2013-04-01  Jactry Zengmsvcrt: Added _wcsicoll_l implementation.
2013-04-01  Jactry Zengmsvcrt: Added _wcscoll_l implementation.
2013-03-29  Jactry Zengmsvcrt: Added _wcsncoll and _wcsncoll_l implementation.
2013-03-28  Piotr Cabanmsvcrt: Move fread_s function to msvcrt.
2013-03-28  Piotr Cabanmsvcrt: Update spec file with functions added in newer...
2013-03-27  Piotr Cabanmsvcrt: Don't forward _getpid to kernel32.
2013-03-27  Piotr Cabanmsvcrt: Added _wcstoul_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward wcsncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward towupper and towlower to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncmp to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strchr to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward memset to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward atoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Added _wtol_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wtoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wcsicmp to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Added _set_output_format implementation.
2013-03-14  Alexandre Julliardmsvcrt: Use -arch=i386 everywhere for consistency.
2013-03-14  Alexandre Julliardmsvcrt: Export the float math functions on ARM.
2013-03-14  Alexandre Julliardmsvcrt: Export the ARM version of some mangled names.
2013-03-14  André Hentschelmsvcrt: Add setjmp for ARM in spec file.
2013-03-05  Piotr Cabanmsvcrt: Added __pxcptinfoptrs implementation.
2013-02-27  André Hentschelmsvcrt: Add a new file for the ARM exception handling.
2012-12-26  Piotr Cabanmsvcrt: Added _strnicmp_l implementation.
2012-12-24  Piotr Cabanmsvcrt: Added _stricmp_l implementation.
2012-12-21  Piotr Cabanmsvcrt: Added _set_fmode and _get_fmode implementation.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl_l implementation.
2012-12-14  Austin Englishmsvcrt: Implement memcpy in msvcrt instead of forwardin...
2012-12-14  Austin Englishmsvcrt: Implement _ftol in msvcrt instead of forwarding...
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbcoll_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbicoll_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _fwprintf_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _vfwprintf_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _atoi_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _wtoi_l implementation.
2012-11-30  Piotr Cabanmsvcrt: Added wcrtomb implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbsrtowcs implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrtowc implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrlen implementation.
2012-11-01  Daniel Lehmanmsvcrt: Return value from MSVCRT____mb_cur_max_func...
2012-08-17  Dan Kegelmsvcrt: memmove_s shouldn't zero its output buffer...
2012-08-16  Alexandre Julliardmsvcrt: Add a number of floating point functions for...
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-03-16  Akihiro Sagawamsvcrt: Add semi stub _mbcjmstojis implementation.
2012-03-16  Alexandre Julliardmsvcrt: Add entry points for the C++ exception function...
2012-03-16  Alexandre Julliardmsvcrt: Create an i386-specific file for exception...
2012-01-09  Daniel Lehmanmsvcrt: Add _snwprintf_l.
2011-12-06  Piotr Cabanmsvcrt: Added _get_current_locale implementation.
2011-11-30  André Hentschelmsvcrt: Implement _wasctime_s.
2011-11-30  André Hentschelmsvcrt: Implement asctime_s.
2011-11-29  Eric Pouechmsvcrt: Implemented _ultow_s.
2011-11-15  André Hentschelmsvcrt: Implement _wfreopen_s.
2011-11-15  André Hentschelmsvcrt: Implement freopen_s.
2011-10-12  Piotr Cabanmsvcrt: Added _mbtowc_l implementation.
2011-10-06  Piotr Cabanmsvcrt: Added _iswdigit_l implementation.
2011-09-05  Piotr Cabanmsvcrt: Fix _vswprintf* arguments.
2011-08-01  Piotr Cabanmsvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-07-29  Piotr Cabanmsvcrt: Fixed vswprintf* exports.
2011-07-04  Daniel Verkampmsvcrt: Add _get_pgmptr and _get_wpgmptr.
2011-06-20  Piotr Cabanmsvcrt: Fix __p__pctype implementation.
2011-06-08  Piotr Cabanmsvcrt: Fix broken exports in spec file.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-25  Piotr Cabanmsvcrt: Added _get_unexpected implementation.
2011-05-25  Piotr Cabanmsvcrt: Added _getptd implementation.
2011-05-17  Alexandre Julliardmsvcrt: Implement _seh_longjmp_unwind4 for i386.
2011-05-17  Alexandre Julliardmsvcrt: Implement _local_unwind for x86_64.
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2011-05-12  Piotr Cabanmsvcrt: Added _strnicoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strncoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _stricoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strcoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strupr_s_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strlwr_s_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _tolower_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _toupper_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _is*_l functions implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _isctype_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _towupper_l and _towlower_l implementation.
2011-05-03  Piotr Cabanmsvcrt: Added _swprintf and vsnprintf functions.
2011-05-03  Piotr Cabanmsvcrt: Added _wtmpnam implementation.
2011-05-03  Alexandre Julliardmsvcrt: Specify arguments for the stub functions.
2011-05-01  Alexandre Julliardmsvcrt: Implemented a few trivial math functions.
2011-05-01  Alexandre Julliardmsvcrt: Export _aexit_rtn.
2011-04-29  Alexandre Julliardmsvcrt: Synchronize spec files across dlls.
2011-04-28  Piotr Cabanmsvcrt: Updated spec file.
2011-04-28  Piotr Cabanmsvcrt: Added _set_printf_count_output and _get_printf_...
2011-04-28  Piotr Cabanmsvcrt: Added wcsrtombs implementation.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-21  Piotr Cabanmsvcrt: Added _resetstkoflw implementation.
2011-04-06  Piotr Cabanmsvcrt: Added wctob implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _snwscanf implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _snscanf implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _wassert implementation.
2011-03-29  Konrad Rzepeckimsvcrt: Implement _mbslwr_s.
2011-03-29  Konrad Rzepeckimsvcrt: Implement _mbsupr_s.
2011-03-16  Alexandre Julliardmsvcrt: Export the __p_* functions on all platforms.
next