msvcrt: Move demangler flags to a header and use them.
[wine] / dlls / msvcrt / cpp.c
2013-02-25  Nikolay Sivovmsvcrt: Move demangler flags to a header and use them.
2012-11-28  Piotr Cabanmsvcrt: Remove superfluous semicolons.
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-09-13  Piotr Cabanmsvcrt: Fixed RTTI base pointer calculation if signatur...
2012-09-07  Piotr Cabanmsvcrt: Fixed RTTI structure on 64-bit systems.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTDynamicCast.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTtypeid function.
2012-09-05  Piotr Cabanmsvcrt: Moved RTTI and thiscall related macros to separ...
2012-08-20  Piotr Cabanmsvcrt: Fixed vector destructors implementation on...
2012-05-30  Piotr Cabanmsvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define exception type info struct...
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define RTTI data.
2012-03-16  Alexandre Julliardmsvcrt: Create an i386-specific file for exception...
2011-05-25  Piotr Cabanmsvcrt: Added _get_unexpected implementation.
2011-02-08  André Hentschelmsvcrt: Fixed a typo.
2011-02-03  Nikolay Sivovmsvcrt: Use pointer exchange to set demangled name...
2010-12-02  Piotr Cabanmsvcrt: Added _get_terminate implementation.
2010-08-24  Alexandre Julliardmsvcrt: Use a __thiscall macro where appropriate to...
2010-04-13  Alexandre Julliardmsvcrt: Implement the missing exception constructor...
2009-10-06  Alexandre Julliardmsvcrt: Use strict function prototypes.
2009-06-15  Alexandre Julliardmsvcrt: Add appropriate stdcall decorations to assembly...
2009-05-27  Michael Stefaniucmsvcrt: Avoid using size_t when not neededed.
2008-12-12  Alexandre Julliardmsvcrt: Avoid truncated relocations on 64-bit.
2008-11-28  Francois Gougetmsvcrt: Remove WINAPI on static functions where not...
2007-10-31  Alexandre Julliardmsvcrt: Silence FIXME about an unknown parameter that...
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-04-11  Andrew Talbotmsvcrt: Remove superfluous semicolons.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Andrew Talbotmsvcrt: Move static function from header into file...
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-06-16  Alexandre JulliardStore vtables in the data segment to avoid text relocat...
2005-01-03  Eric PouechSome missing const correctness fixes.
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2003-10-06  Uwe BonnesMSVCRT___RTDynamicCast: Reject a NULL cppobj.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Jon GriffithsUse exception as the base for all exception derived...
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.