summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-07271-271/+271
* [src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.2.vlefevre2019-01-071-1/+1
* Updated version to 4.0.2-rc1.vlefevre2019-01-072-2/+2
* [src/strtofr.c] Fixed various issues. In particular, the error analysisvlefevre2019-01-071-175/+298
* [src/mpfr-impl.h] Added a comment with a warning concerning the meaningvlefevre2019-01-041-0/+6
* Copyright notice update: added 2019 withvlefevre2019-01-01272-272/+272
* [src/set.c] Fixed double-rounding bug in the internal functionvlefevre2018-12-311-12/+30
* MPFR manual: corrected/completed the mpfr_get_str description in ordervlefevre2018-11-221-0/+1
* Removed trailing whitespace.vlefevre2018-11-2013-37/+36
* [src/mpfr-longlong.h] Fix obsolete ARC asm constraints; see patch postedvlefevre2018-10-181-4/+6
* [src/mpfr-impl.h] Added a cast to mp_bitcnt_t in order to fix potentialvlefevre2018-08-201-9/+9
* [tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR.vlefevre2018-08-201-2/+2
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-301-9/+11
* [src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"),vlefevre2018-07-301-32/+41
* [src/vasprintf.c] Fixed "store to null pointer" and free of bad pointervlefevre2018-07-301-2/+4
* [src/erf.c] In the computation of an error bound, replaced somevlefevre2018-07-231-8/+17
* Shared caches: fix and minor changes.vlefevre2018-07-194-7/+15
* [src/Makefile.am] Corrected check-exported-symbols to avoid a failurevlefevre2018-07-121-1/+1
* [src/vasprintf.c] Fixed several bugs in buffer_sandwich, which couldvlefevre2018-07-101-12/+39
* [src/set_d64.c] Fixed ternary value, which was always 0. This is done byvlefevre2018-06-191-1/+1
* [src/invert_limb.h] fixed two typos reported by Marco Bodrato.vlefevre2018-06-021-2/+2
* [src/{inp_str.c,out_str.c}] For mpfr_inp_str and mpfr_out_str, whenvlefevre2018-04-262-7/+0
* [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flagvlefevre2018-04-261-1/+5
* [src/gmp_op.c] Fixed bug in mpfr_cmp_q when the denominator of thevlefevre2018-04-251-1/+1
* Fixed an issue with mpfr_get_str: The number 1 of significant digitsvlefevre2018-04-191-5/+4
* [src/sqr.c] Fixed a bug in mpfr_sqr_1n in a rare case near underflow.vlefevre2018-04-191-9/+12
* [src/fma.c] Fixed various bugs related to internal overflows/underflows.vlefevre2018-04-191-164/+43
* Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and thevlefevre2018-04-111-2/+9
* [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c).vlefevre2018-04-111-1/+3
* [src/mpfr-impl.h] Typo in a comment.vlefevre2018-03-141-1/+1
* Fixed spelling mistakes found by codespell 1.12.0.vlefevre2018-03-096-14/+14
* Added codespell.ignore file with simple words to ignore with codespellvlefevre2018-03-084-5/+5
* [src/get_sj.c] And now that the incorrect assertions have been removed,vlefevre2018-02-231-2/+2
* [src/get_sj.c] Removed unnecessary condition sh < GMP_NUMB_BITS, whichvlefevre2018-02-231-2/+2
* Updated version to 4.0.2-dev.vlefevre2018-02-072-3/+3
* Updated version to 4.0.1.vlefevre2018-02-072-2/+2
* Updated version to 4.0.1-rc2.vlefevre2018-02-012-2/+2
* Added value coverage for tdiv_ui (combinations of rb and sb in thevlefevre2018-01-312-1/+16
* [src/div_ui.c] Major rewrite to fix a mpfr_div_ui bug.vlefevre2018-01-311-89/+106
* Updated version to 4.0.1-dev.vlefevre2018-01-262-2/+2
* * Added check-exported-symbols make rule to check that MPFR does notvlefevre2018-01-251-7/+28
* [src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.1.vlefevre2018-01-221-1/+1
* Updated version to 4.0.1-rc1.vlefevre2018-01-222-2/+2
* Correct fix for the use of __clz_tab when the GMP build is used.vlefevre2018-01-192-5/+6
* Typo in a comment (cherry-picked everything from r12073 of the trunk).vlefevre2018-01-101-1/+1
* [src/lngamma.c] Fixed handling of reduced exponent range in mpfr_lgammavlefevre2018-01-101-2/+10
* [src/ai.c] Fixed handling of reduced exponent range.vlefevre2018-01-101-2/+2
* Minor date-related changes as in the trunk:vlefevre2018-01-09272-272/+272
* Updated version to 4.0.1-dev.vlefevre2017-12-252-3/+3
* Updated version to 4.0.0.vlefevre2017-12-232-2/+2