msvcrt: Remove unneeded casts.
[wine] / dlls / msvcrt / heap.c
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.