summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* more progress for the mini-gmp interfacezimmerma2014-01-174-10/+15
* added two new files for mini-gmp interfacezimmerma2014-01-162-0/+479
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-1626-27/+135
* [src/get_z_exp.c] Added an assert for security in case the precision isvlefevre2014-01-161-0/+4
* [src/get_z_exp.c] Avoid a potential overflow.vlefevre2014-01-161-1/+1
* [src/extract.c] Type clean-up with 2 bug fixes (these bugs should havevlefevre2014-01-161-5/+7
* replaced function _mpz_realloc by preferred one mpz_realloc2zimmerma2014-01-163-4/+2
* [TODO] Added mini-gmp support.vlefevre2014-01-161-0/+12
* [NEWS] Mention speed improvement with --enable-assert[=full] and GCCvlefevre2014-01-151-1/+2
* [src/mpfr-impl.h] Fixed the MPFR_ASSERTN macro as suggested byvlefevre2014-01-141-1/+1
* [tests/tset_ld.c] Output MPFR_LDBL_MANT_DIG in some failure case.vlefevre2014-01-121-0/+1
* [tests/tset_d.c] More information in a failed test.vlefevre2014-01-111-0/+2
* [tests/Makefile.am] In LOADLIBES, replaced $(INCLUDES) by $(AM_CPPFLAGS)vlefevre2014-01-101-1/+1
* [doc/README.dev] "To make a release" update. In particular at step 5,vlefevre2014-01-091-2/+2
* [src/Makefile.am] Forgot to add mpfr-cvers.h in r8739.vlefevre2014-01-091-2/+2
* When static assertions are not supported by the C implementationvlefevre2014-01-093-44/+73
* [acinclude.m4] In the Static Assertions test, avoid a warning with GCCvlefevre2014-01-091-1/+2
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2014-01-071-20/+4511
* [tools/mpfrlint] Use codespell if available.vlefevre2014-01-071-0/+5
* [TODO] Fixed a misspelling, using codespell.vlefevre2014-01-071-1/+1
* Fixed misspellings, using codespell.vlefevre2014-01-077-11/+11
* [TODO] Added item: new functions of IEEE 754-2008 / C binding draft.vlefevre2014-01-061-0/+3
* [doc/README.dev] "To make a release": added a paragraph about warnings.vlefevre2014-01-051-0/+10
* [tests/trint.c] Avoid a warning.vlefevre2014-01-051-0/+1
* [acinclude.m4] Avoid a warning due to variable set but not used in avlefevre2014-01-051-0/+1
* [acinclude.m4] Replaced "main()" by "main (void)".vlefevre2014-01-051-8/+8
* [doc/mpfr.texi] Updated the month.vlefevre2014-01-041-1/+1
* Fixed warnings from GCC's -Wold-style-declaration option:vlefevre2014-01-036-8/+8
* Copyright notice update: added 2014 withvlefevre2014-01-03465-466/+466
* work around for bug in mpn_set_strzimmerma2013-12-171-2/+4
* Added tools/repl-variadic Perl script to replace the variadic functionsvlefevre2013-12-121-0/+30
* [tests/tstckintc.c] Improved tests when mpfr_custom_init_set is used asvlefevre2013-11-281-2/+2
* [src/mpfr.h] Fixed bug in the mpfr_custom_init_set macro (typo invlefevre2013-11-281-1/+1
* [src/lngamma.c] No longer declare B as initialized with GCC (see r5534),vlefevre2013-11-211-1/+1
* added -Wlogical-opzimmerma2013-11-151-1/+1
* [tests/tsprintf.c] Added a few tests.vlefevre2013-11-151-0/+6
* [doc/README.dev] This may seem obvious, but this is not the first timevlefevre2013-11-151-1/+5
* [tests/tsprintf.c] Fixed incorrect test from r5652 (the correspondingvlefevre2013-11-151-1/+1
* fixed bug reported by David Bindermanzimmerma2013-11-141-3/+3
* [tests/thypot.c] More NaN tests.vlefevre2013-11-061-0/+5
* [tests/thypot.c] Fix use of an uninitialized variable.thevenyp2013-11-061-1/+1
* [sum.c] the call to mpfr_can_round was obviously wrongzimmerma2013-11-041-2/+1
* [tests/tsum.c] Updated TODO comment (→ check underflows).vlefevre2013-11-041-1/+2
* [sum.c] mpfr_sum should consider the maximal precision of its inputs/outputzimmerma2013-11-043-7/+15
* [tests/tsum.c] Added a TODO comment: add generic random test withvlefevre2013-10-281-0/+12
* [tests/tsum.c] Added test for bug reported by Joseph S. Myers:vlefevre2013-10-281-0/+36
* [doc/mpfr.texi] Added an example for mpfr_fits_*, corresponding to thevlefevre2013-09-271-0/+2
* [src/mpfr-impl.h] Document that DOUBLE_ISNAN(x) is valid on long double.vlefevre2013-09-272-2/+7
* [tests/tset_ld.c] Avoid a division by zero if MPFR_ERRDIVZERO.vlefevre2013-09-271-2/+5
* [tests/tset_ld.c] Move tests_start_mpfr call earlier.vlefevre2013-09-271-1/+2