summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [tests/tcmp2.c] Added tests with equal numbers, possibly of differentvlefevre2017-05-171-0/+47
| * [src/cmp2.c] Corrected comments.vlefevre2017-05-171-2/+2
| * [tools/mpfrlint] In the detection of reserved macro names, skip ERRvlefevre2017-05-171-5/+9
| * [tests/tget_set_d64.c] Made PRINT_ERR_MISC more robust.vlefevre2017-05-171-1/+1
| * [tests/*.c] Renamed the remaining macros whose names are reservedvlefevre2017-05-174-46/+46
| * [tests/texceptions.c] Made code formatting consistent.vlefevre2017-05-161-13/+13
| * [tests/*.c] Renamed "ERROR" macro (macro name reserved by ISO Cvlefevre2017-05-165-85/+88
| * Define the EXP() macro in src/mpfr-gmp.h only when needed (macro namevlefevre2017-05-164-1/+11
| * [src/gamma.c] Got rid of the EXPM1_STR macro (macro name reservedvlefevre2017-05-161-11/+9
| * [tests/tcheck.c] Code reformatting (GNU coding style).vlefevre2017-05-151-48/+68
| * [tests/tcheck.c] Renamed "ERROR" macro (macro name reserved by ISO Cvlefevre2017-05-151-24/+24
| * Do not define macro names starting with "SIG" (+ uppercase letter)vlefevre2017-05-1514-44/+45
| * [tools/mpfrlint] Added a comment about the definition of reservedvlefevre2017-05-151-0/+4
| * [tools/mpfrlint] Detect the definition of reserved macro names.vlefevre2017-05-151-4/+18
| * [src/bernoulli.c] Changed isprime to is_prime in order to avoid obscurevlefevre2017-05-151-2/+2
| * [src/mpfr-impl.h] Improved comments about assertions and MPFR_ASSUME().vlefevre2017-05-121-5/+15
| * [INSTALL] Mention the problem when almost all the tests fails with avlefevre2017-05-091-0/+17
| * Increase the buffer sizes even more, and added a comment. This mayvlefevre2017-05-092-2/+2
| * fixed bugs found by gcc 7.1.0 (-Werror=format-overflow=)zimmerma2017-05-092-2/+2
| * [doc] Updated FAQ.html with update-faq.vlefevre2017-05-091-5/+4
| * [tools/mbench/timp.h] Updated TIMP_MEASURE() to handle the case wherevlefevre2017-05-051-3/+14
| * [tools/mbench/timp.h] Comment at the wrong place. Fixed.vlefevre2017-05-051-2/+3
| * [tools/mbench/timp.h] Added a comment about r11458.vlefevre2017-05-051-1/+1
| * [tools/mbench/timp.h] Fixed overflows on unsigned arithmetic.vlefevre2017-05-041-2/+2
| * [tools/mbench/mfv5.h] Increased values from 2^60-1 to 2^64-1vlefevre2017-05-041-2/+2
* | Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-0451-788/+2955
|\ \ | |/
| * [src/gamma.c] Clarified proof for tiny arguments again.vlefevre2017-05-021-6/+8
| * [src/gamma.c] Clarified proof for tiny arguments.vlefevre2017-05-021-2/+9
| * [src/gamma.c] In the proof for tiny arguments:vlefevre2017-05-021-2/+3
| * added commentzimmerma2017-05-021-0/+1
| * added reference for mbench (rdtsc vs rdtscp)zimmerma2017-05-021-1/+2
| * [src/gamma.c] Tiny arguments: corrected a typo and added a TODOvlefevre2017-04-281-1/+4
| * [src/gamma.c] Corrections in a proof for tiny arguments. Added a TODO.vlefevre2017-04-281-12/+18
| * [doc/README.dev] Update about the MPFR_GENERIC_ABI macro.vlefevre2017-04-271-3/+8
| * [src/sqr.c] Corrected a comment.vlefevre2017-04-271-1/+1
| * [src/sqr.c] Blank line like in add1sp.c, sub1sp.c, etc.vlefevre2017-04-271-0/+1
| * [src/sqr.c] Blank lines and comment like in add1sp.c, sub1sp.c, etc.vlefevre2017-04-271-1/+3
| * [src/mul.c] Like in add1sp.c and sub1sp.c, do not define the specificvlefevre2017-04-271-0/+4
| * [src/sub1sp.c] Added blank lines for readability (like in add1sp.c).vlefevre2017-04-271-0/+2
| * s/interruption/interrupt/vlefevre2017-04-271-1/+1
| * [mbench] Updated copyright years. Added a comment.vlefevre2017-04-272-2/+5
| * better detection of rdtscpzimmerma2017-04-272-4/+5
| * [src/mpfr-impl.h] Updated a comment, with reference to GCC bug 80454.vlefevre2017-04-181-2/+3
| * [tests/tprintf.c] Avoid integer overflow from r11411 with 32-bit long.vlefevre2017-04-091-1/+5
| * [tools/mpfrlint] Updated test to check that the snprintf function (C99)vlefevre2017-04-071-1/+2
| * [doc/mpfr.texi] Corrected an English error.vlefevre2017-04-071-1/+1
| * [src/vasprintf.c] Fixed bug triggered by the test added in r11428:vlefevre2017-04-071-1/+1
| * [tests/tsprintf.c] Added a test that fails on 64-bit machinesvlefevre2017-04-071-0/+40
| * [src/vasprintf.c] Minor changes.vlefevre2017-04-071-2/+5
| * [src/vasprintf.c] Comment re-indentation.vlefevre2017-04-071-11/+11