| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -104/+104 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -4/+4 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -1/+1 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -92/+92 |
* | add mpfr_hypot | thevenyp | 2008-02-29 | 1 | -10/+13 |
* | fix wrong arguments (set in r5332) | thevenyp | 2008-02-29 | 1 | -4/+4 |
* | add missing functions | thevenyp | 2008-02-29 | 1 | -3/+15 |
* | cosmetic changes | thevenyp | 2008-02-29 | 1 | -89/+83 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to be | vlefevre | 2007-12-29 | 1 | -0/+8 |
* | sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap and | zimmerma | 2007-12-14 | 1 | -2/+3 |
* | got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp | zimmerma | 2007-11-17 | 1 | -1/+0 |
* | add dilogarithm function | thevenyp | 2007-10-16 | 1 | -0/+1 |
* | new fmod function | thevenyp | 2007-09-26 | 1 | -0/+2 |
* | GNU coding style, reformatting, exit (-1) -> exit (1). | vlefevre | 2007-09-22 | 1 | -1/+1 |
* | new mpfr_sinh_cosh function | thevenyp | 2007-09-21 | 1 | -0/+1 |
* | fixed bug in mpfr_sin_cos found by Philippe: z (to save the cosine) was not | zimmerma | 2007-09-13 | 1 | -0/+1 |
* | new function mpfr_modf and add restrictions on mpfr_sin_cos' variables | thevenyp | 2007-09-13 | 1 | -5/+4 |
* | added Bessel functions of first kind: j0, j1, jn | zimmerma | 2007-03-22 | 1 | -1/+3 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | tests/reuse.c: avoid a warning; code reformatted (GNU style). | vlefevre | 2006-08-28 | 1 | -75/+76 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -4/+4 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -24/+24 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Add new funcions in reuse test. | pelissip | 2005-05-01 | 1 | -3/+12 |
* | Add forgotten functions to reuse test. | pelissip | 2005-02-04 | 1 | -5/+22 |
* | Improve reuse tests (Include 1, -1, 1/2, 2, PI and PI/2 now). | pelissip | 2005-02-04 | 1 | -154/+125 |
* | Update memory allocations scheme without gmp-impl.h. | pelissip | 2004-04-08 | 1 | -0/+1 |
* | Ported code clean-up to trunk. | vlefevre | 2004-02-24 | 1 | -70/+74 |
* | Continue to port tests so that they don't use double. | pelissip | 2004-01-14 | 1 | -63/+52 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -3/+1 |
* | + Add new internal function: mpfr_check. | pelissip | 2003-11-21 | 1 | -22/+38 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -8/+8 |
* | removed #define DEBUG (turned on accidentally) | zimmerma | 2003-10-15 | 1 | -2/+0 |
* | now uses #include "tgeneric.c" everywhere | zimmerma | 2003-10-14 | 1 | -4/+6 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 1 | -191/+192 |
* | moved test for NaN/Inf | zimmerma | 2003-04-11 | 1 | -0/+1 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+5 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -48/+48 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 1 | -30/+30 |