msvcrt: Use macros to define RTTI data.
[wine] / dlls / msvcrt / math.c
2011-10-21  Frédéric Delanoymsvcrt: Avoid superfluous cast of MSVCRT_malloc return...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-01  Alexandre Julliardmsvcrt: Implemented a few trivial math functions.
2011-03-31  Piotr Cabanmsvcrt: Fix buffer size in _ecvt_s.
2011-01-31  Nikolay Sivovmsvcrt: Implement _fcvt_s().
2011-01-26  Alexandre Julliardmsvcrt: Add a non-optimized implementation for the...
2011-01-26  Alexandre Julliardmsvcrt: Implemented _set_controlfp.
2011-01-26  Alexandre Julliardmsvcrt: Implemented _fpreset for SSE2 and x86_64.
2011-01-26  Alexandre Julliardmsvcrt: Implemented _clearfp for SSE2 and x86_64.
2011-01-26  Alexandre Julliardmsvcrt: Implemented _statusfp2.
2011-01-26  Alexandre Julliardmsvcrt: Implemented __control87_2.
2010-12-10  Eryk Wieliczkomsvcrt: Implement ecvt_s.
2010-11-27  Alexandre Julliardmsvcrt: Fix controlfp_s parameter checks, with tests.
2010-11-26  Alexandre Julliardmsvcrt: Add parameter checking in _controlfp_s.
2010-08-27  Piotr Cabanmsvcrt: Added _gcvt_s implementation.
2010-08-25  Piotr Cabanmsvcrt: Added _set_SSE2_enable stub.
2010-05-13  Marcus Meissnermsvcrt: Add some missing CDECL.
2010-05-04  Maarten Lankhorstmsvcrt: Add float functions based on their double versions.
2010-04-07  Alexandre Julliardmsvcrt: Fix an unused variable warning.
2010-04-01  Piotr Cabanmsvcrt: Added implementation of _controlfp_s.
2010-03-29  Piotr Cabanmsvcrt: Avoid using scalb function.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2009-11-04  André Hentschelmsvcrt: Do not overlap in strcpy (Valgrind).
2009-08-24  Alexandre Julliardmsvcrt: The floating point adjust functions only make...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-04-14  Rein Klazesmsvcrt: Correct implementation of _ecvt() with tests.
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2008-12-12  Francois Gougetmsvcrt: Remove _adjust_fdiv() as it is unused.
2008-11-21  Austin Englishmsvcrt: Fix a compiler warning.
2008-08-29  Henri Verbeetmsvcrt: Don't depend on the system's implementation...
2007-09-25  Karl Reltonmsvcrt: New implementation of fcvt.
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: Added wrappers for a few functions instead...
2006-01-14  Alexandre Julliardmsvcrt: Set errno in the standard math functions too...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-04-08  Alexandre JulliardPortability fix.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-16  Warren BairdSome fixes for compiling on Sparc.
2002-04-01  Francois GougetAdded missing FP_PNORM case.
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-08-13  Jukka HeinonenFixed _control87 return value, use of wrong assembler...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
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-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-01-28  Josh DuBoisFixed typo.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-12  Gerald PfeiferFixed mistyped variable name in MSVCRT__fpclass().
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.