summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 3.1.6.vlefevre2017-09-072-2/+2
* Updated version to 3.1.6-rc2 (at least for the developers, so thatvlefevre2017-09-052-2/+2
* [src/mpfr-impl.h] In case decimal_point and/or thousands_sep arevlefevre2017-09-051-3/+16
* [src/urandom.c] Clarified a comment about a subtle case.vlefevre2017-08-291-4/+10
* Updated version to 3.1.6-rc1 and updated libmpfr_la_LDFLAGS invlefevre2017-08-283-3/+3
* [src/mpfr-gmp.h,tests/tests.c] Got rid of __gmp_randstate_struct, whichvlefevre2017-08-271-2/+0
* [src/urandom.c] Generate the exception flags for mpfr_urandom almost asvlefevre2017-08-221-26/+51
* [src/urandom.c] Fixed bug reported by Trevor Spiteri:vlefevre2017-08-221-4/+4
* [src/sin_cos.c] Avoid integer overflows with precision 1100000 andvlefevre2017-07-171-2/+4
* [src/mpfr-impl.h] Fixed the mpfr_get_default_rounding_mode() macro forvlefevre2017-06-051-5/+9
* [src/mpf2mpfr.h] Fixed mpf_fits_s* and mpf_get_si macros.vlefevre2017-06-051-4/+4
* [src/vasprintf.c] In a macro definition, changed a parameter tovlefevre2017-05-291-4/+4
* [src] Moved "#include <errno.h>" from printf.c to vasprintf.c (thisvlefevre2017-05-282-1/+2
* [src/vasprintf.c] Fixed overflow checking in partition_number().vlefevre2017-05-281-24/+24
* [src/mpfr-impl.h] In the MPFR_RET macro, avoid the use of an integervlefevre2017-05-281-1/+1
* [src/sum.c] Added a note about the "const" position in the prototypes.vlefevre2017-02-211-0/+8
* Copyright notice update: added 2017 withvlefevre2017-01-01248-248/+248
* [src/strtofr.c] Fixed bug in mpfr_strtofr(): in round-to-nearest,vlefevre2016-12-191-5/+8
* [src/vasprintf.c] Fixed a bug: spec.prec can be a negative number othervlefevre2016-12-151-1/+1
* [src/mpfr-impl.h] Fixed r10917 (thanks to Eli Zaretskii for the report).vlefevre2016-10-251-1/+2
* [src/mpfr-impl.h] Improved a macro from r10917 (just in case...).vlefevre2016-10-241-1/+1
* [src] Support build as thread-safe DLL on Windows: clean-up.vlefevre2016-10-248-90/+39
* Updated version to 3.1.6-dev.vlefevre2016-09-272-3/+3
* Updated version to 3.1.5.vlefevre2016-09-272-2/+2
* Updated version to 3.1.5-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-09-133-3/+3
* [src/get_ld.c] Re-added a blank line that disappeared in a merge.vlefevre2016-09-121-0/+1
* [src/get_ld.c] Removed a "see below", which refers to a comment thatvlefevre2016-09-121-1/+1
* [src/get_ld.c] Fixed bug for little-endian x86 extended precision.vlefevre2016-09-081-2/+1
* Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round:vlefevre2016-09-054-56/+276
* [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-291-5/+9
* For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flagsvlefevre2016-05-222-0/+2
* [src/mpfr-impl.h] Removed the detection of possible inconsistenciesvlefevre2016-04-131-13/+0
* [src/mpfr-impl.h] Fixed and improved some sign-related macrosvlefevre2016-03-151-18/+22
* Updated version to 3.1.5-dev.vlefevre2016-03-062-3/+3
* Updated version to 3.1.4.vlefevre2016-03-062-2/+2
* [src/get_flt.c] FIXME: The code assumes the IEEE-754 binary32 formatvlefevre2016-03-021-0/+3
* reverted commit 10144 (wrongly applied to branch 3.1 instead of trunk)zimmerma2016-02-291-63/+0
* native detection of ieee_double_extract (work in progress),zimmerma2016-02-291-0/+63
* fixed typozimmerma2016-02-291-1/+1
* Better threading support:vlefevre2016-02-269-25/+137
* Updated version to 3.1.4-rc2.vlefevre2016-02-242-2/+2
* Updated version to 3.1.4-rc1 and updated libmpfr_la_LDFLAGS invlefevre2016-02-233-3/+3
* [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) wasvlefevre2016-02-232-2/+16
* [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong resultsvlefevre2016-02-222-14/+26
* [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs havevlefevre2016-02-221-4/+1
* [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used byvlefevre2016-02-191-7/+35
* [src/gamma.c] Bug fix in case the argument is an integer fitting in anvlefevre2016-02-191-0/+5
* [src/root.c] Fixed root(x,k) for large very values of k: MPFR couldvlefevre2016-02-151-58/+132
* [src/mpfr-impl.h] Merged r9970 to simplify a future patch generation.vlefevre2016-02-151-1/+1
* [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: thevlefevre2016-02-153-3/+27