summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* forgot two fileszimmerma2016-01-122-0/+242
* [src/fma.c] C89 compatibility correction.vlefevre2016-01-121-1/+2
* [src/fma.c] Replaced mp_ptr by mpfr_limb_ptr (as usual).vlefevre2016-01-121-1/+1
* speedup in mpfr_fma and mpfr_fmszimmerma2016-01-107-5/+88
* [doc/README.dev] Added info about the parallel test harness.vlefevre2016-01-081-0/+8
* Updated documentation related to valgrind or other wrapper for the testsvlefevre2016-01-082-3/+8
* mpfrbench: use clock() when getrusage() is not availablezimmerma2016-01-051-3/+3
* [INSTALL] Added a note about tuning MPFR:vlefevre2016-01-021-0/+2
* [doc/mpfr.texi] Updated the month.vlefevre2016-01-011-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-01475-476/+476
* [src/mpfr-impl.h] Fixed MPFR_WIN_THREAD_SAFE_DLL definitionvlefevre2015-12-281-1/+1
* [tests/mpf_compat.h] Fix: File "inp_str.dat" could not be opened withvlefevre2015-12-271-12/+12
* [tests] In tversion.c, output the locale too (if supported).vlefevre2015-12-273-1/+10
* [tests/tinp_str.c] Added a blank line.vlefevre2015-12-271-0/+1
* [tests]vlefevre2015-12-273-9/+19
* [tests/tests.c] Improved src_fopen description (do not use the termvlefevre2015-12-271-1/+4
* [tests/mpf_compat.h] Fix: changed "inp_str.data" to "inp_str.dat"vlefevre2015-12-261-1/+1
* [tests/mpf_compat.h] For mpf_set_str and mpf_init_set_str, avoid stringsvlefevre2015-12-261-2/+2
* patch from Patrick Pelissier (for MinGW)zimmerma2015-12-181-5/+5
* [tests/tsum.c] Corrections for C++.vlefevre2015-12-151-3/+3
* Removed trailing spaces.vlefevre2015-12-141-2/+1
* review by Rob (sisyphus1@optusnet.com.au)zimmerma2015-12-141-5/+3
* removed obsolete parts (?) for MinGWzimmerma2015-12-141-50/+1
* new text for Windows/Visual Studio/Visual C++ part contributed by Brian Gladmanzimmerma2015-12-141-16/+11
* [INSTALL] Switch to UTF-8.vlefevre2015-12-141-2/+2
* changes proposed by Alexander (sav_ix@ukr.net)zimmerma2015-12-141-21/+14
* [tests/tsum.c] Correction.vlefevre2015-12-141-1/+1
* clock() should work everywherezimmerma2015-12-141-16/+3
* [tests/tsum.c] The timing test from r9753 in POSIX-only.vlefevre2015-12-141-2/+13
* [doc/mpfr.texi] Updated the month.vlefevre2015-12-141-1/+1
* update INSTALL filezimmerma2015-12-141-42/+12
* -D__USE_MINGW_ANSI_STDIO is needed for GMP onlyzimmerma2015-12-141-4/+3
* [src/sum.c] Updated comment about overlapping between input and output.vlefevre2015-12-111-1/+3
* document that (currently) mpfr_sum doesn't allow overlapzimmerma2015-12-111-2/+6
* timing test to compare mpfr_sum and naive algorithm (without correct rounding)zimmerma2015-12-111-1/+89
* update wrt -D__USE_MINGW_ANSI_STDIOzimmerma2015-12-111-1/+3
* note about MinGW and TLS supportzimmerma2015-12-111-0/+4
* improving error messagezimmerma2015-12-112-2/+2
* added comment and message for errors under MinGWzimmerma2015-12-103-2/+14
* [src/mpfr-impl.h] Updated a comment about clang and division by 0.vlefevre2015-12-031-2/+2
* [doc/sum.txt] Update.vlefevre2015-11-111-1/+2
* [doc/sum.txt] Update.vlefevre2015-11-111-2/+3
* [doc/sum.txt] Minor correction.vlefevre2015-11-111-1/+1
* [doc/sum.txt] Minor correction.vlefevre2015-11-101-1/+1
* [doc/sum.txt] Minor correction.vlefevre2015-11-101-1/+1
* [doc/sum.txt] Update.vlefevre2015-11-101-4/+5
* [doc/sum.txt] Clarification: avoid the word "iteration" for the loopvlefevre2015-11-101-5/+6
* [doc/sum.txt] Update.vlefevre2015-11-101-2/+3
* [doc/sum.txt] Update.vlefevre2015-11-101-1/+1
* [doc/sum.txt] Update.vlefevre2015-11-101-11/+27