summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/mpfr-impl.h] Added a comment about the cache-related types, whichvlefevre2019-01-091-0/+4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-07271-271/+271
* Copyright notice update: added 2019 withvlefevre2019-01-01272-272/+272
* [src/set.c] In mpfr_set_1_2, evaluate MPFR_PREC(s) just once.vlefevre2018-12-311-3/+3
* [src/set.c] Clarified the mpfr_set_1_2 description.vlefevre2018-12-311-1/+2
* [src/set.c] For mpfr_set_1_2, corrected the comments and simplified thevlefevre2018-12-311-18/+18
* [src/set.c] fixed double-rounding bug in mpfr_set_1_2zimmerma2018-12-141-1/+18
* [src/sqr.c] fixed same issue as in r13338 and r13339zimmerma2018-12-131-1/+1
* [src/mul.c] fixed bug in mpfr_mul() when sizeof(mp_limb_t) < sizeof(mpfr_exp_t)zimmerma2018-12-131-1/+2
* [src/mul.c] For MPFR_WANT_ASSERT >= 2: minor changes in the code;vlefevre2018-12-121-4/+7
* [src/mul.c] Corrected a typo in a comment.vlefevre2018-12-121-1/+1
* [src/mul.c] Fixed error message with MPFR_WANT_ASSERT >= 2.vlefevre2018-12-121-5/+6
* [src/mpfr-gmp.h] For count_leading_zeros (MPFR_LONG_WITHIN_LIMBvlefevre2018-12-111-3/+1
* [src/mpfr-gmp.h] Fixed count_leading_zeros (avoid undefined behaviorvlefevre2018-12-111-4/+4
* [src/mul.c] fixed reference routine mpfr_mul3() when sizeof(limb) < sizeof(exp)zimmerma2018-12-111-1/+6
* [src/mpfr-gmp.h] fixed count_leading_zeros for mini-gmp with 32-bit limbzimmerma2018-12-111-0/+7
* [src/mpfr-mini-gmp.c] Added missing "void" in function prototype.vlefevre2018-12-051-1/+1
* [src/mpfr-mini-gmp.c] put back unconditional assert from r13316 (removed by e...zimmerma2018-12-051-0/+1
* [src/mpfr-mini-gmp.c] improved random_limb (the low bits of lrand48 are bad)zimmerma2018-12-051-23/+46
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui: added a MPFR_ASSERTNvlefevre2018-12-051-1/+2
* [src/mpfr-mini-gmp.c] the static assert introduced in r13313 makes thezimmerma2018-12-051-2/+5
* [src/mpfr-mini-gmp.c] Fixed types.vlefevre2018-12-041-1/+2
* [src/mpfr-mini-gmp.c] Added a static assertion to make sure thatvlefevre2018-12-041-0/+2
* [src/mpfr-mini-gmp.c] gmp_urandomm_ui did not generate uniform valueszimmerma2018-12-041-1/+12
* [src/set_d.c] Improved comment.vlefevre2018-12-031-1/+1
* [src/strtofr.c] Added a FIXME about the error analysis (info that wasvlefevre2018-11-271-0/+2
* [src/strtofr.c] Resolved a FIXME; tstrtofr no longer fails due tovlefevre2018-11-271-9/+4
* [src/mpfr-impl.h] Added a comment with a warning concerning thevlefevre2018-11-271-0/+6
* [src/strtofr.c] Changed some unsigned long to unsigned int.vlefevre2018-11-231-66/+67
* [src/strtofr.c] Some cleanup in parsed_string_to_mpfr. Avoid a potentialvlefevre2018-11-231-9/+7
* [src/strtofr.c] Updated FIXME, due to new tests added tovlefevre2018-11-221-6/+1
* [src/nbits_ulong.c] Added missing initialization from r13269vlefevre2018-11-221-0/+2
* MPFR manual: corrected/completed the mpfr_get_str description in ordervlefevre2018-11-221-0/+1
* [src/get_str.c] Code style.vlefevre2018-11-221-1/+1
* [src/round_prec.c] mpfr_can_round_raw: improved the code structure aboutvlefevre2018-11-191-13/+16
* [src/round_prec.c] fixed bug in mpfr_can_round when rnd2=RNDF, rnd1 is azimmerma2018-11-171-4/+19
* [src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment.vlefevre2018-11-161-1/+2
* [src/strtofr.c] parsed_string_to_mpfr: minor changes.vlefevre2018-11-161-10/+10
* [src/strtofr.c] parsed_string_to_mpfr: added log messages.vlefevre2018-11-161-0/+11
* [src/strtofr.c] Minor change to use MPFR_ASSERTD.vlefevre2018-11-161-1/+2
* [src/{int_ceil_log2.c,mpfr-impl.h}] Consistent postcondition forvlefevre2018-11-162-2/+7
* [src/nbits_ulong.c] Code refactoring. Added {pre,post}condition.vlefevre2018-11-161-9/+24
* [src/strtofr.c] parsed_string_to_mpfr: removed an incorrect cast.vlefevre2018-11-161-2/+1
* [src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment (again,vlefevre2018-11-161-1/+3
* [src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment (therevlefevre2018-11-161-1/+4
* Removed trailing whitespace.vlefevre2018-11-169-26/+26
* [src/strtofr.c] parsed_string_to_mpfr: updated a comment (useless codevlefevre2018-11-161-1/+3
* Avoid GCC's -Wcast-align warnings with 8-bit limbs (a correct alignmentvlefevre2018-11-162-5/+18
* [src/strtofr.c] parsed_string_to_mpfr: updated comments.vlefevre2018-11-161-2/+3
* [src/strtofr.c] parsed_string_to_mpfr: more code review, with minorvlefevre2018-11-151-37/+47