wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / msvcr100 /
2011-02-03  Nikolay Sivovmsvcrt: Partially implement type_info::name_internal_me...
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
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.
2011-01-25  Detlef Riekenbergmsvcr90: Implement _stat32, _fstat32, _wstat32.
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-12-29  Eryk Wieliczkomsvcrt: Implement _ftime64_s and _ftime32_s.
2010-12-29  Arno Teigsethmsvcrt: Added _ui64tow_s.
2010-12-10  Eryk Wieliczkomsvcrt: Implement ecvt_s.
2010-12-05  Mike Gibsonmsvcrt: Implement wcsnicoll.
2010-12-02  Piotr Cabanmsvcrt: Added _get_terminate implementation.
2010-11-25  Eryk Wieliczkomsvcrt: Implement fprintf_s and fwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement printf_s and wprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vprintf_s and vwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vfprintf_s and vfwprintf_s.
2010-11-25  Piotr Cabanmsvcrt: Fix errors in spec files.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _wfindnext64i32.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _wfindfirst64i32.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _ctime32/64_s.
2010-11-18  Vincas Miliūnasmsvcrt: Added qsort_s implementation.
2010-11-16  Eric Pouechmsvcrt: Implemented _i64to[aw]_s.
2010-11-16  Eric Pouechmsvcrt: Implemented _ltoa_s.
2010-11-15  Eryk Wieliczkomsvcrt: Implement strncat_s.
2010-11-08  Eric Pouechmsvcrt: Implemented _vc(w)printf.
2010-11-08  Eric Pouechmsvcrt: Implemented the _(w)getenv_s functions.
2010-11-04  Eryk Wieliczkomsvcrt: Implement _get_tzname.
2010-11-03  Eryk Wieliczkomsvcrt: Implement _ftelli64.
2010-11-03  Eric Pouechmsvcrt: Implemented wcstok_s.
2010-11-03  Eric Pouechmsvcrt: Implemented (_)wcserror_s.
2010-11-03  Eric Pouechmsvcrt: Implemented (_)wcserror.
2010-11-03  Eric Pouechmsvcrt: Implemented _(w)access_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _cputws.
2010-11-03  Eric Pouechmsvcrt: Implemented _putwch.
2010-11-03  Eric Pouechmsvcrt: Implemented (w)searchenv_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _(w)dupenv_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _wputenv_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _itow_s.
2010-11-02  Eryk Wieliczkomsvcrt: Implement _findfirst64i32 and _findnext64i32.
2010-11-02  Eryk Wieliczkomsvcrt: Implement _fseeki64.
2010-11-02  Eryk Wieliczkomsvcrt: Add stub functions _lock_file and _unlock_file.
2010-10-21  Andrew Nguyenmsvcrt: Implement _ultoa_s.
2010-10-21  Andrew Nguyenmsvcrt: Implement _mbsnbcat_s.
2010-10-18  Damjan Jovanovicmsvcrt: Implement wcsncat_s.
2010-10-14  André Hentschelmsvcr90: Added __timezone implementation.
2010-10-13  Piotr Cabanmsvcr90: Added __tzname implementation.
2010-10-11  Andrew Nguyenmsvcrt: Implement _strlwr_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _itoa_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime32_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime64_s.
2010-09-29  Hans Leidekkermsvcrt: Implement wcsnlen.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement strerror_s.
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
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 Gougetmsvcr100: The msvcr100 debug channel is unused so remov...
2010-06-22  Piotr Cabanmsvcrt: Added __crtLCMapStringW partial implementation.
2010-06-14  Detlef Riekenbergmsvcr100: Sync exports to msvcr90.
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-06  Piotr Cabanmsvcrt: Sync msvcr* dlls.
2010-05-03  Detlef Riekenbergmsvcr100: Add VS2010 C/C++ runtime library with forward...