ntdll: Add ARM64 cpu info.
[wine] / dlls / msvcrt / misc.c
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-04-21  Piotr Cabanmsvcrt: Added _resetstkoflw implementation.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2010-11-18  Vincas Miliūnasmsvcrt: Added qsort_s implementation.
2010-05-13  Marcus Meissnermsvcrt: Add some missing CDECL.
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.
2009-06-25  Alexandre Julliardmsvcrt: Add call frame annotations in x86 assembly...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-09-20  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-14  Alexandre Julliardmsvcrt: Reimplement rand() and srand() to use per-threa...
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2003-03-15  Alexandre JulliardImplemented _chkesp, based on a patch by Jon Griffiths.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
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-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.