summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [tests/troot.c] Replaced mpfr_root by TF (like in the other tests).vlefevre2017-12-151-1/+1
| * [src/root.c] fixed bug when x=1zimmerma2017-12-142-0/+21
| * [tests/tsub1sp.c] Corrected a type. And mpfr_equal_p being a predicatevlefevre2017-12-141-2/+2
| * [tests/tsub1sp.c] added a generic test for bug20171213()zimmerma2017-12-141-0/+49
| * [src/{mul.c,sqr.c}] Minor changes, making code similar to sub1sp.c.vlefevre2017-12-142-8/+8
| * [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-132-0/+20
| * [src/mpf2mpfr.h] Added a comment.vlefevre2017-12-131-0/+1
| * [src/mpf2mpfr.h] missing mpf_inits/mpf_clearszimmerma2017-12-131-0/+5
| * [src/mpfr-gmp.h] redefine __clz_tab also with gmp-buildzimmerma2017-12-131-5/+4
| * [configure.ac] Improved error message.vlefevre2017-12-121-1/+1
| * [tests/talloc.c] Added a comment about why talloc requires ISO C99.vlefevre2017-12-121-0/+1
| * [src/mpfr-cvers.h] Removed a useless test for __MPFR_STDC, as one justvlefevre2017-12-121-3/+1
| * [tests] Added *.exe to svn:ignore property (files from MinGW builds).vlefevre2017-12-120-0/+0
| * [tools/timings-mpfr.c] always use clock() [now very accurate under Linux]zimmerma2017-12-121-19/+0
| * [tools/timings-mpfr.c] Updated years in copyright notice.vlefevre2017-12-121-1/+1
| * [tools/timings-mpfr.c] Fixed prototypes.vlefevre2017-12-121-3/+3
| * [tools/timings-mpfr.c] Added a defined(_MSC_VER). But clock() isvlefevre2017-12-121-1/+5
| * [doc/README.dev] Correction.vlefevre2017-12-121-4/+4
| * [doc/README.dev] Made formatting consistent (same as configure --help).vlefevre2017-12-121-11/+16
| * Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-123-18/+16
| * [TODO] Removed item on the DEBUG macro (done in r11955).vlefevre2017-12-121-3/+0
| * DEBUG_TGENERIC -> MPFR_DEBUG_TGENERICzimmerma2017-12-113-21/+19
| * get rid of DEBUG macro (but keep corresponding commands in comment to helpzimmerma2017-12-118-126/+48
| * [tests/tget_q.c] Removed trailing whitespace.vlefevre2017-12-111-1/+1
| * [tests/tget_q.c] replaced MPFR_ASSERTN(0) by exit(1)zimmerma2017-12-101-2/+2
| * [src/get_q.c] Optimization of r11951 suggested by Trevor Spiteri:vlefevre2017-12-101-2/+3
| * [src/get_q.c] make result of mpfr_get_q in canonical formzimmerma2017-12-092-0/+35
| * [src/lngamma.c] replace call to __gmpfr_ceil_log2 by __gmpfr_int_ceil_log2zimmerma2017-12-091-2/+8
| * [TODO] Rename the DEBUG macro to MPFR_DEBUG?vlefevre2017-12-091-0/+3
| * [src/Makefile.am] Also distribute generic/coverage/mparam.hvlefevre2017-12-081-1/+1
| * [doc] Updated FAQ.html with update-faq.vlefevre2017-12-081-1/+2
| * [doc] Updated FAQ.html with update-faq.vlefevre2017-12-081-1/+1
| * [doc/README.dev] "To make a release":vlefevre2017-12-081-10/+12
| * Updated version to 4.1.0-dev.vlefevre2017-12-086-12/+12
* | ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-081-0/+14
* | [src/Makefile.am] Also distribute generic/coverage/mparam.hvlefevre2017-12-081-1/+1
* | ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-081-0/+56
* | [doc] Updated FAQ.html with a merge of changeset r11942 from the trunk.vlefevre2017-12-081-1/+2
* | [doc] Updated FAQ.html with a merge of changeset r11939 from the trunkvlefevre2017-12-081-2/+2
* | [NEWS] Added test coverage for MPFR 4.0.0.vlefevre2017-12-081-0/+1
* | Updated version to 4.0.0-rc1.vlefevre2017-12-085-5/+5
* | [doc/README.dev] "To make a release":vlefevre2017-12-081-10/+12
* | Created branch 4.0.vlefevre2017-12-080-0/+0
|/
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2017-12-081-5/+20154
* Moved tests/timings-mpfr.c into directory "tools" as it is not partvlefevre2017-12-081-0/+0
* [src/fpif.c] Removed FIXME about the sign bit of NaN: done invlefevre2017-12-071-6/+2
* [src] Replaced some "return 0" by "MPFR_RET (0)" (the generated codevlefevre2017-12-075-25/+22
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-064-22/+8
* [src/mpfr-mini-gmp.c] updated with GMP 6.1.2zimmerma2017-12-061-62/+44
* [doc/mpfr.texi] Corrected a Texinfo typography issue.vlefevre2017-12-061-1/+1