| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -1/+1 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -1/+1 |
* | remove unneeded free and mpfr_clear | thevenyp | 2008-02-12 | 1 | -4/+0 |
* | move tests of mpfr_get_str function from tout_str.c to tget_str.c | thevenyp | 2008-02-12 | 1 | -0/+46 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | get_str.c: use MPFR_SAVE_EXPO. | vlefevre | 2007-06-21 | 1 | -5/+1 |
* | tget_str.c: added a test (disabled by default) with emax = 0. | vlefevre | 2007-06-21 | 1 | -0/+29 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -1/+1 |
* | tget_str.c: reformatted/corrected a function. | vlefevre | 2007-06-21 | 1 | -15/+15 |
* | 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 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Added a test that fails after fixing MPFR_INT_CEIL_LOG2. | vlefevre | 2005-10-31 | 1 | -0/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -8/+8 |
* | Remove mpfr_sub_one_ulp from MPFR library. | pelissip | 2005-06-06 | 1 | -2/+2 |
* | Remove mpfr_add_one_ulp from MPFR library. | pelissip | 2005-06-06 | 1 | -1/+1 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -4/+4 |
* | Add support for ".lib" since it seems to work. | pelissip | 2004-10-07 | 1 | -0/+1 |
* | added one new test | zimmerma | 2004-10-05 | 1 | -0/+16 |
* | Added worst cases. | vlefevre | 2004-10-04 | 1 | -1/+47 |
* | added new worst-cases (directed rounding) | zimmerma | 2004-10-01 | 1 | -0/+272 |
* | Add new test (One failed). | pelissip | 2004-09-30 | 1 | -0/+184 |
* | added worst-case | zimmerma | 2004-09-29 | 1 | -0/+11 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -3/+3 |
* | use GMP_RND_MAX instead of hard-coded constant | zimmerma | 2004-02-23 | 1 | -2/+2 |
* | Add mpfr_free_str function. | pelissip | 2004-02-23 | 1 | -33/+33 |
* | improved test coverage | zimmerma | 2004-02-13 | 1 | -0/+33 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -1/+1 |
* | fixed bug in get_str (case pow2, rnd=up or down) | zimmerma | 2004-02-03 | 1 | -0/+20 |
* | Add a new check in tget_str.c. | pelissip | 2004-01-15 | 1 | -1/+31 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -5/+2 |
* | + Add new internal function: mpfr_check. | pelissip | 2003-11-21 | 1 | -4/+4 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -7/+6 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -12/+17 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -2/+3 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 1 | -34/+41 |
* | Avoid string literals longer than 509 characters (ISO C89 limit). | vlefevre | 2003-09-22 | 1 | -6/+106 |
* | fixed array bound write (need 6+1 characters in s1 to represent -@inf@ + \0) | zimmerma | 2003-06-30 | 1 | -1/+1 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -1/+1 |
* | Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24]. | hanrot | 2003-02-24 | 1 | -3/+3 |
* | Prototypes: use static. Some code reformatting. | vlefevre | 2003-01-24 | 1 | -24/+4 |
* | added year 2003 | zimmerma | 2003-01-16 | 1 | -2/+1 |
* | Add gmp-impl.h for __gmp_free_func. | ryde | 2003-01-02 | 1 | -0/+1 |
* | fixed array bound write | zimmerma | 2002-11-20 | 1 | -1/+1 |
* | added plenty of new cases, now covers all lines of get_str.c | zimmerma | 2002-07-24 | 1 | -26/+278 |
* | forgot one free() call | zimmerma | 2002-07-22 | 1 | -18/+26 |
* | added function check_large | zimmerma | 2002-07-16 | 1 | -1/+24 |