summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests/tsprintf.c] Added tests of specifier 'P' with precision field 0.vlefevre2021-05-121-3/+10
* [TODO] More about mpfr_fda / mpfr_fds.vlefevre2021-05-111-0/+7
* [TODO] + Fused divide-add and fused divide-subtract (mpfr_fda, mpfr_fds).vlefevre2021-05-111-0/+3
* [doc/mpfr.texi,src/mpfr.h] Detail about the mpfr_pown implementation.vlefevre2021-05-032-3/+6
* [NEWS] added missing mpfr_pown (alias for mpfr_pow_sj)zimmerma2021-05-031-1/+1
* [manual] added mpfr_powm in NEWSzimmerma2021-05-031-1/+1
* [doc/mpfr.texi] Updated the month (due to r14505).vlefevre2021-05-031-1/+1
* [src/sin.c] Added a TODO about range reduction.vlefevre2021-04-301-0/+3
* [tests/tstrtofr.c] Check more infinity strings.vlefevre2021-04-261-7/+52
* [doc] Update about "case insensitive" and issue with Turkish localesvlefevre2021-04-262-5/+18
* [tests/tpowr.c] Added generic tests.vlefevre2021-04-241-0/+7
* [src/exceptions.c] Corrected latest comment.vlefevre2021-04-241-1/+1
* [src/exceptions.c] Replaced comment about logging (the issue was due tovlefevre2021-04-231-8/+3
* [src/exceptions.c] Completed comment about a logging issue.vlefevre2021-04-231-2/+2
* [src/exceptions.c] Added a comment about a logging issue.vlefevre2021-04-231-0/+8
* [src/mpfr-impl.h] Logging: output the flags at "IN" and "OUT".vlefevre2021-04-231-2/+4
* [tests/tsgn.c] Also test in a very reduced exponent range.vlefevre2021-04-231-15/+32
* [tests/tsgn.c] Also test the flags.vlefevre2021-04-231-25/+45
* [src/get_str.c] Fixed bug in mpfr_get_str_ndigits introduced in r14494.vlefevre2021-04-231-2/+3
* mpfr_get_str_ndigits: added an assertion / exploitable compiler hint.vlefevre2021-04-231-1/+4
* [src/get_str.c] Improved mpfr_get_str_ndigits code structure.vlefevre2021-04-231-49/+50
* In various functions, use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-235-6/+6
* [src/get_str.c] Use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-231-1/+1
* [tests] Added tpowr to svn:ignore property.vlefevre2021-04-230-0/+0
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-232-19/+59
* [src/mpfr-impl.h] Added cast to int for __LINE__ in formatted output.vlefevre2021-04-161-2/+3
* [tests/thypot.c] added one testzimmerma2021-04-021-0/+29
* Added m4/ax_pthread.m4 file, and related updates.vlefevre2021-03-193-8/+533
* [configure.ac] Avoid an issue with ordering of macros we don't usevlefevre2021-03-191-2/+11
* [acinclude.m4] Added a comment about AX_PTHREAD.vlefevre2021-03-181-0/+4
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-03-182-8/+4
* [tools/mpfrlint] Detect mpn_mul_n with identical 2nd and 3rd arguments,vlefevre2021-03-181-0/+8
* Replaced "intensional" by "intentional" in comments.vlefevre2021-03-163-3/+3
* Untabify and remove trailing spaces.vlefevre2021-03-166-23/+23
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-1610-14/+34
* [tests/trec_sqrt.c] added timing testzimmerma2021-03-161-1/+55
* [doc/mpfr.texi] Updated the month.vlefevre2021-03-091-1/+1
* [src/mpfr.h] Comment: no need to write "user" with uppercase letters.vlefevre2021-03-091-1/+1
* [tests/{tset_si.c,tset_sj.c}] Fix when -DMPFR_USE_NO_MACRO is used.vlefevre2021-03-082-12/+16
* [tests/{texceptions.c,tset_exp.c}] Forgot to protect the tests withvlefevre2021-03-082-3/+24
* Clarification about the custom interface and macros.vlefevre2021-03-082-2/+9
* [tests] Ignore GCC's -Wc++-compat in the tests that are invalid in C++vlefevre2021-03-084-0/+50
* [tests] In C++, do not cast to "void *" in the tests of macros.vlefevre2021-03-064-9/+15
* [src/mpfr.h] Fixed mpfr_set macro (now only available with __GNUC__).vlefevre2021-03-061-2/+8
* [tests/tset.c] Added tests of the mpfr_set macro.vlefevre2021-03-061-22/+32
* [src/mpfr.h] Fixed mpfr_copysign and mpfr_signbit macros.vlefevre2021-03-061-7/+8
* Added tests of mpfr_copysign, mpfr_setsign and mpfr_signbit macros.vlefevre2021-03-061-6/+23
* [src/ubf.c] Forgot a cast from UBF pointer to mpfr_t pointer.vlefevre2021-03-061-1/+1
* [src/mpfr.h] Fixed mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-061-2/+2
* Added tests of mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-062-1/+8