hlink: Remove useless initializers.
[wine] / dlls / msvcr90 /
2013-03-14  Alexandre Julliardmsvcrt: Synchronize spec files.
2013-03-14  André Hentschelmsvcrt: Add setjmp for ARM in spec file.
2013-03-05  Piotr Cabanmsvcr90: Check more fields in _getptd tests.
2013-02-27  André Hentschelmsvcrt: Add a new file for the ARM exception handling.
2013-02-18  Piotr Cabanmsvcr90: Prefer builtin version.
2013-02-14  Jactry Zengmsvcr90: Sync _wstat32i64 and _stat32i64 implementation.
2013-02-05  Vijay Kiran Kamujumsvcr90: Update the manifest version.
2012-12-26  Piotr Cabanmsvcrt: Added _strnicmp_l implementation.
2012-12-24  Piotr Cabanmsvcrt: Added _stricmp_l implementation.
2012-12-21  Piotr Cabanmsvcr100: Added _aligned_msize implementation.
2012-12-21  Piotr Cabanmsvcrt: Added _set_fmode and _get_fmode implementation.
2012-12-17  Piotr Cabanmsvcrt: Sync spec files.
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-12-12  Piotr Cabanmsvcr100: Added _get_timezone implementation.
2012-12-12  Piotr Cabanmsvcr100: Added _sprintf_p implementation.
2012-12-12  Piotr Cabanmsvcr100: Added fread_s implementation.
2012-12-06  Piotr Cabanmsvcr: Move msvcrXX specific functions implementation...
2012-12-06  Piotr Cabanmsvcr90: Fixed non-blocking file access tests.
2012-11-30  Piotr Cabanmsvcp: Sync spec files.
2012-08-16  Alexandre Julliardmsvcrt: Add a number of floating point functions for...
2012-07-26  Alexandre Julliardmsvcr90/tests: Fix tests for errno values.
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-04-20  Piotr Cabanmsvcr90: Fix byteswap_ulong implementation.
2012-04-17  Piotr Cabanmsvcr90: Added _byteswap_{ushort,ulong,uint64} implemen...
2012-03-16  Alexandre Julliardmsvcrt: Add entry points for the C++ exception function...
2012-03-09  Alexandre Julliardmsvcrt: Export __C_specific handler in other msvcrt...
2012-02-27  Alexander Morozovmsvcr90: realloc can move memory block.
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-16  Piotr Cabanmsvcr90/tests: Added nonblocking FILE functions test.
2011-11-15  Piotr Cabanmsvcr90: Added __vswprintf_l implementation.
2011-11-15  André Hentschelmsvcrt: Implement _wfreopen_s.
2011-11-15  André Hentschelmsvcrt: Implement freopen_s.
2011-10-21  André Hentschelmsvcr90: Add x86_64 stubs and forwards.
2011-10-13  Piotr Cabanmsvcp: Sync spec files.
2011-10-06  Piotr Cabanmsvcrt: Added _iswdigit_l implementation.
2011-09-20  Piotr Cabanmsvcr90: Fix _vswprintf_p implementation.
2011-09-14  Alexandre Julliardmsvcrt: Synchronize the spec files.
2011-08-25  Alexandre Julliardmsvcr90: Add a WinSxS manifest resource.
2011-08-01  Piotr Cabanmsvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-07-04  Daniel Verkampmsvcrt: Add _get_pgmptr and _get_wpgmptr.
2011-06-02  Alexandre Julliardmsvcrt: Comment out exports with a non-standard comment...
2011-05-25  Piotr Cabanmsvcr90/tests: Added _getptd tests.
2011-05-25  Piotr Cabanmsvcr90/tests: Don't check if msvcr90 functions exists.
2011-05-25  Piotr Cabanmsvcrt: Added _getptd implementation.
2011-05-19  Piotr Cabanmsvcrt: Allocate ioinfo tables dynamically.
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 Cabanmsvcr: Update spec files.
2011-05-03  Alexandre Julliardmsvcrt: Don't define stubs for data exports.
2011-05-03  Piotr Cabanmsvcrt: Added _swprintf and vsnprintf functions.
2011-05-03  Alexandre Julliardmsvcrt: Allow forwarding to stub functions when the...
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: 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-15  Alexandre Julliardmsvcr90: Fix function pointer declaration that confuses...
2011-04-06  Piotr Cabanmsvcrt: Added wctob implementation.
2011-04-05  Piotr Cabanmsvcr90: Added _CRT_RTC_INIT and _CRT_RTC_INITW impleme...
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.
2011-03-15  Nikolay Sivovmsvcrt: Added _findnext32() implementation.
2011-03-15  Nikolay Sivovmsvcrt: Add _findfirst32() implementation.
2011-03-15  Nikolay Sivovmsvcrt: Add __daylight() call export.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-03-07  Nikolay Sivovmsvcrt: Added partially complete _wcsupr_s_l (without...
2011-03-07  Nikolay Sivovmsvcrt: Added _wcslwr_s implementation.
2011-02-28  André Hentschelmsvcrt: Implement _wfindnext64.
2011-02-28  André Hentschelmsvcrt: Implement _wfindfirst64.
2011-02-16  Alexandre Julliardmsvcr90/tests: Fix the type info test for 64-bit.
2011-02-10  Austin Englishmsvcr90/tests: Don't check return values inside of...
2011-02-08  André Hentschelmsvcrt: Fixed a typo.
2011-02-03  Nikolay Sivovmsvcrt: Partially implement type_info::name_internal_me...
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2011-02-01  Andrew Nguyenmsvcr90/tests: Avoid casting away const in comparison...
2011-01-31  Nikolay Sivovmsvcrt: Implement _fcvt_s().
2011-01-28  Nikolay Sivovmsvcrt: Forward _realloc_crt to realloc.
2011-01-27  Nikolay Sivovmsvcrt: Implement _wsopen_s.
2011-01-26  Alexandre Julliardmsvcrt: Add a non-optimized implementation for the...
2011-01-26  Nikolay Sivovmsvcrt: Implemented _sopen_s.
2011-01-26  Alexandre Julliardmsvcrt: Implemented _set_controlfp.
2011-01-26  Alexandre Julliardmsvcrt: Implemented _statusfp2.
2011-01-26  Alexandre Julliardmsvcrt: Implemented __control87_2.
next