| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/tversion.c] Updated comment about missing output from the | vlefevre | 2018-07-31 | 1 | -1/+2 |
* | [tests/tversion.c] Try to detect missing output from the first printf | vlefevre | 2018-07-30 | 1 | -1/+17 |
* | [acinclude.m4,configure.ac] Check the support of the group flag for | vlefevre | 2018-07-30 | 4 | -10/+58 |
* | [src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"), | vlefevre | 2018-07-30 | 1 | -32/+41 |
* | [src/vasprintf.c] Fixed "store to null pointer" and free of bad pointer | vlefevre | 2018-07-30 | 1 | -2/+4 |
* | [src/erf.c] In the computation of an error bound, replaced some | vlefevre | 2018-07-23 | 2 | -10/+34 |
* | Shared caches: fix and minor changes. | vlefevre | 2018-07-19 | 9 | -10/+35 |
* | [tests/tconst_pi.c] Removed an incorrect assertion, as the #else would | vlefevre | 2018-07-18 | 1 | -2/+4 |
* | [acinclude.m4] Fixed the __float128 detection for NetBSD: Optimization | vlefevre | 2018-07-13 | 1 | -2/+8 |
* | [NEWS] Update for GNU MPFR 4.0.2. | vlefevre | 2018-07-12 | 1 | -0/+2 |
* | [doc/mpfr.texi] In Section "Nomenclature and Types": | vlefevre | 2018-07-12 | 1 | -22/+30 |
* | [acinclude.m4] For the __float128 detection, changed AC_COMPILE_IFELSE | vlefevre | 2018-07-12 | 1 | -1/+5 |
* | [src/Makefile.am] Corrected check-exported-symbols to avoid a failure | vlefevre | 2018-07-12 | 1 | -1/+1 |
* | [src/vasprintf.c] Fixed several bugs in buffer_sandwich, which could | vlefevre | 2018-07-10 | 1 | -12/+39 |
* | [tests/{tprintf.c,tsprintf.c}] Merged the latest tests from the trunk | vlefevre | 2018-07-06 | 2 | -21/+196 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2018-07-06 | 1 | -1/+1 |
* | [AUTHORS,doc/mpfr.texi] Typo in Fredrik's name. | vlefevre | 2018-07-06 | 2 | -2/+2 |
* | Added MPFR_CHECK_LOCALES environment variable for the tests (to be | vlefevre | 2018-07-04 | 3 | -11/+44 |
* | [tests/tget_set_d64.c] Tests on powers of 10: test negative numbers too. | vlefevre | 2018-06-20 | 1 | -8/+23 |
* | [src/set_d64.c] Fixed ternary value, which was always 0. This is done by | vlefevre | 2018-06-19 | 2 | -1/+47 |
* | [tests/tstckintc.c] Avoid false warnings with -Wcast-align=strict from | vlefevre | 2018-06-19 | 1 | -6/+24 |
* | codespell: simplified exceptions. | vlefevre | 2018-06-06 | 3 | -9/+12 |
* | [src/invert_limb.h] fixed two typos reported by Marco Bodrato. | vlefevre | 2018-06-02 | 1 | -2/+2 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2018-05-31 | 1 | -1/+1 |
* | Updated mpfr.org URL's to use https (except in ChangeLog and NEWS). | vlefevre | 2018-05-31 | 9 | -17/+17 |
* | [tools/announce-text] http → https (for mpfr.org). | vlefevre | 2018-05-30 | 1 | -10/+10 |
* | [doc] Changes due to the https support by mpfr.org. | vlefevre | 2018-05-30 | 3 | -4/+17 |
* | [src/{inp_str.c,out_str.c}] For mpfr_inp_str and mpfr_out_str, when | vlefevre | 2018-04-26 | 2 | -7/+0 |
* | [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flag | vlefevre | 2018-04-26 | 2 | -5/+32 |
* | Merged recent tests from the trunk (r12500-12555,12558,12561). | vlefevre | 2018-04-26 | 6 | -5/+262 |
* | [tests/Makefile.am] Update of the "check" rule: | vlefevre | 2018-04-26 | 1 | -1/+7 |
* | [src/gmp_op.c] Fixed bug in mpfr_cmp_q when the denominator of the | vlefevre | 2018-04-25 | 2 | -1/+50 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2018-04-25 | 1 | -1/+1 |
* | Merged recent tests from the trunk (r12435-12453). | vlefevre | 2018-04-25 | 3 | -3/+15 |
* | Fixed an issue with mpfr_get_str: The number 1 of significant digits | vlefevre | 2018-04-19 | 3 | -9/+43 |
* | [tests/tget_flt.c] Correction about the use of mpfr_signbit, in case | vlefevre | 2018-04-19 | 1 | -1/+1 |
* | Merged recent tests from the trunk (r12393-12424). | vlefevre | 2018-04-19 | 6 | -101/+333 |
* | [src/sqr.c] Fixed a bug in mpfr_sqr_1n in a rare case near underflow. | vlefevre | 2018-04-19 | 2 | -9/+163 |
* | [src/fma.c] Fixed various bugs related to internal overflows/underflows. | vlefevre | 2018-04-19 | 2 | -226/+604 |
* | [tests] Removed some useless #include's, in particular all the | vlefevre | 2018-04-11 | 3 | -8/+0 |
* | [tests] Merged the test from r12348, and replaced MUL_FFT_THRESHOLD | vlefevre | 2018-04-11 | 1 | -1/+16 |
* | Merged recent tests from the trunk (r12288-12347). | vlefevre | 2018-04-11 | 9 | -20/+699 |
* | Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and the | vlefevre | 2018-04-11 | 3 | -8/+16 |
* | [tests/tversion.c] Output the sizes of long and intmax_t, and | vlefevre | 2018-04-11 | 1 | -0/+18 |
* | [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c). | vlefevre | 2018-04-11 | 1 | -1/+3 |
* | [src/mpfr-impl.h] Typo in a comment. | vlefevre | 2018-03-14 | 1 | -1/+1 |
* | Fixed spelling mistakes found by codespell 1.12.0. | vlefevre | 2018-03-09 | 10 | -18/+18 |
* | Added codespell.ignore file with simple words to ignore with codespell | vlefevre | 2018-03-08 | 9 | -11/+16 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2018-03-05 | 1 | -1/+1 |
* | [doc/mpfr.texi] Typographic corrections for mpfr_subnormalize. | vlefevre | 2018-03-05 | 1 | -4/+4 |