msvcrt: Remove unused variable.
[wine] / dlls / msvcrt / math.c
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.