Age | Commit message (Expand) | Author | Files | Lines |
2008-06-03 | Avoid precision errors in round(), lround() and llround() functions. | Keith Marshall | 12 | -138/+270 |
2007-11-27 | 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 10 | -97/+97 |
2006-08-31 | Import David Gay's gdtoa library. | Danny Smith | 2 | -2031/+0 |
2006-06-26 | * mingwex/math/tgamma.c (SQTPI): Add braces. | Danny Smith | 1 | -1/+1 |
2006-06-26 | * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko. | Danny Smith | 3 | -20/+36 |
2005-05-10 | * mingwex/math/nexttoward.c: New file. | Danny Smith | 3 | -0/+84 |
2005-05-09 | * mingwex/math/nextafterf.c (nextafterf): Correct | Danny Smith | 2 | -8/+67 |
2005-05-08 | * mingwex/math/erfl.c: New file. | Danny Smith | 1 | -0/+299 |
2005-05-03 | * mingwex/math/signbit.c (__signbit): Make return value | Danny Smith | 3 | -3/+3 |
2005-02-11 | 2005-02-11 Gregory W. Chicares <chicares at cox dot net> | Danny Smith | 3 | -0/+86 |
2004-10-06 | * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, | Danny Smith | 10 | -0/+367 |
2004-07-28 | * mingwex/math/powl.c (powl): Revert change of 2004-02-01. | Danny Smith | 1 | -14/+35 |
2004-07-27 | * mingwex/math/expl.c (expl): Move body of code to new static | Danny Smith | 1 | -20/+14 |
2004-07-12 | * mingwex/math/cephes_emath.h (__etens): Remove declaration. | Danny Smith | 1 | -2/+0 |
2004-04-22 | * mingwex/math/lround.c: Rewrite. | Danny Smith | 6 | -116/+92 |
2004-03-29 | * mingwex/math/round.c: Rewrite. | Danny Smith | 3 | -79/+15 |
2004-02-01 | * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale") | Danny Smith | 1 | -8/+13 |
2004-02-01 | * mingwex/math/powl.c (powl): Return infinity if | Danny Smith | 1 | -0/+8 |
2004-01-31 | * mingwex/math/cephes_emath.h (__enan_64): Fix thinko. | Danny Smith | 1 | -10/+13 |
2003-10-21 | * mingwex/math/cephes_mconf.h (NAN, NANF, NANL): | Danny Smith | 1 | -3/+23 |
2003-10-21 | * mingwex/math/s_erf.c (erf): Set errno to ERANGE if | Danny Smith | 2 | -1/+9 |
2003-07-03 | * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. | Danny Smith | 5 | -23/+23 |
2003-07-01 | * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): | Earnie Boyd | 3 | -8/+8 |
2003-03-17 | Get rid of some warnings
| Danny Smith | 3 | -7/+16 |
2003-02-10 | * mingwex/math/cephes_emath.h: Don't redefine INFINITY. | Danny Smith | 1 | -1/+0 |
2003-01-11 | * mingwex/math/llround.c: Correct function name and | Danny Smith | 1 | -3/+3 |
2002-12-08 | * mingwex/math/s_erf.c: New file. | Danny Smith | 2 | -0/+601 |
2002-11-27 | * mingwex/math/lgamma.c: New file. | Danny Smith | 7 | -0/+2277 |
2002-11-26 | Add strtold and wcstold to libmingwex.a | Danny Smith | 2 | -0/+2031 |
2002-11-09 | * include/math.h (sqrt): Remove inline definition. | Danny Smith | 2 | -6/+29 |
2002-10-06 | * mingwex/math/powil.c: Rename powil to __powil. | Danny Smith | 6 | -63/+1348 |
2002-09-19 | * mingwex/math/files.txt: Remove inadvertantly added file. | Danny Smith | 1 | -1/+0 |
2002-09-02 | * mingwex/math/hypotl.c: Replace with version based on cephes | Danny Smith | 1 | -43/+58 |
2002-07-29 | Add incomplet long double math support to libmingwex.a | Danny Smith | 131 | -0/+4685 |