| Commit message (Expand) | Author | Age | Files | Lines |
* | vasprintf.c: fix %Rg case | thevenyp | 2008-01-29 | 1 | -11/+130 |
* | remove (undocumented) integer conversion support for mpfr_t | thevenyp | 2008-01-28 | 1 | -46/+0 |
* | tests.c: remove a blank line in an error message. | vlefevre | 2008-01-23 | 1 | -1/+1 |
* | Test that the MPFR library version matches the mpfr.h version in any | vlefevre | 2008-01-23 | 3 | -23/+39 |
* | tversion.c: improved an error message. | vlefevre | 2008-01-23 | 1 | -5/+13 |
* | vasprintf.c: fix %g case; merge %e, %f, %g code | thevenyp | 2008-01-16 | 1 | -4/+16 |
* | this file might be useful to test mpfr_rec_sqrt... | zimmerma | 2008-01-15 | 1 | -0/+99 |
* | rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internal | zimmerma | 2008-01-15 | 2 | -2/+5 |
* | add bug found by Paul Zimmermann | thevenyp | 2008-01-14 | 1 | -0/+7 |
* | vasprintf.c: fix wrong computation of digit number with %Rf when 0 < op < 1 | thevenyp | 2008-01-14 | 1 | -3/+2 |
* | fix %f case | thevenyp | 2008-01-10 | 1 | -0/+22 |
* | Fixed return value of mpfr_strtofr in case of invalid data (it was -1, | vlefevre | 2008-01-04 | 1 | -2/+5 |
* | Changes related to mpfr_strtofr. | vlefevre | 2008-01-04 | 1 | -8/+95 |
* | tgamma.c: completed test in r5159 with another one that was failing | vlefevre | 2008-01-01 | 1 | -0/+6 |
* | fixed bug in case of underflow (wrong sign) | zimmerma | 2008-01-01 | 1 | -0/+21 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 153 | -153/+153 |
* | tgeneric.c: in the bug detection with flags set before the function | vlefevre | 2008-01-01 | 1 | -2/+5 |
* | tstrtofr.c: added test of -42P17 with base = 0 and 16. This currently | vlefevre | 2007-12-31 | 1 | -0/+14 |
* | strtofr.c: base arguments different from 0 and 2..36 have never been | vlefevre | 2007-12-30 | 1 | -3/+0 |
* | Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to be | vlefevre | 2007-12-29 | 12 | -1/+152 |
* | tests: check the exponent range, in particular at the end of each test. | vlefevre | 2007-12-27 | 4 | -0/+60 |
* | texceptions.c: GNU coding style. | vlefevre | 2007-12-27 | 1 | -1/+2 |
* | texceptions.c: restore the exponent range. | vlefevre | 2007-12-27 | 1 | -2/+19 |
* | tpow.c: enable testcase bug20071218. | vlefevre | 2007-12-20 | 1 | -18/+34 |
* | tpow.c: formatting. | vlefevre | 2007-12-19 | 1 | -0/+1 |
* | tpow.c: added testcase for another bug found by Kevin P. Rauch. | vlefevre | 2007-12-19 | 1 | -1/+30 |
* | vasprintf.c: add sprnt_fp_e for "%e" processing | thevenyp | 2007-12-19 | 1 | -23/+58 |
* | add checks for zero | thevenyp | 2007-12-19 | 1 | -12/+23 |
* | Merged the feature-block branch to the trunk: | vlefevre | 2007-12-18 | 1 | -0/+4 |
* | Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the input | vlefevre | 2007-12-18 | 1 | -0/+40 |
* | Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_t | vlefevre | 2007-12-18 | 1 | -0/+15 |
* | exponent continuity with one hexadecimal digit ouput | thevenyp | 2007-12-18 | 1 | -7/+7 |
* | vasprintf.c: add sprnt_fp_b for "%b" processing | thevenyp | 2007-12-17 | 1 | -0/+47 |
* | add tests for 1 hexa digit output | thevenyp | 2007-12-17 | 1 | -2/+17 |
* | tests/tpow.c: fixed indentation. | vlefevre | 2007-12-16 | 1 | -3/+3 |
* | fixed bug reported by Kevin Rauch | zimmerma | 2007-12-15 | 1 | -0/+26 |
* | fix wrong call | thevenyp | 2007-12-14 | 1 | -1/+1 |
* | sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap and | zimmerma | 2007-12-14 | 2 | -4/+24 |
* | simplify error output code | thevenyp | 2007-12-14 | 3 | -22/+21 |
* | output errors to stdout | thevenyp | 2007-12-14 | 3 | -29/+29 |
* | vasprintf.c: group hexadecimal output processing in a new sprnt_fp_a function. | thevenyp | 2007-12-13 | 1 | -228/+136 |
* | fixed underflow problem in mpfr_exp_3 | zimmerma | 2007-11-30 | 1 | -27/+28 |
* | tests/tset_str.c: added command-line argument for output base | zimmerma | 2007-11-30 | 1 | -3/+4 |
* | Fixed another bug reported by Kevin Rauch (__gmpfr_emin was set smaller | zimmerma | 2007-11-29 | 1 | -4/+35 |
* | tests.c: in test4rm, initialize rndnext with an invalid value (meaning | vlefevre | 2007-11-29 | 1 | -1/+2 |
* | tests.c: added a comment about rndnext in test4rm. | vlefevre | 2007-11-29 | 1 | -0/+9 |
* | tests.c: added an assertion. | vlefevre | 2007-11-29 | 1 | -0/+1 |
* | fixed bug reported by Kevin Rauch (wrong sign in case of underflow for | zimmerma | 2007-11-29 | 1 | -0/+55 |
* | tprintf.c: replace __gmp_const by const | thevenyp | 2007-11-26 | 1 | -6/+6 |
* | tests/tprintf.c: changeset 4996 was incorrect. Fixed. | vlefevre | 2007-11-26 | 1 | -2/+2 |