summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get rid of DEBUG macro (but keep corresponding commands in comment to helpzimmerma2017-12-118-126/+48
* [tests/tget_q.c] Removed trailing whitespace.vlefevre2017-12-111-1/+1
* [tests/tget_q.c] replaced MPFR_ASSERTN(0) by exit(1)zimmerma2017-12-101-2/+2
* [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-092-0/+35
* [src/lngamma.c] replace call to __gmpfr_ceil_log2 by __gmpfr_int_ceil_log2zimmerma2017-12-091-2/+8
* [TODO] Rename the DEBUG macro to MPFR_DEBUG?vlefevre2017-12-091-0/+3
* [src/Makefile.am] Also distribute generic/coverage/mparam.hvlefevre2017-12-081-1/+1
* [doc] Updated FAQ.html with update-faq.vlefevre2017-12-081-1/+2
* [doc] Updated FAQ.html with update-faq.vlefevre2017-12-081-1/+1
* [doc/README.dev] "To make a release":vlefevre2017-12-081-10/+12
* Updated version to 4.1.0-dev.vlefevre2017-12-086-12/+12
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-081-5/+20154
* Moved tests/timings-mpfr.c into directory "tools" as it is not partvlefevre2017-12-081-0/+0
* [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-064-22/+8
* [src/mpfr-mini-gmp.c] updated with GMP 6.1.2zimmerma2017-12-061-62/+44
* [doc/mpfr.texi] Corrected a Texinfo typography issue.vlefevre2017-12-061-1/+1
* [src/pool.c] Updated description. Corrected copyright years as thevlefevre2017-12-061-2/+2
* [tests/timings-mpfr.c] Removed trailing whitespace, untabified,vlefevre2017-12-061-44/+44
* Cleanup and fixes for the mpz_t pool.vlefevre2017-12-068-107/+153
* [doc/mpfr.texi] Small correction concerning the caches.vlefevre2017-12-061-1/+1
* [doc/mpfr.texi] More details for mpfr_fpif_export and mpfr_fpif_import.vlefevre2017-12-061-2/+3
* [timings-mpfr.c] test file for measuring timings (added -p option)zimmerma2017-12-061-0/+182
* Updated the remaining www.loria.fr URL's.vlefevre2017-12-062-2/+2
* [doc/algorithms.bib] Updated URL's.vlefevre2017-12-061-5/+5
* [doc/mpfr.texi] References: typography; updated a URL.vlefevre2017-12-061-2/+2
* [mpfr.texi] updated reference to "Modern Computer Arithmetic"zimmerma2017-12-061-2/+5
* [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
* [doc/mpfr.texi] For mpfr_fpif_export: the sign of a NaN is stored.vlefevre2017-12-052-1/+17
* [doc/mpfr.texi] Updated references.vlefevre2017-12-051-2/+2
* [doc/mpfr.texi] Update about 0 of type without signed zeros, as invlefevre2017-12-051-9/+16
* [doc/mpfr.texi] Document the behavior of mpfr_ui_pow and mpfr_ui_pow_uivlefevre2017-12-051-2/+5
* [doc/mini-gmp] added information about result of "make check"zimmerma2017-12-051-1/+11
* [src/mpfr-gmp.h] Removed old code for pre-GMP-5 versions.vlefevre2017-12-051-4/+0
* [src/urandomb.c] Removed an obsolete "#if __MPFR_GMP(5,0,0)" as we nowvlefevre2017-12-051-2/+0
* [src/mpfr-gmp.h] Removed the code that defined mpn_copyi and mpn_copydvlefevre2017-12-051-10/+0
* [src/mpfr-gmp.h] Missing parentheses around parameters in mpn_copyivlefevre2017-12-051-2/+2
* fixed bug in replacement function for copyi and copyd (found with mini-gmp)zimmerma2017-12-051-3/+4
* add --disable-shared for mini-gmp (not tested yet with dynamic linking)zimmerma2017-12-051-1/+1
* [src/mpfr.h] Explain how to avoid the "... is deprecated" warning whenvlefevre2017-12-051-1/+11
* [doc/README.dev] Removed a -Wno-error=deprecated-declarations asvlefevre2017-12-051-2/+2
* Disable the "deprecated" attribute of deprecated functions *only* forvlefevre2017-12-054-0/+7
* Removed trailing whietespace.vlefevre2017-12-052-4/+4
* fixed compiler warnings with mini-gmpzimmerma2017-12-057-66/+87
* Simplified the use of MPFR_USE_FILE since <stdio.h> (<cstdio> for C++)vlefevre2017-12-047-9/+8
* Restored the history (and mergedinfo) of doc/texinfo.texvlefevre2017-12-040-0/+0