summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc/mpfr.texi] Updated the month.4.1vlefevre2021-09-161-1/+1
* [doc/mpfr.texi] Corrected garbled mpfr_set* description.vlefevre2021-09-161-2/+2
* [configure.ac] Reverted r14572, which was solving an issue about thevlefevre2021-09-131-11/+2
* [tests/tests.c] Fixed bad_cases when y is ±0 (rare case).vlefevre2021-09-071-6/+27
* [configure.ac] Avoid an issue with ordering of macros we don't usevlefevre2021-09-071-2/+11
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-09-072-8/+4
* [tests/tests.c] fixed bug introduced in r13787, which invalidated data_checkvlefevre2021-06-011-1/+1
* [tests/tsprintf.c] Commented out a test added in r14524.vlefevre2021-05-171-1/+1
* Formatted output functions (mpfr_*printf): bug fix; added tests.vlefevre2021-05-172-4/+21
* [doc/mpfr.texi] Updated the month.vlefevre2021-05-171-1/+1
* [doc/mpfr.texi] Punctuation.vlefevre2021-05-171-7/+7
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-232-19/+59
* [doc/mpfr.texi] Updated the month.vlefevre2021-03-091-1/+1
* [tests/{tset_si.c,tset_sj.c}] Fix when -DMPFR_USE_NO_MACRO is used.vlefevre2021-03-092-12/+16
* In mpfr.h, fixed some macros implementing functions. Added tests.vlefevre2021-03-099-75/+260
* Completed tests/tcopysign.c to test with a reused argument.vlefevre2021-03-091-7/+22
* [src/jyn_asympt.c] Fixed bug when s=0 at the end of the for loop.vlefevre2021-02-153-7/+31
* [src/digamma.c] Fixed a bug in mpfr_digamma_reflection.vlefevre2021-02-152-13/+35
* [src/jyn_asympt.c] Fixed bug when sin(z)±cos(z) rounds to 0.vlefevre2021-02-102-2/+34
* [src/digamma.c] Fixed bug in mpfr_digamma_positive when t-u is zero.vlefevre2021-02-102-15/+41
* [src/digamma.c] Fixed bug in mpfr_digamma: if x is large, thevlefevre2021-02-102-11/+76
* [src,tests] Consistency: in prototypes, changedvlefevre2021-02-0935-76/+82
* [doc/mpfr.texi] Updated the month.vlefevre2021-01-031-1/+1
* Copyright notice update: added 2021 withvlefevre2021-01-03503-504/+504
* [src/set_z_exp.c] Fixed overflow/underflow detection in exponent rangesvlefevre2020-09-282-41/+79
* [src/set_z_exp.c] Fixed possible integer overflows with huge mpz_t.vlefevre2020-09-252-11/+94
* [doc/mini-gmp] Say that the build with mini-gmp may require ISO C99+vlefevre2020-09-171-0/+2
* [src/get_ld.c] Bug fix with GMP_NUMB_BITS == 8 (thus mini-gmp) andvlefevre2020-09-171-1/+1
* [src/random_deviate.c] Fixed non-portable code.vlefevre2020-09-151-3/+12
* [src/mpfr-mini-gmp.c] Fixed bug in gmp_urandomb_ui when the parameter nvlefevre2020-09-151-3/+5
* With mini-gmp, use the standard rand() and srand() functions instead ofvlefevre2020-09-153-30/+25
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2020-09-101-22/+127
* Updated URLs.vlefevre2020-09-1016-26/+26
* Updated a freebsd.org URL (bug tracker).vlefevre2020-09-102-2/+3
* [src/get_d128.c] For the special values, avoid double to _Decimal128vlefevre2020-07-201-4/+3
* [tests] Various corrections for error messages in tests of long doublevlefevre2020-07-203-24/+19
* [examples/version.c] "Compiler:" line: detect TCC (__TINYC__ macro).vlefevre2020-07-201-0/+7
* [tests/tversion.c] "Compiler:" line: detect TCC (__TINYC__ macro).vlefevre2020-07-201-0/+7
* [src/Makefile.am] Updated -version-info to 7:1:1 for MPFR 4.1.1.vlefevre2020-07-101-1/+1
* Updated version to 4.1.1-dev.vlefevre2020-07-106-10/+10
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2020-07-101-0/+36
* Updated version to 4.1.0.vlefevre2020-07-105-5/+5
* [doc/mpfr.texi] Updated the month.vlefevre2020-07-101-1/+1
* [src/jyn_asympt.c] Partly solved the slowness of jn(733333,733333).vlefevre2020-07-103-16/+60
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2020-07-011-0/+183
* Updated version to 4.1.0-rc2.vlefevre2020-07-015-5/+5
* [NEWS] Added an item saying that TLS can safely be (re-)enabledvlefevre2020-07-011-0/+5
* [tests/mpfr-test.h] Avoid a GCC bug on Sparc, at least when using TLS.vlefevre2020-06-291-0/+46
* Updated version to 4.1.0-dev (due to changes since 4.1.0-rc1).vlefevre2020-06-185-5/+5
* Merged r14021-14036 from the trunk:vlefevre2020-06-1811-127/+134