summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [src/mparam_h.in] Updated comment about GCC.HEADmastervlefevre2021-09-271-1/+8
* [INSTALL] Update about MinGW: the old mingw.org website no longervlefevre2021-09-241-5/+4
* [README] Updated URLs.vlefevre2021-09-241-2/+2
* missing urlzimmerma2021-09-201-1/+2
* added new preprintzimmerma2021-09-201-0/+3
* [doc/mpfr.texi] Updated the month.vlefevre2021-09-161-1/+1
* [doc/mpfr.texi] Corrected garbled mpfr_set* description.vlefevre2021-09-161-2/+2
* [src/inp_str.c] Added a FIXME on a deprecated use of ungetc.vlefevre2021-09-141-0/+4
* Autoconf / AX_PTHREAD related update and cleanup.vlefevre2021-09-132-9/+15
* [TODO] More about intrinsics (e.g. _addcarry_u64).vlefevre2021-09-091-1/+5
* [TODO] + use intrinsics when available (needs a configure test).vlefevre2021-09-091-0/+9
* [tests/tests.c] In a comment with a GMP_CHECK_RANDOMIZE value, mentionvlefevre2021-09-071-1/+2
* [tests/tests.c] Fixed bad_cases when y is ±0 (rare case).vlefevre2021-09-071-6/+27
* [doc/README.dev] Updated/reduced note about MinGW and stdio.vlefevre2021-08-231-8/+3
* [INSTALL] Updated information about MinGW and the formatted outputvlefevre2021-08-231-4/+11
* [tests/tget_set_d128.c] Removed a useless C99 comment, which makesvlefevre2021-08-231-1/+0
* [tests/tsprintf.c] In locale_da_DK(), also try da_DK.utf8 (preferably):vlefevre2021-08-231-4/+7
* [doc/mpfr.texi] Updated the month.vlefevre2021-08-201-1/+1
* [doc/mpfr.texi] Corrected latest change (typography).vlefevre2021-08-201-2/+2
* [doc/mpfr.texi] Detail the mpfr_min and mpfr_max description.vlefevre2021-08-201-0/+6
* [tests/tget_flt.c] Avoid a warning about unused function equal_fltvlefevre2021-08-031-0/+2
* [tests/tget_flt.c] Code style: replaced "… == 0" by "! …" onvlefevre2021-08-031-5/+5
* [tests/tget_flt.c] Removed bug_icx (duplicate test).vlefevre2021-08-031-22/+0
* [tests/tget_flt.c] In bug_icx: replaced mpfr_set_flt, whose floatvlefevre2021-08-031-5/+1
* [tests/tget_flt.c] Added FIXME for test added in r14552.vlefevre2021-08-031-0/+2
* [tests/tget_flt.c] Portability correction.vlefevre2021-08-031-3/+5
* need -fp-model=strict for icxzimmerma2021-08-032-0/+29
* [TODO] Mention "[[noreturn]]".vlefevre2021-07-271-0/+5
* [src/ieee_floats.h] URL update (http → https).vlefevre2021-07-151-1/+1
* [tools/mpfrlint] Detect when the return value of fclose() or fflush()vlefevre2021-07-011-0/+6
* [tests/tprintf.c] Portability correction (EOF is not necessarily -1).vlefevre2021-06-301-2/+2
* Punctuation (missing comma after "however").vlefevre2021-06-2116-34/+34
* [doc/README.dev] No longer use /tmp in examples so that the reader isvlefevre2021-06-211-7/+8
* [acinclude.m4] Fixed subnormal detection (issue found with icx).vlefevre2021-06-081-6/+11
* [tests/tget_d.c] Improved error messages.vlefevre2021-06-031-12/+17
* [tests/tget_d.c] Error message when check_inf_nan() fails for NaN.vlefevre2021-06-031-1/+5
* [doc/mpfr.texi] Updated the month.vlefevre2021-06-021-1/+1
* [doc/mpfr.texi] some figures about slowdown with C++ interfacezimmerma2021-06-021-1/+2
* [tests/data/j1] added more testszimmerma2021-06-011-0/+54
* [tests/tests.c] fixed bug introduced in r13787, which invalidated data_checkzimmerma2021-06-011-1/+1
* [doc/mpfr.texi] Completed mpfr_fmodquo and mpfr_remquo description.vlefevre2021-05-201-0/+1
* [src/rem1.c] Improved comments.vlefevre2021-05-201-4/+4
* [tests/tsprintf.c] Cosmetic revert of blank line removal in r14519.vlefevre2021-05-171-0/+1
* [src/vasprintf.c] Fixed buffer_cat: replaced incorrect assertion len > 0vlefevre2021-05-171-1/+7
* [tests/tsprintf.c] Similarly to r14514, added tests of native integer 0vlefevre2021-05-171-0/+4
* [tests/tsprintf.c] For various test functions, changed the return typevlefevre2021-05-171-14/+8
* [src/vasprintf.c] Updated comment about the output for the 'a'/'A'vlefevre2021-05-161-1/+2
* [doc/mpfr.texi] Formatted output functions (mpfr_*printf): completedvlefevre2021-05-161-6/+17
* [src/vasprintf.c] Added a comment about the output for the 'a'/'A'vlefevre2021-05-121-1/+24
* [doc/mpfr.texi] Punctuation.vlefevre2021-05-121-7/+7