summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-0415-43/+43
* Improved portability of the check-gmp-symbols make rule.vlefevre2017-12-041-3/+8
* [src/fpif.c] Clarification.vlefevre2017-12-041-8/+10
* [tests]vlefevre2017-12-042-48/+62
* [src] Update about the internal use of mpfr_get_str.vlefevre2017-12-042-2/+6
* [doc/mpfr.texi] Updated the month.vlefevre2017-12-041-1/+1
* [src/get_str.c] Corrected a comment.vlefevre2017-12-041-1/+1
* [doc/mpfr.texi] Update about the memory allocation (added referencesvlefevre2017-12-041-12/+6
* [doc/mpfr.texi] Update for mpfr_get_str:vlefevre2017-12-041-5/+8
* [doc/mpfr.texi] Updated comments about the latest change (r11881).vlefevre2017-12-031-6/+2
* [doc/mpfr.texi] Typography fixes for TeX (DVI/PS/PDF) in math mode.vlefevre2017-12-031-16/+5
* [doc/texinfo.tex] Update to the latest version 2017-12-01.13 fromvlefevre2017-12-031-29/+50
* [acinclude.m4] In r11876, forgot to define MPFR_WANT_DECIMAL_FLOATS invlefevre2017-12-011-1/+3
* Solved an output issue on AIX due to the use of setbuf() after outputvlefevre2017-12-013-6/+15
* [acinclude.m4] Attempt to fix detection of decimal floats: if _Decimal64vlefevre2017-12-011-18/+25
* [acinclude.m4] Attempt to fix detection of decimal floats (BID wasvlefevre2017-12-011-11/+16
* [src/fpif.c] Updated comments about the format.vlefevre2017-12-011-2/+5
* [doc/README.dev] Typo.vlefevre2017-11-301-1/+1
* Two fixes for the check-gmp-symbols make rule:vlefevre2017-11-302-12/+17
* [doc/README.dev] Internal GMP symbols: mention "make check-gmp-symbols".vlefevre2017-11-301-0/+2
* [NEWS] Mention "make check-gmp-symbols" (experimental).vlefevre2017-11-301-0/+2
* [INSTALL] Added an optional step "make check-gmp-symbols" to checkvlefevre2017-11-301-1/+11
* Added comment about the check-gmp-symbols make rule (added in r11865).vlefevre2017-11-302-0/+4
* Added check-gmp-symbols make rule to check that MPFR does not usevlefevre2017-11-302-0/+25
* [doc/README.dev] Detailed the note about the list of GMP symbols.vlefevre2017-11-301-2/+5
* [doc/README.dev] Document how to get the list of GMP symbols usedvlefevre2017-11-301-0/+20
* [INSTALL] Added a paragraph about the potential incorrect use ofvlefevre2017-11-301-0/+4
* [src/fpif.c] Fixed the sign bug for mpfr_fpif_import.vlefevre2017-11-291-13/+13
* [tests/tfpif.c] In doit(), before the call to mpfr_fpif_import(), setvlefevre2017-11-291-0/+8