summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | [tests/tfmma.c] Forgot a \n in printf.vlefevre2016-05-291-3/+3
* | [tests/tfmma.c] Added overflow tests that trigger an assertion failurevlefevre2016-05-291-9/+50
* | [src/sub1.c] Started to add UBF support (still incomplete).vlefevre2016-05-241-8/+19
* | Merged the latest changes from the trunk and removed the remainingvlefevre2016-05-2428-971/+1309
|\ \ | |/
| * 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
| * removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev)zimmerma2016-05-2414-31/+33
| * Added optional LTO support (from a patch by Patrick Pélissier).vlefevre2016-05-242-0/+72
| * Corrected mpfr_free_cache behavior when WANT_SHARED_CACHE is definedvlefevre2016-05-242-14/+19
| * [tests/tfpif.c] Correction on r10338: use src_fopen instead of fopenvlefevre2016-05-241-1/+7
| * added new (read-only) test file for mpfr_fpif_importzimmerma2016-05-242-1/+1
| * added tests for mpfr_fpif_import with precision > MPFR_PREC_MAXzimmerma2016-05-242-16/+37
* | [src/vasprintf.c] Output the sign of UBF like with infinities.vlefevre2016-05-241-0/+3
* | [tests/tfmma.c] Completed near_overflow_tests (there's still a crash,vlefevre2016-05-241-8/+7
* | [tests/tfmma.c] Added near_overflow_tests, which crashes.vlefevre2016-05-241-2/+81
* | Merged the latest changes from the trunk.vlefevre2016-05-2425-131/+701
|\ \ | |/
| * Updated NEWS about shared caches.vlefevre2016-05-241-1/+1
| * MPFR 3.2(.x) → 4.0(.x)vlefevre2016-05-248-40/+40
| * [NEWS] New function mpfr_buildopt_sharedcache_p in MPFR 3.2.vlefevre2016-05-242-17/+22
| * [src/mpfr-impl.h] About the MPFR_DECL_INIT_CACHE macro:vlefevre2016-05-231-5/+17
| * [src/free_cache.c] Avoid duplicated source code for maintainability.vlefevre2016-05-231-23/+19
| * [doc/mpfr.texi] Corrections about caches.vlefevre2016-05-231-10/+11
| * [src/mpfr-thread.h] For #error, use a string literal as a singlevlefevre2016-05-231-1/+1
| * [src/mpfr-thread.h] Coding style.vlefevre2016-05-231-2/+2
| * Minor comment & coding style corrections on r10327.vlefevre2016-05-233-55/+58
| * Added shared cache support (from a patch by Patrick Pélissier).vlefevre2016-05-2314-51/+589
| * added tests for mpfr_fpif in precision 1zimmerma2016-05-231-6/+17
| * ABS(SIZ(x)) → ABSIZ(x)vlefevre2016-05-235-7/+7