2012-08-16 |
Alexandre Julliard | msvcrt: Add a number of floating point functions for... |
blob | commitdiff | raw |
2012-07-26 |
Alexandre Julliard | msvcrt: Make sure that errno is always set when calling... |
blob | commitdiff | raw | diff to current |
2011-10-21 |
Frédéric Delanoy | msvcrt: Avoid superfluous cast of MSVCRT_malloc return... |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Frédéric Delanoy | dlls: Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2011-06-03 |
Piotr Caban | msvcrt: Fix mingw compilation issues. |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Alexandre Julliard | msvcrt: Implemented a few trivial math functions. |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Piotr Caban | msvcrt: Fix buffer size in _ecvt_s. |
blob | commitdiff | raw | diff to current |
2011-01-31 |
Nikolay Sivov | msvcrt: Implement _fcvt_s(). |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Add a non-optimized implementation for the... |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Implemented _set_controlfp. |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Implemented _fpreset for SSE2 and x86_64. |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Implemented _clearfp for SSE2 and x86_64. |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Implemented _statusfp2. |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Alexandre Julliard | msvcrt: Implemented __control87_2. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Eryk Wieliczko | msvcrt: Implement ecvt_s. |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Alexandre Julliard | msvcrt: Fix controlfp_s parameter checks, with tests. |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Alexandre Julliard | msvcrt: Add parameter checking in _controlfp_s. |
blob | commitdiff | raw | diff to current |
2010-08-27 |
Piotr Caban | msvcrt: Added _gcvt_s implementation. |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Piotr Caban | msvcrt: Added _set_SSE2_enable stub. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Marcus Meissner | msvcrt: Add some missing CDECL. |
blob | commitdiff | raw | diff to current |
2010-05-04 |
Maarten Lankhorst | msvcrt: Add float functions based on their double versions. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Alexandre Julliard | msvcrt: Fix an unused variable warning. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Piotr Caban | msvcrt: Added implementation of _controlfp_s. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Piotr Caban | msvcrt: Avoid using scalb function. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Piotr Caban | msvcrt: Rename functions conflicting with mingw headers. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
André Hentschel | msvcrt: Do not overlap in strcpy (Valgrind). |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Alexandre Julliard | msvcrt: The floating point adjust functions only make... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Replace long by MSVCRT_long. |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Rein Klazes | msvcrt: Correct implementation of _ecvt() with tests. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: The _CI* math functions are only exported on... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Francois Gouget | msvcrt: Remove _adjust_fdiv() as it is unused. |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Austin English | msvcrt: Fix a compiler warning. |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Henri Verbeet | msvcrt: Don't depend on the system's implementation... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Karl Relton | msvcrt: New implementation of fcvt. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | msvcrt: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Added wrappers for a few functions instead... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Set errno in the standard math functions too... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Alexandre Julliard | Fixed the prototypes of the _adj_fdiv_* functions. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Portability fix. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Alexandre Julliard | Better support for div and ldiv in Winelib apps. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Moved [efg]cvt functions to msvcrt and fixed them to... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
blob | commitdiff | raw | diff to current |
2002-08-07 |
Gregg Mattinson | Fixes for Sparc build. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Warren Baird | Some fixes for compiling on Sparc. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Francois Gouget | Added missing FP_PNORM case. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Jukka Heinonen | Fixed _control87 return value, use of wrong assembler... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-01-28 |
Josh DuBois | Fixed typo. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Gerald Pfeifer | Fixed mistyped variable name in MSVCRT__fpclass(). |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Jon Griffiths | Fixes as a result of testing builtin crtdll against... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|