oleaut32: Use a saner calling convention for the marshaller asm thunks.
[wine] / dlls / msvcrt /
2012-12-20  Piotr Cabanmsvcrt: Don't call local_unwind2 when Cookie equals...
2012-12-20  André Hentschelmsvcrt/tests: Don't test function directly when reporti...
2012-12-19  Piotr Cabanmsvcrt: Don't fail when _aligned_offset_malloc is used...
2012-12-18  Piotr Cabanmsvcrt: Use CompareString in wcscoll functions.
2012-12-18  Piotr Cabanmsvcrt: Use LC_COLLATE category in strcoll functions.
2012-12-18  Piotr Cabanmsvcrt: Added more setlocale tests.
2012-12-18  Piotr Cabanmsvcrt: Fixed locale matching code.
2012-12-18  Piotr Cabanmsvcrt: Fixed codepage setting code in create_locale.
2012-12-18  Andrew Talbotmsvcrt: Indentation fix.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl tests.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl_l implementation.
2012-12-17  Piotr Cabanmsvcrt: Don't duplicate floating-point number parsing...
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-14  Piotr Cabanmsvcrt: Added __getmainargs tests.
2012-12-14  Piotr Cabanmsvcrt: Support expand_wildcards parameter in __wgetmai...
2012-12-14  Piotr Cabanmsvcrt: Fixed wildcard expanding when path is specified...
2012-12-13  Piotr Cabanmsvcrt: Support expand_wildcards parameter in __getmain...
2012-12-13  Piotr Cabanmsvcrt: Don't flush stream in fputs function.
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 Cabanmsvcrt: Fixed floating point numbers printing when...
2012-12-10  Piotr Cabanmsvcrt: Fixed get_this_pointer implementation.
2012-12-10  Piotr Cabanmsvcrt: Fixed _localtime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Reorganize _localtime64 function.
2012-12-10  Piotr Cabanmsvcrt: Improved input parameter range check in _gmtime...
2012-12-10  Piotr Cabanmsvcrt: Fixed mkgmtime and _mkgmtime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Fixed mktime and _mktime64 implementation.
2012-12-10  Piotr Cabanmsvcrt: Added _tzset tests.
2012-12-10  Piotr Cabanmsvcrt: Reimplement _tzset function.
2012-11-30  Piotr Cabanmsvcrt: Added wcrtomb tests.
2012-11-30  Piotr Cabanmsvcrt: Added wcrtomb implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbsrtowcs tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbsrtowcs implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrtowc tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbrtowc implementation.
2012-11-29  Piotr Cabanmsvcrt: Added mbrlen tests.
2012-11-29  Piotr Cabanmsvcrt: Added mbrlen implementation.
2012-11-28  Piotr Cabanmsvcrt: Remove superfluous semicolons.
2012-11-07  Piotr Cabanmsvcrt: Fixed __p___mb_cur_max tests.
2012-11-06  Piotr Cabanmsvcrt: Improved strtod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _wcstod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _atoflt_l precision.
2012-11-05  Piotr Cabanmsvcrt: Improved scanf precision.
2012-11-02  Piotr Cabanmsvcrt: Allocate buffer in fwrite function.
2012-11-01  Daniel Lehmanmsvcrt: Return value from MSVCRT____mb_cur_max_func...
2012-11-01  Piotr Cabanmsvcrt: Improved parsing precision of doubles in scanf.
2012-11-01  Piotr Cabanmsvcrt: Fixed %Lf format handling in scanf.
2012-10-24  Piotr Cabanmsvcrt: Fixed _ungetwc implementation.
2012-10-16  Piotr Cabanmsvcrt: Fixed tmpfile implementation.
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-09-13  Piotr Cabanmsvcrt/tests: Added more RTTI tests.
2012-09-13  Piotr Cabanmsvcrt: Fixed RTTI base pointer calculation if signatur...
2012-09-10  Piotr Cabanmsvcrt: Skip RTTI signature==1 tests on platforms that...
2012-09-07  Piotr Cabanmsvcrt: Fixed strncpy_s behavior when count equals 0.
2012-09-07  Piotr Cabanmsvcrt: Fixed RTTI structure on 64-bit systems.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTDynamicCast.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTtypeid function.
2012-09-05  Piotr Cabanmsvcrt: Moved RTTI and thiscall related macros to separ...
2012-08-21  Francois Gougetmsvcrt/tests: Add a trailing '\n' to a win_skip().
2012-08-20  Piotr Cabanmsvcrt/tests: Execute c++ related tests on 64-bit systems.
2012-08-20  Piotr Cabanmsvcrt: Fixed vector destructors implementation on...
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-08-13  Michael Stefaniucmsvcrt: Aoid TRUE:FALSE conditional expressions.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-06-21  Francois Gougetmsvcrt: Use the CSTR_XXX macros instead of numeric...
2012-06-14  Piotr Cabanmsvcrt/tests: Fix Portuguese locale test on NT4.
2012-06-13  Francois Gougetmsvcrt: Fix the name of the Portuguese locale alias.
2012-05-30  Piotr Cabanmsvcrt: Handle rethrown exception in cxx_frame_handler.
2012-05-30  Piotr Cabanmsvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-07  Thomas Fabermsvcrt: Fix malloc_func_t/free_func_t calling convention.
2012-04-24  Piotr Cabanmsvcrt: Rework wcsncpy_s to work on overlapping pointers.
2012-04-16  Piotr Cabanmsvcrt: Added more length modifiers in scanf function.
2012-04-16  Piotr Cabanmsvcrt: Fixed 'h' modifier handling when printing integers.
2012-04-16  Piotr Cabanmsvcrt: Added support for %W and %U format in strftime.
2012-04-13  Piotr Cabanmsvcrt: Fix months and weekday names in C locale.
2012-04-12  Piotr Cabanmsvcrt: Added support for _TRUNCATE flag in wcsncpy_s.
2012-04-11  Piotr Cabanmsvcrt/tests: Added more strftime tests.
2012-04-11  Piotr Cabanmsvcrt: Added _Strftime implementation.
2012-04-11  Piotr Cabanmsvcrt: Added field names to MSVCRT___lc_time_data...
2012-04-11  Piotr Cabanmsvcrt: Set correct date and time format for C locale.
2012-04-11  Piotr Cabanmsvcrt: Rewrite wasctime function.
2012-04-11  Piotr Cabanmsvcrt: Rewrite asctime function.
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define exception type info struct...
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define RTTI data.
2012-03-28  Robert van Herkmsvcrt: Fix file mode T (temporary file).
2012-03-26  Akihiro Sagawamsvcrt: Fix _mbsnbcmp and _mbsnbicmp implementation.
2012-03-26  Akihiro Sagawamsvcrt: Fix _mbcjistojms off by one error.
2012-03-26  Akihiro Sagawamsvcrt/tests: Add more tests for _mbcjistojms.
2012-03-26  Akihiro Sagawamsvcrt/tests: Rewrite test_mbcjisjms to test in various...
2012-03-26  Akihiro Sagawamsvcrt: Improve _mbbtombc to handle Japanese characters.
2012-03-26  Akihiro Sagawamsvcrt: Add test for _mbbtombc.
next