dinput: Window supplied to SetCooperativeLevel have to be top level window.
[wine] / dlls / msvcrt /
2011-10-26  Piotr Cabanmsvcrt: Don't search for LCID in _setmbcp_l if it was...
2011-10-21  Frédéric Delanoymsvcrt: Avoid superfluous cast of MSVCRT_malloc return...
2011-10-18  Piotr Cabanmsvcrt: Initialize all ctype fields.
2011-10-18  Marcus Meissnermsvcrt: Use correct sizeof to realloc (Coverity).
2011-10-17  Marcus Meissnermsvcrt: Replaced bad memcpy by strcpy (Coverity).
2011-10-14  Piotr Cabanmsvcrt: Fix handling of locales without region in MSVCR...
2011-10-14  Piotr Cabanmsvcrt: Added missing calling convention specification.
2011-10-13  Piotr Cabanmsvcrt: Don't duplicate _setmbcp functionality inside...
2011-10-12  Piotr Cabanmsvcrt: Added _mbtowc_l implementation.
2011-10-12  Piotr Cabanmsvcrt: Move _pctype definition to locale.c.
2011-10-12  Piotr Cabanmsvcrt: Use _ismbblead instead of _isleadbyte in mbcode...
2011-10-12  Piotr Cabanmsvcrt: Use ismbcodepage instead of mb_cur_max in mbcod...
2011-10-12  Piotr Cabanmsvcrt: Handle C locale in _setmbcp.
2011-10-12  Piotr Cabanmsvcrt: Don't overwrite mbcinfo inside setlocale.
2011-10-08  Andrew Talbotmsvcrt: Remove a superfluous semicolon.
2011-10-08  Andrew Talbotmsvcrt: Mark some fall-throughs in a switch statement.
2011-10-06  Piotr Cabanmsvcrt: Added _iswdigit_l implementation.
2011-10-06  Piotr Cabanmsvcrt: Free fd entries with incorrect HANDLE value.
2011-10-06  Piotr Cabanmsvcrt: Fix __pioinfo block size.
2011-10-04  Piotr Cabanmsvcrt: Fix wcsncpy_s implementation.
2011-09-28  Frédéric Delanoymsvcrt/tests: Remove dead assignments (Clang).
2011-09-20  Piotr Cabanmsvcr90: Fix _vswprintf_p implementation.
2011-09-20  Francois Gougetmsvcrt: Fix printing NULL strings.
2011-09-13  Piotr Cabanmsvcrt: Improve operator new implementation.
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.
next