summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests/tlgamma.c] Corrected updated comment from r10444.vlefevre2016-06-071-2/+4
* [tests/tlgamma.c] Updated comment of the test added in r10442.vlefevre2016-06-061-1/+2
* [src/uceil_log2.c] Correction in __gmpfr_ceil_log2, avoiding anvlefevre2016-06-061-1/+1
* [tests/tlgamma.c] Added a test causing a "too much memory" error withvlefevre2016-06-061-0/+19
* [acinclude.m4] When checking if __float128 is available, we now alsovlefevre2016-06-061-4/+6
* [src/add1.c] Simplified code: removed fb = 1 since it was already 1vlefevre2016-06-061-5/+1
* [src/set_float128.c] Fix: removed the divisions by zero, replacing themvlefevre2016-06-061-8/+9
* [TODO] Faithful rounding: small correction.vlefevre2016-06-061-2/+2
* [TODO] Added "faithful rounding", with information about its definitionvlefevre2016-06-061-0/+18
* [src/{fits_intmax.c,fits_s.h}] In comments, fit → fits.vlefevre2016-06-032-2/+2
* [src/set_float128.c] Added FIXME comment: The mpfr_set_float128 codevlefevre2016-06-031-0/+4
* [tests/tset_float128.c] Take into account failures in division by 0vlefevre2016-06-031-7/+30
* [src/set_d.c] Added some assertions and fixed a 32-bit shift countvlefevre2016-06-031-1/+5
* [tests/tset_float128.c] C++ compatibility.vlefevre2016-06-031-21/+21
* [tests/tlog.c] Added a cast to mpfr_rnd_t for C++ compatibility.vlefevre2016-06-031-1/+1
* added reference for Lambert W functionzimmerma2016-06-031-0/+7
* [src/exceptions.c] Fixed the MPFR_LOG_FUNC in mpfr_underflow andvlefevre2016-06-021-4/+2
* [src/sub1.c] In r10347, logging was introduced instead of #ifdef DEBUGvlefevre2016-06-021-4/+8
* fixed typoszimmerma2016-05-301-2/+2
* [tests/tsub.c] Added comments for check_max_almosteven (latestvlefevre2016-05-301-0/+23
* [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-292-5/+139
* [src/log_ui.c] Changes for ISO C90 compatibility.vlefevre2016-05-251-5/+5
* [src/mpfr-gmp.h] For _MPFR_IEEE_FLOATS, changed bit-field type fromvlefevre2016-05-251-8/+23
* [src/log_ui.c] Added an assertion.vlefevre2016-05-251-0/+1
* [src/mpfr-impl.h] Fixed bug introduced in r10327, giving:vlefevre2016-05-251-1/+1
* improved mpfr_log_uizimmerma2016-05-251-49/+80
* added commentzimmerma2016-05-251-0/+3
* [TODO] mpfr_ai efficiency: also mention mpfr.texi (the issue with largevlefevre2016-05-251-1/+1
* [TODO] mpfr_ai efficiency: mention tests/tai.c (the REDUCE_EMAX wasvlefevre2016-05-251-1/+2
* added item about efficiency of mpfr_ai for large argumentszimmerma2016-05-251-0/+2
* [doc/README.dev] Also clarified the use of "configure".vlefevre2016-05-251-1/+1
* [doc/README.dev] Clarified the use of "autogen.sh".vlefevre2016-05-251-1/+1
* use autogen.shzimmerma2016-05-251-2/+1
* added libtoolize (needed for AX_PTHREAD)zimmerma2016-05-251-0/+1
* [tests/tlog_ui.c] Improved a test function.vlefevre2016-05-241-3/+7
* [acinclude.m4] Fixed the use of m4_pattern_forbid: the argument mustvlefevre2016-05-241-1/+1
* small improvements to log_ui (still slower than log for large precision)zimmerma2016-05-241-5/+9
* [acinclude.m4] Detect whether the AX_PTHREAD macro is left unexpanded.vlefevre2016-05-241-1/+5
* use rounding to nearest by default in "tconst_log2 prec"zimmerma2016-05-241-3/+2
* minor changes to allow ./tlog xxx preczimmerma2016-05-241-6/+5
* added generic tests for mpfr_log_ui + compare with mpfr_logzimmerma2016-05-242-11/+57
* Removed _MPFR_PROTO with the following Perl script on the .h files.vlefevre2016-05-245-623/+615
* [configure.ac] Re-added AM_PROG_AR in case Microsoft lib.exe is usedvlefevre2016-05-241-0/+5
* [acinclude.m4] Replaced the obsolete ACX_PTHREAD by AX_PTHREADvlefevre2016-05-241-1/+1
* [configure.ac] Moved LT_INIT near the top for --enable-lto, and removedvlefevre2016-05-241-4/+2
* Avoid some warnings with "gcc -Wundef".vlefevre2016-05-243-5/+6
* [configure.ac] Removed a FIXME fixed in r4482.vlefevre2016-05-241-5/+0
* [src/mpfr-longlong.h] Update from GMP 6.1.0.vlefevre2016-05-241-222/+485
* [src/mpfr-cvers.h] Fixed typo in a macro (thanks to Patrick Pélissier).vlefevre2016-05-241-1/+1
* [src/sub1.c] Various minor improvements:vlefevre2016-05-241-42/+23