msvcrt: Handle rethrown exception in cxx_frame_handler.
[wine] / dlls / msvcrt / heap.c
2011-09-13  Piotr Cabanmsvcrt: Improve operator new implementation.
2010-11-01  Eric Pouechmsvcrt: Use the parameter checking macros for strncpy_s.
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-05-13  Marcus Meissnermsvcrt: Add some missing CDECL.
2010-04-21  Piotr Cabanmsvcrt: Added _get_heap_handle implementation.
2010-04-21  Piotr Cabanmsvcrt: Added strncpy_s implementation.
2010-04-13  Alexandre Julliardmsvcrt: Implement the missing exception constructor...
2010-04-12  Piotr Cabanmsvcrt: Added memmove_s and memcpy_s implementation.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-02-27  Alexandre Julliardmsvcrt: Use the correct msvcrt defines for errno values.
2008-02-27  Alexandre Julliardmsvcrt: Fix incorrect uses of msvcrt_set_errno.
2007-12-04  Gerald Pfeifermsvcrt: Fix error handling in _aligned_offset_realloc().
2007-11-28  Lionel Debrouxmsvcrt: Fix _Aligned_offset_realloc (move correct block...
2007-08-08  Alexandre Julliardmsvcrt: Use the correct size_t type.
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-07-27  Alexandre Julliardmsvcrt: Fixed errno setting in malloc, HeapAlloc doesn...
2006-10-23  Markus Amslermsvcrt: Speed up new operator.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-23  Vijay Kiran KamujuImplementation of _get_sbh_threshold and _set_sbh_threshold
2005-09-19  Vijay Kiran KamujuAdded __p__amblksiz implementation.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-11-20  Dimitrie O. PaunFix realloc() to match the documented behaviour.
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-05  Uwe BonnesMSVCRT_operator_new: Call handler only when "new" opera...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
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-02  Patrik StridvallDocumentation fixes.
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.