msvcrt: Fix _vswprintf* arguments.
[wine] / dlls / msvcrt /
2011-09-05  Piotr Cabanmsvcrt: Fix _vswprintf* arguments.
2011-08-23  Andrew Talbotmsvcrt: Constify some variables.
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Austin Englishmsvcrt/tests: Make sure to use return values.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  Piotr Cabanmsvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-07-29  Piotr Cabanmsvcrt: Fixed vswprintf* exports.
2011-07-28  Piotr Cabanmsvcrt: Fix uninitialized memory access in wcsrtombs_l...
2011-07-26  Piotr Cabanmsvcrt: Fix %f format handling in printf so it works...
2011-07-26  Piotr Cabanmsvcrt: Fixed tmpnam and _wtmpname implementation.
2011-07-04  Daniel Verkampmsvcrt/tests: Add test for _get_pgmptr.
2011-07-04  Daniel Verkampmsvcrt: Add _get_pgmptr and _get_wpgmptr.
2011-06-20  Damjan Jovanovicmsvcrt: The time passed to utime functions can be NULL.
2011-06-20  Piotr Cabanmsvcrt: Avoid deadlock when _beginthread is executed...
2011-06-20  Piotr Cabanmsvcrt: Fix __p__pctype implementation.
2011-06-14  Marcus Meissnermscvrt: Do not shadow fmt (Coverity).
2011-06-08  Piotr Cabanmsvcrt: Fix broken exports in spec file.
2011-06-06  Piotr Cabanmsvcrt: Fixed buffer overflow in snprintf functions...
2011-06-03  Piotr Cabanmsvcrt: Improved tolower_l and toupper_l implementation.
2011-06-03  Piotr Cabanmsvcrt: Fix pclmap and pcumap for "C" locale.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-26  Piotr Cabanmsvcrt: Improved locale initialization.
2011-05-25  Piotr Cabanmsvcr90/tests: Added _getptd tests.
2011-05-25  Piotr Cabanmsvcrt: Added _get_unexpected implementation.
2011-05-25  Piotr Cabanmsvcrt: Added _getptd implementation.
2011-05-25  Piotr Cabanmsvcrt: Improved tmpnam/wtmpnam implementation.
2011-05-25  Piotr Cabanmsvcrt: Change the way how localtime/gmtime buffer...
2011-05-25  Piotr Cabanmsvcrt: Change the way locale information is stored...
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-25  Piotr Cabanmsvcrt: Use _create_locale instead of setlocale during...
2011-05-25  Piotr Cabanmsvcrt: Reorder fields of __thread_data structure.
2011-05-25  Piotr Cabanmsvcrt: Close thread handle when _beginthread is used.
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.
next