imm32: Retrieve the graphics driver module from gdi32.
[wine] / dlls / msvcrt / msvcrt.h
2013-01-18  Piotr Cabanmsvcrt: Return child exit code in _pclose function.
2013-01-18  Piotr Cabanmsvcrt: Added support for commit flag in fopen.
2013-01-14  Alexandre Julliardmsvcrt: Fix incorrect use of the system wctomb function.
2013-01-11  Piotr Cabanmsvcrt: Make fputwc encoding aware.
2013-01-10  Piotr Cabanmsvcrt: Simplify fseek implementation.
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode open mode in msvcrt_g...
2012-12-24  Piotr Cabanmsvcrt: Added _stricmp_l implementation.
2012-12-18  Piotr Cabanmsvcrt: Fixed codepage setting code in create_locale.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbcoll_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _mbsnbicoll_l implementation.
2012-11-06  Piotr Cabanmsvcrt: Improved _atoflt_l precision.
2012-09-07  Piotr Cabanmsvcrt: Fixed RTTI structure on 64-bit systems.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-05-07  Thomas Fabermsvcrt: Fix malloc_func_t/free_func_t calling convention.
2012-04-11  Piotr Cabanmsvcrt: Added field names to MSVCRT___lc_time_data...
2012-04-11  Piotr Cabanmsvcrt: Rewrite asctime function.
2012-03-16  Akihiro Sagawamsvcrt: Implement _mbcjmstojis.
2012-01-03  Marcus Meissnermsvcrt: Mark various internal functions as hidden.
2011-12-21  Piotr Cabanmsvcp90: Added ctype<char>::tolower functions implement...
2011-12-07  Piotr Cabanmsvcrt: Initialize lc_time_curr inside create_locale.
2011-11-07  Thomas Fabermsvcrt: Fix MSVC build in exit.c and msvcrt.h.
2011-10-26  Piotr Cabanmsvcrt: Don't search for LCID in _setmbcp_l if it was...
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 ismbcodepage instead of mb_cur_max in mbcod...
2011-10-12  Piotr Cabanmsvcrt: Don't overwrite mbcinfo inside setlocale.
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: 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-20  Piotr Cabanmsvcrt: Fix __pctype_func implementation.
2011-05-19  Piotr Cabanmsvcrt: Make scanf functions thread safe.
2011-05-12  Piotr Cabanmsvcrt: Added _strlwr_s_l implementation.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-05-03  Francois Gougetmsvcrt: Make printf_arg arg_clbk_positional() and MSVCR...
2011-04-28  Piotr Cabanmsvcrt: Added wcsrtombs implementation.
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 cprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Copy and reorganize printf implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _wassert implementation.
2011-03-16  Hans Leidekkermsvcrt: Implement _set_security_error_handler.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-02-17  Jörg Höhlemsvcrt: sizeof(long double) is 12 with MS, but not...
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2011-01-28  Detlef Riekenbergmsvcrt: Add private define and header tests for _set_er...
2011-01-26  Alexandre Julliardmsvcrt: Implemented __control87_2.
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-11-26  Alexandre Julliardinclude/msvcrt: Define more CPU control word flags.
2010-11-08  Eric Pouechmsvcrt: For internal msvcrt use, added ability to grow...
2010-11-03  Eric Pouechmsvcrt: Implemented (_)wcserror.
2010-11-01  Eric Pouechmsvcrt: Added macro to ease implementation of so called...
2010-10-19  Damjan Jovanovicmsvcrt: Define STRUNCATE.
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime64_s.
2010-08-30  Piotr Cabanmsvcrt: Added _splitpath_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _gcvt_s implementation.
2010-08-25  Piotr Cabanmsvcrt: Added _set_purecall_handler implementation.
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-10  Piotr Cabanmsvcrt: Fix strtod and wcstod implementation.
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 Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2009-11-21  Alexandre Julliardinclude: Specify explicit alignment for __int64 types.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-01-05  Alexandre Julliardmsvcrt: Fix the time_t definition for the msvcrt build.
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2008-12-15  Alexandre Julliardmsvcrt: Rename _ftime to avoid conflicts.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-11-25  Maarten Lankhorstmsvcrt: Add CDECL to all cdecl functions.
2008-10-07  Eric Pouechmsvcrt: Implemented splitpath_s.
2008-01-08  Hans Leidekkermsvcrt: Correct search strategy for the exec/spawn...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wpopen and forward _popen to it.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
next