ddraw: Don't interpret end padding as dwCaps2 for x64.
[wine] / dlls / msvcrt /
2011-05-23  Francois Gougetmsvcrt: Add a trailing '\n' to an ERR() call.
2011-05-20  Piotr Cabanmsvcrt: Make FILE writing functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make FILE reading functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make FILE position related functions thread...
2011-05-20  Piotr Cabanmsvcrt: Make FILE->_flag reading functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make ungetc and ungetwc thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make setvbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make _flsbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make _filbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make fclose thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make fflush function thread safe.
2011-05-20  Piotr Cabanmsvcrt: Free locks after freeing io data.
2011-05-20  Piotr Cabanmsvcrt: Fix __pctype_func implementation.
2011-05-19  Piotr Cabanmsvcrt: Make scanf functions thread safe.
2011-05-19  Piotr Cabanmsvcrt: Make printf functions thread safe.
2011-05-19  Piotr Cabanmsvcrt: Added _lock_file/_unlock_file implementation.
2011-05-19  Piotr Cabanmsvcrt: Improved _getmaxstdio and _setmaxstdio implemen...
2011-05-19  Piotr Cabanmsvcrt: Allocate FILE tables dynamically.
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  Piotr Cabanmsvcrt: Fix return values in wcstombs and wcsrtombs...
2011-05-16  Piotr Cabanmsvcrt: Fix return values in strlwr and strupr functions.
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2011-05-15  Alexandre Julliardmsvcrt: Add support for function namespaces in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for template operators in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for __ptr64 attribute in symbol...
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-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-05-03  Piotr Cabanmsvcrt: Added _swprintf and vsnprintf functions.
2011-05-03  Piotr Cabanmsvcrt: Added _wtmpnam implementation.
2011-05-03  Francois Gougetmsvcrt: Make printf_arg arg_clbk_positional() and MSVCR...
2011-05-03  Alexandre Julliardmsvcrt: Specify arguments for the stub functions.
2011-05-02  Nicolas Le Cammsvcrt/tests: Avoid size_t in traces.
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  Francois Gougetmsvcrt: Fix compilation on systems that don't support...
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: Remove wchar_t/char conversions needed for...
2011-04-27  Piotr Cabanmsvcrt: Use pf_integer_conv when displaying pointers.
2011-04-27  Piotr Cabanmsvcrt: Don't use additional buffer in pf_integer_conv.
2011-04-27  Piotr Cabanmsvcrt: Print all integers using pf_integer_conv function.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-25  Piotr Cabanmsvcrt: Removed pf_vnsprintf internal function.
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in sprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in fprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in cprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Copy and reorganize printf implementation.
2011-04-25  Piotr Cabanmsvcrt/tests: Added fprintf tests.
2011-04-25  Eric Pouechmsvcrt: ungetc must create a buffer, even if _IONBF...
2011-04-25  Eric Pouechmsvcrt: Added tests in fileops with different buffer...
2011-04-21  Piotr Cabanmsvcrt: Added _resetstkoflw implementation.
2011-04-20  Andrew Nguyenmsvcrt: Avoid the use of SetFilePointerEx in _lseeki64.
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-04-04  Andrew Nguyenmsvcrt: Ensure that old buffer contents are copied...
2011-03-31  Piotr Cabanmsvcrt: Don't call get_locale two times in _isctype...
2011-03-31  Piotr Cabanmsvcrt: Fix locale creation for multibyte encoding.
2011-03-31  Francois Gougetmsvcrt/tests: Wine should not have trouble with the...
2011-03-31  Piotr Cabanmsvcrt: Fix buffer size in _ecvt_s.
2011-03-31  Piotr Cabanmsvcrt/tests: Fix memory leaks (valgrind).
2011-03-30  Piotr Cabanmsvcrt: Correctly terminate string in wcsncat_s.
2011-03-30  Piotr Cabanmsvcrt: Added space for nullbyte in size returned by...
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-16  Hans Leidekkermsvcrt: Implement _set_security_error_handler.
2011-03-16  Francois Gougetmsvcrt: Export _wcsupr_s_l().
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-03-07  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2011-03-04  Marcus Meissnermsvcrt: Move side effect out of assert (Coverity).
2011-02-28  André Hentschelmsvcrt: Implement _wfindnext64.
2011-02-28  André Hentschelmsvcrt: Implement _wfindfirst64.
2011-02-25  André Hentschelmsvcrt/tests: Don't test function directly when reporti...
2011-02-24  Vincent Povirkmsvcrt: Try to call CorExitProcess instead of ExitProce...
2011-02-24  Marcus Meissnermsvcrt: Use = instead of == in test (Coverity).
2011-02-17  Jörg Höhlemsvcrt/tests: sizeof(long double) is 12 with MS.
2011-02-17  Jörg Höhlemsvcrt: sizeof(long double) is 12 with MS, but not...
2011-02-10  Austin Englishmsvcrt/tests: Remove useless assignment (LLVM/Clang).
2011-02-08  André Hentschelmsvcrt: Fixed a typo.
next