summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests/tgeneric.c] For MPFR_RNDF, replaced EQUAL() by SAME_VAL(),faithfulvlefevre2017-05-291-8/+1
* [tests/tui_sub.c] Avoid a failure in 32-bit ABI by replacingvlefevre2017-05-291-1/+1
* Merged the latest changes from the trunk.vlefevre2017-05-2951-490/+792
|\
| * added new referencezimmerma2017-05-291-0/+1
| * [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGW)vlefevre2017-05-241-3/+2
| * [src] Moved "#include <errno.h>" from printf.c to vasprintf.cvlefevre2017-05-242-1/+2
| * [src/vasprintf.c] Added overflow detection at the end (due to the switchvlefevre2017-05-241-23/+29
| * [src/vasprintf.c] Added log messages.vlefevre2017-05-241-0/+2
| * [src/vasprintf.c] In case of overflow, do not stop before everything hasvlefevre2017-05-241-23/+9
| * [tests/tprintf.c] check_long_string() error handling: initialize n2 tovlefevre2017-05-241-8/+19
| * [src/vasprintf.c] Fixed some parts of overflow tracking.vlefevre2017-05-241-8/+16
| * [tests/tprintf.c] More detailed error message.vlefevre2017-05-241-3/+5
| * [tests/tprintf.c] Added tests with %ln.vlefevre2017-05-241-2/+29
| * [tests/tprintf.c] Improved check_vprintf_failure().vlefevre2017-05-241-5/+12
| * [src/vasprintf.c] Fixed the handling of the 'n' format specifiervlefevre2017-05-242-49/+41
| * [src/mpfr-intmax.h] Define mpfr_uintmax_t and MPFR_INTMAX_MAX too.vlefevre2017-05-231-0/+5
| * [src/vasprintf.c] In a macro definition, changed a parameter tovlefevre2017-05-221-4/+4
| * [src/vasprintf.c] Added a FIXME for the percent_n() / mixed() bug duevlefevre2017-05-221-0/+12
| * [src/mpfr-intmax.h] Define mpfr_intmax_t as being the largestvlefevre2017-05-221-0/+10
| * [tests/tsprintf.c] Added explanation for the percent_n() / mixed() bugs.vlefevre2017-05-221-1/+4
| * [tests/tsprintf.c] Added percent_n() test to reproduce the bug foundvlefevre2017-05-221-1/+28
| * [src/vasprintf.c] In partition_number(), complete check for overflowvlefevre2017-05-221-26/+23
| * [src/vasprintf.c] Partially fixed check for integer overflow whenvlefevre2017-05-221-8/+11
| * [src/vasprintf.c] With assertions enabled, check that the number ofvlefevre2017-05-221-1/+5
| * [src/vasprintf.c] Fixed the bug in the da_DK locale test: thevlefevre2017-05-221-1/+1
| * [tests/tsprintf.c] Do more tests in the da_DK locale (these are thevlefevre2017-05-221-6/+17
| * [tests/tsprintf.c] Do more tests involving check_sprintf() in a loopvlefevre2017-05-221-18/+21
| * get rid of computations with 'double' in mpfr_zetazimmerma2017-05-191-25/+1
| * [tests/tsprintf.c] Added a TODO about %n test.vlefevre2017-05-191-0/+1
| * [doc/README.dev] Added MPFR_TESTS_FPE_TRAP documentation.vlefevre2017-05-191-0/+4
| * [tests/tests.c] Corrected comment about MPFR_TESTS_FPE_TRAP.vlefevre2017-05-191-1/+1
| * Renamed MPFR_TESTS_DIVBYZERO to MPFR_TESTS_FPE_DIV (less confusing).vlefevre2017-05-193-7/+9
| * [tests] Renamed MPFR_RAISE_EXCEPTIONS to MPFR_TESTS_FPE_TRAP.vlefevre2017-05-191-2/+2
| * [tests] Got rid of MPFR_TESTS_EXCEPTIONS (added in r11489 and above),vlefevre2017-05-1912-52/+42
| * [tests/tsprintf.c] Do the locale_da_DK() test several times to yieldvlefevre2017-05-191-6/+7
| * [tests/tsprintf.c] Updated comment about r11501: the failure occursvlefevre2017-05-191-2/+2
| * [tests/tsprintf.c] Do more tests with %n. One now gets a failurevlefevre2017-05-191-36/+51
| * [tests/tsprintf.c] Fixed portability issues: The va_end(3) man pagevlefevre2017-05-191-11/+9
| * [tests/tget_set_d64.c] Disable tests with a division by 0 (which nowvlefevre2017-05-191-0/+4
| * [tests/tset_ld.c] Disable an overflow test with a division by 0vlefevre2017-05-191-0/+2
| * [doc/README.dev] Details for "-DMPFR_TESTS_DIVBYZERO -DMPFR_ERRDIVZERO".vlefevre2017-05-191-3/+10
| * [tests/tsprintf.c] In mixed(), initialize n2 to an invalid valuevlefevre2017-05-191-0/+3
| * removed leftover debug statement in last commitzimmerma2017-05-191-1/+0
| * fix for clang bug (https://bugs.llvm.org//show_bug.cgi?id=17686)zimmerma2017-05-191-0/+9
| * [tests/tests.c] Change for MPFR_TESTS_DIVBYZERO: in case of FE_DIVBYZEROvlefevre2017-05-191-9/+7
| * more work on MPFR_TESTS_EXCEPTIONSzimmerma2017-05-1911-28/+37
| * [tests/tests.c] Re-added code testing FE_DIVBYZERO and FE_INVALID withvlefevre2017-05-191-3/+20
| * [tests/tversion.c] Output IEEE floats status.vlefevre2017-05-191-0/+6
| * check for fp exceptions (experimental)zimmerma2017-05-191-11/+14
| * [src/cmp2.c] Added/updated comments.vlefevre2017-05-171-2/+4