summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 4.0.0.vlefevre2017-12-232-2/+2
* Merged changesets r12046-12048 from the trunk (bug fix and test).vlefevre2017-12-232-7/+11
* Merged changesets r12026-12045 from the trunk (bug fixes and tests).vlefevre2017-12-234-8/+20
* Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-202-3/+3
* [src/fma.c] Minor improvements. Added an assert.vlefevre2017-12-201-8/+15
* [src/tanh.c] GNU coding style.vlefevre2017-12-201-39/+42
* [src/mul.c] Reindentation.vlefevre2017-12-201-1/+1
* [src/exp2.c] Replaced two MPFR_ASSERTN by MPFR_STAT_STATIC_ASSERT.vlefevre2017-12-201-2/+2
* [src/exp2.c] Fixed the double rounding problem in an underflow case,vlefevre2017-12-191-10/+20
* [src/fma.c] fixed bug in mpfr_fmazimmerma2017-12-191-1/+4
* [src/exp2.c] Update concerning the underflow/overflow cases.vlefevre2017-12-191-20/+22
* Removed trailing whitespace.vlefevre2017-12-181-1/+1
* [doc/algorithms.tex,src/tanh.c] Fixed the bound, in particular fromvlefevre2017-12-181-2/+4
* [src/mul.c] we should compare the smaller size and not the larger one tozimmerma2017-12-181-1/+1
* [src/mul.c] with Mulders', convert RNDF to RNDZzimmerma2017-12-181-14/+6
* [src/div.c] fixed bug in mpfr_div2_approx()zimmerma2017-12-181-1/+2
* Removed trailing whitespace.vlefevre2017-12-181-1/+1
* [src/exp2.c] added FIXMEzimmerma2017-12-181-1/+3
* [src/exp2.c] fixed bug near underflowzimmerma2017-12-181-6/+9
* [tests/ttanh.c] added test for bug in mpfr_tanhzimmerma2017-12-181-6/+13
* Updated version to 4.1.0-dev again.vlefevre2017-12-182-3/+3
* Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-172-3/+3
* [src/add1sp.c] fix bug in mpfr_add1sp3() in case d=GMP_NUMB_BITSzimmerma2017-12-171-1/+5
* [src/root.c] Minor comment correction.vlefevre2017-12-151-1/+1
* [src/root.c] Completed fix from r11978, as x=-1 was affected too. Alsovlefevre2017-12-151-4/+14
* [src/root.c] fixed bug when x=1zimmerma2017-12-141-0/+4
* [src/{mul.c,sqr.c}] Minor changes, making code similar to sub1sp.c.vlefevre2017-12-142-8/+8
* [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-131-0/+1
* [src/mpf2mpfr.h] Added a comment.vlefevre2017-12-131-0/+1
* [src/mpf2mpfr.h] missing mpf_inits/mpf_clearszimmerma2017-12-131-0/+5
* [src/mpfr-gmp.h] redefine __clz_tab also with gmp-buildzimmerma2017-12-131-5/+4
* [src/mpfr-cvers.h] Removed a useless test for __MPFR_STDC, as one justvlefevre2017-12-121-3/+1
* DEBUG_TGENERIC -> MPFR_DEBUG_TGENERICzimmerma2017-12-111-2/+2
* get rid of DEBUG macro (but keep corresponding commands in comment to helpzimmerma2017-12-118-126/+48
* [src/get_q.c] Optimization of r11951 suggested by Trevor Spiteri:vlefevre2017-12-101-2/+3
* [src/get_q.c] make result of mpfr_get_q in canonical formzimmerma2017-12-091-0/+1
* [src/lngamma.c] replace call to __gmpfr_ceil_log2 by __gmpfr_int_ceil_log2zimmerma2017-12-091-2/+8
* [src/Makefile.am] Also distribute generic/coverage/mparam.hvlefevre2017-12-081-1/+1
* Updated version to 4.1.0-dev.vlefevre2017-12-082-3/+3
* [src/fpif.c] Removed FIXME about the sign bit of NaN: done invlefevre2017-12-071-6/+2
* [src] Replaced some "return 0" by "MPFR_RET (0)" (the generated codevlefevre2017-12-075-25/+22
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-062-16/+0
* [src/mpfr-mini-gmp.c] updated with GMP 6.1.2zimmerma2017-12-061-62/+44
* [src/pool.c] Updated description. Corrected copyright years as thevlefevre2017-12-061-2/+2
* Cleanup and fixes for the mpz_t pool.vlefevre2017-12-065-99/+136
* Updated the remaining www.loria.fr URL's.vlefevre2017-12-061-1/+1
* [free_cache.c] limit the size of objects in the mpz_t poolzimmerma2017-12-061-8/+8
* [src/free_cache.c] Added a comment for the mpz_t pool, and a suggestionvlefevre2017-12-061-0/+5
* [src/mpfr.h] Made box around code examples for clarity and grep.vlefevre2017-12-051-6/+10
* [src/mpfr-gmp.h] Removed old code for pre-GMP-5 versions.vlefevre2017-12-051-4/+0