| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Remove unused code. | pelissip | 2005-01-04 | 1 | -369/+0 |
* | Update mpfr_set_str to be much more like strtofr. | pelissip | 2004-10-19 | 1 | -34/+3 |
* | Change "unsigned int" to "int" for base in proto of strtofr. | pelissip | 2004-10-18 | 1 | -0/+48 |
* | fixed bug (several '.' allowed in mantissa) | zimmerma | 2004-09-13 | 1 | -1/+1 |
* | Fix 2 typos. | pelissip | 2004-08-23 | 1 | -3/+2 |
* | fixed problem when overflow in destination exponent happens | zimmerma | 2004-04-07 | 1 | -1/+7 |
* | Remove some warnings. | pelissip | 2004-02-24 | 1 | -6/+6 |
* | Improve coverage tests. | pelissip | 2004-02-23 | 1 | -5/+11 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -4/+2 |
* | mpn_exp -> mpfr_mpn_exp | zimmerma | 2004-01-15 | 1 | -2/+2 |
* | Changed some error messages into assertions. | vlefevre | 2004-01-14 | 1 | -9/+8 |
* | Remove some warnings and potential errors (Comparaison between signed and uns... | pelissip | 2003-11-21 | 1 | -1/+1 |
* | * Optimize a few div.c and mul.c. | pelissip | 2003-11-17 | 1 | -2/+2 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -3/+2 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -1/+1 |
* | Accept (case-insensitive) NaN and Inf in input for bases <= 16 for | vlefevre | 2003-09-24 | 1 | -2/+4 |
* | Fixed comparisons (cases @NaN@ and @Inf@). | vlefevre | 2003-09-24 | 1 | -2/+2 |
* | changed __gmp_const into const in *.c | zimmerma | 2003-09-22 | 1 | -2/+2 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -1/+1 |
* | changed back "unsigned char *" to "char *" | zimmerma | 2003-03-26 | 1 | -5/+5 |
* | char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw, | zimmerma | 2003-03-25 | 1 | -4/+4 |
* | mpfr_set_str now accepts a binary exponent for base 16 | vlefevre | 2003-02-27 | 1 | -3/+15 |
* | Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24]. | hanrot | 2003-02-24 | 1 | -6/+2 |
* | added mpfr_init_set_str | zimmerma | 2003-02-13 | 1 | -0/+7 |
* | Allow "e" exponent in base<=10 not <10. Restrict "E" | ryde | 2003-01-24 | 1 | -2/+2 |
* | The sign wasn't set when the result was zero. | vlefevre | 2003-01-24 | 1 | -7/+5 |
* | Reject "", "+" and "-", also fixing an attempt to allocate a 0 length | ryde | 2003-01-24 | 1 | -0/+4 |
* | Clear NAN and INF flags when setting result to zero. | ryde | 2003-01-24 | 1 | -0/+1 |
* | Correction to memory leak fix, need "result" for final rounding. | ryde | 2003-01-18 | 1 | -4/+3 |
* | Fix two memory leaks. | ryde | 2003-01-17 | 1 | -2/+6 |
* | moved common prototype for mpn_exp in mpfr-impl.h | zimmerma | 2003-01-15 | 1 | -5/+2 |
* | new version using mpn_set_str | zimmerma | 2003-01-15 | 1 | -131/+271 |
* | Use separate function calls to second strncasecmp and strncmp | ryde | 2003-01-06 | 1 | -1/+2 |
* | Use digit_value_in_base for the part after the '.'. | vlefevre | 2003-01-06 | 1 | -7/+6 |
* | Static function digit_value_in_base is now compatible with any locale. | vlefevre | 2003-01-06 | 1 | -3/+5 |
* | Use separate function calls to strncasecmp and strncmp, rather than | ryde | 2003-01-03 | 1 | -2/+3 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -1/+1 |
* | now accept uppercase letters too | zimmerma | 2002-09-20 | 1 | -4/+23 |
* | Better check for strcasecmp and strncasecmp. Bug fixed. | vlefevre | 2002-07-30 | 1 | -6/+1 |
* | mpfr_set_str doesn't require any more a final '\0' | zimmerma | 2002-04-25 | 1 | -42/+52 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests. | vlefevre | 2002-04-13 | 1 | -2/+28 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |