winex11: Use a format with 8 bits of alpha for the AlphaBlend mask.
[wine] / dlls / msvcr90 /
2010-04-22  Piotr Cabanmsvcrt: Added _cwscanf* implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added fscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fscanf_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _strtod_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _get_heap_handle implementation.
2010-04-21  Piotr Cabanmsvcrt: Added strncpy_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added swprintf_s implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _wfopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added fopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added implementation of __crtGetStringTypeW.
2010-04-19  Piotr Cabanmsvcrt: Added implementations of _vswprintf* functions.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnwprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnprintf* implementation.
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcr90: Forward _iswalpha_l calls to msvcrt.
2010-04-14  Alexandre Julliardmsvcr90: Implement _invalid_parameter_noinfo.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-14  Alexandre Julliardmsvcrt: Implement support for version 4 exception tables.
2010-04-13  Alexandre Julliardmsvcrt: Export a few more C++ functions that actually...
2010-04-13  Alexandre Julliardmsvcrt: Add support for VC7 and VC8 extensions to the...
2010-04-13  Alexandre Julliardmsvcrt: Implement the missing exception constructor...
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2010-04-12  Piotr Cabanmsvcr90: Forward _calloc_crt to calloc.
2010-04-12  Piotr Cabanmsvcrt: Added memmove_s and memcpy_s implementation.
2010-04-09  Piotr Cabanmsvcr90: Added __clean_type_info_names_internal stub.
2010-04-08  Piotr Cabanmsvcr90: Forward ?_open@@YAHPBDHH@Z calls to _open.
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-04-07  Alexandre Julliardmsvcr90/tests: Fix the calling convention of the initte...
2010-04-05  Detlef Riekenbergmsvcr90: Run the tests again on w2k and below.
2010-04-01  Piotr Cabanmsvcrt: Added implementation of _controlfp_s.
2010-04-01  Piotr Cabanmsvcrt: Fix _get/_set_invalid_parameter_handler impleme...
2010-04-01  Piotr Cabanmsvcrt: Move invalid parameter tests to msvcr90.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoui64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-25  Piotr Cabanmsvcr90: Added implementation of __sys_nerr and __sys_e...
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2010-03-25  Piotr Cabanmsvcr90: Added _encoded_null() implementation.
2010-03-25  Piotr Cabanmsvcr90: Implement _encode_pointer and _decode_pointer.
2010-03-25  Piotr Cabanmsvcrt: Added strnlen implementation.
2010-03-22  Detlef Riekenbergmsvcr90/tests: Add tests for _initterm_e.
2010-03-19  Detlef Riekenbergmsvcr90: Forward _malloc_crt to msvcrt.malloc.
2010-03-19  Detlef Riekenbergmsvcr90: Implement _initterm_e.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Detlef Riekenbergmsvcr90: Add msvcr90.dll with forwards to msvcrt.dll.