mshtml.idl: Added IHTMLButtonElement and DispHTMLButtonElement declarations.
[wine] / include / msvcrt / stdio.h
2012-12-12  Piotr Cabanmsvcr100: Added _sprintf_p implementation.
2012-10-08  Daniel Lehmanmsvcrt: Add declaration for _sc[w]printf to header.
2012-06-22  Piotr Cabanmsvcp90: Added num_put<char>::put(double) implementation.
2011-09-20  Piotr Cabanmsvcr90: Fix _vswprintf_p implementation.
2011-04-28  Piotr Cabanmsvcrt: Added _set_printf_count_output and _get_printf_...
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2010-11-25  Eryk Wieliczkomsvcrt: Implement fprintf_s and fwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement printf_s and wprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vprintf_s and vwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vfprintf_s and vfwprintf_s.
2010-11-03  Eryk Wieliczkomsvcrt: Implement _ftelli64.
2010-06-17  Alexander Scott... include/msvcrt: Update a bit.
2009-11-21  Alexandre Julliardinclude: Specify explicit alignment for __int64 types.
2009-05-23  Alexandre Julliardinclude/msvcrt: Add explicit msvcrt_long types to repla...
2009-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-01-07  Alexandre Julliardinclude/msvcrt: Replace va_list by __ms_va_list for...
2008-12-17  Alexandre Julliardinclude: Use __p__iob on i386 to avoid problems with...
2008-12-17  Alexandre Julliardmsvcrt: Add __cdecl to all function prototypes.
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardinclude: Add the msvcrt/crtdefs.h header and include...
2008-12-09  Alexandre Julliardinclude: Fix the definition of 64-bit types for Mingw64.
2007-06-06  Dmitry Timoshkovinclude/msvcrt: Make sure that __int64 is properly...
2007-02-20  Dmitry Timoshkovmsvcrt: Pack the structures on a 8-byte boundary like...
2006-10-16  Alexandre Julliardconfigure: Don't define _WIN64 on the command line...
2006-07-10  Alexandre Julliardinclude/msvcrt: Fix all definitions of size_t for Win64.
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-04-26  Dimitrie O. PaunFix the _WCTYPE_T_DEFINED sentry for compatibility.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-08-13  Dimitrie O. PaunAlias _vsnprintf as vsnprintf.
2003-07-18  Jon GriffithsDon't redefine __WINE_USE_MSVCRT (msvc warning).
2003-03-26  Alexandre JulliardUse aliases instead of #defines for the varargs functio...
2003-03-22  Madhura SahasrabudheChanged the macros in the msvcrt headers to static...
2003-01-11  Dimitrie O. PaunUse inline functions instead of macros to avoid problem...
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-05-07  Francois GougetRC_INVOKED (&NOWINRES) special cases.
2001-04-10  Francois GougetAdded headers for the msvcrt library.