| Commit message (Expand) | Author | Age | Files | Lines |
* | more progress for the mini-gmp interface | zimmerma | 2014-01-17 | 3 | -8/+13 |
* | added two new files for mini-gmp interface | zimmerma | 2014-01-16 | 2 | -0/+479 |
* | first step towards making MPFR compile with --enable-mini-gmp, so far make | zimmerma | 2014-01-16 | 12 | -20/+53 |
* | [src/get_z_exp.c] Added an assert for security in case the precision is | vlefevre | 2014-01-16 | 1 | -0/+4 |
* | [src/get_z_exp.c] Avoid a potential overflow. | vlefevre | 2014-01-16 | 1 | -1/+1 |
* | [src/extract.c] Type clean-up with 2 bug fixes (these bugs should have | vlefevre | 2014-01-16 | 1 | -5/+7 |
* | replaced function _mpz_realloc by preferred one mpz_realloc2 | zimmerma | 2014-01-16 | 3 | -4/+2 |
* | [src/mpfr-impl.h] Fixed the MPFR_ASSERTN macro as suggested by | vlefevre | 2014-01-14 | 1 | -1/+1 |
* | [src/Makefile.am] Forgot to add mpfr-cvers.h in r8739. | vlefevre | 2014-01-09 | 1 | -2/+2 |
* | When static assertions are not supported by the C implementation | vlefevre | 2014-01-09 | 3 | -44/+73 |
* | Fixed misspellings, using codespell. | vlefevre | 2014-01-07 | 6 | -8/+8 |
* | Fixed warnings from GCC's -Wold-style-declaration option: | vlefevre | 2014-01-03 | 6 | -8/+8 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 259 | -259/+259 |
* | work around for bug in mpn_set_str | zimmerma | 2013-12-17 | 1 | -2/+4 |
* | [src/mpfr.h] Fixed bug in the mpfr_custom_init_set macro (typo in | vlefevre | 2013-11-28 | 1 | -1/+1 |
* | [src/lngamma.c] No longer declare B as initialized with GCC (see r5534), | vlefevre | 2013-11-21 | 1 | -1/+1 |
* | fixed bug reported by David Binderman | zimmerma | 2013-11-14 | 1 | -3/+3 |
* | [sum.c] the call to mpfr_can_round was obviously wrong | zimmerma | 2013-11-04 | 1 | -2/+1 |
* | [sum.c] mpfr_sum should consider the maximal precision of its inputs/output | zimmerma | 2013-11-04 | 2 | -6/+13 |
* | [src/mpfr-impl.h] Document that DOUBLE_ISNAN(x) is valid on long double. | vlefevre | 2013-09-27 | 1 | -0/+2 |
* | [src/mpfr-impl.h] With clang, disable division by zero using constants | vlefevre | 2013-09-27 | 1 | -2/+10 |
* | [src/Makefile.am] Updated -version-info to 6:0:2 for MPFR 3.2.0. | vlefevre | 2013-09-17 | 1 | -1/+2 |
* | [src/round_raw_generic.c] Support MPFR_RNDNA for this class of functions | vlefevre | 2013-09-02 | 1 | -9/+10 |
* | [src/round_raw_generic.c] Code simplification / comment corrections. | vlefevre | 2013-09-02 | 1 | -33/+23 |
* | [src/ai.c] Moved the handling of the special cases NaN and ±Inf to | vlefevre | 2013-08-23 | 1 | -27/+16 |
* | [src/agm.c] Corrected a comment. | vlefevre | 2013-08-23 | 1 | -1/+4 |
* | [src/get_ld.c] Oops... The non-working code was due to a missing cast. | vlefevre | 2013-08-06 | 1 | -7/+2 |
* | [acinclude.m4] Define HAVE_LDOUBLE_MAYBE_DOUBLE_DOUBLE if the | vlefevre | 2013-08-06 | 1 | -23/+52 |
* | [src/get_ld.c] GNU style. | vlefevre | 2013-08-05 | 1 | -6/+8 |
* | [src/set_ld.c] Corrected a comment. | vlefevre | 2013-08-02 | 1 | -1/+2 |
* | [src] Improved some comments with "0", about its sign. | vlefevre | 2013-08-01 | 4 | -4/+4 |
* | [src/mpfr-sassert.h] Get rid of annoying warnings | vlefevre | 2013-07-22 | 1 | -1/+10 |
* | Applied patch 3 by Ondřej Bílka with some manual corrections, | vlefevre | 2013-07-22 | 28 | -41/+41 |
* | Applied patch 2 by Ondřej Bílka, fixing capitalization: | vlefevre | 2013-07-22 | 6 | -11/+11 |
* | Applied patch 1 by Ondřej Bílka, fixing common typos: | vlefevre | 2013-07-22 | 5 | -6/+6 |
* | [src/exp_2.c] removed useless instruction | zimmerma | 2013-07-10 | 1 | -1/+0 |
* | [src/exp_2.c] Fixed undefined behavior (present in all MPFR versions) | vlefevre | 2013-07-10 | 1 | -1/+1 |
* | [src/mpfr.h] Updated a comment about ICC. | vlefevre | 2013-07-09 | 1 | -5/+6 |
* | [src/random_deviate.c] applied patch from Charles Karney | zimmerma | 2013-06-07 | 1 | -17/+4 |
* | changed to allow compilation with C++: | zimmerma | 2013-06-07 | 1 | -21/+25 |
* | [src/hypot.c] Slightly improved scaling to avoid even more underflow | vlefevre | 2013-06-06 | 1 | -5/+12 |
* | [src/hypot.c] Added a comment on the FIXME. | vlefevre | 2013-06-06 | 1 | -1/+8 |
* | [src/mpfr-gmp.h] Removed useless and meaningless definitions. | vlefevre | 2013-06-06 | 1 | -4/+0 |
* | [src] Moved mp_bitcnt_t definition for GMP < 5 from mpfr-gmp.h to | vlefevre | 2013-06-06 | 2 | -5/+6 |
* | [src/mpfr-gmp.h] Fixed mp_bitcnt_t presence test. | vlefevre | 2013-06-06 | 1 | -1/+1 |
* | changed macro to typedef when mp_bitcnt_t is missing (for coherence with GMP) | zimmerma | 2013-06-06 | 1 | -1/+1 |
* | fixed compiler warnings | zimmerma | 2013-06-06 | 2 | -6/+8 |
* | [mpfr-gmp.h] added replacement for mp_bitcnt_t | zimmerma | 2013-06-06 | 2 | -1/+10 |
* | applied patch from Charles Karney | zimmerma | 2013-06-05 | 4 | -62/+199 |
* | Spelling: gaussian -> Gaussian (Wikipedia, Wolfram MathWorld, dict). | vlefevre | 2013-06-02 | 1 | -1/+1 |