summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-2627-43/+0
* mpfr.texi: updated the month.vlefevre2009-06-231-1/+1
* mpfr.texi: fixed description of mpfr_get_str (clash with variables,vlefevre2009-06-231-6/+6
* get_str.c: added a space.vlefevre2009-06-231-1/+1
* vasprintf.c: corrected comments.vlefevre2009-06-211-4/+4
* vasprintf.c: convert GMP_RNDx to MPFR_RNDx.thevenyp2009-06-191-4/+4
* vasprintf.c: Add brace to disambiguate nested if, and remove unused variable.thevenyp2009-06-191-14/+15
* tests/tfprintf.c tests/tprintf.c: Do not test very small values with %f.thevenyp2009-06-192-3/+8
* vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...thevenyp2009-06-192-232/+229
* [TODO] added new functions to implementzimmerma2009-06-181-0/+2
* sinh_cosh.c: precision of intermediate computation no more depends on precisi...thevenyp2009-06-161-1/+0
* mpfr.h: new MPFR_VALUE_OF macro, now used by mpfr_get_prec andvlefevre2009-06-151-2/+5
* acinclude.m4: Make sure results of calculations on constants used withvlefevre2009-06-141-3/+4
* [algorithms.tex] bounds for get_str were checked by Mark Dickinsonzimmerma2009-06-131-1/+2
* [algorithms.tex] fixed typozimmerma2009-06-121-1/+1
* [algorithms.tex] fixed and completed up to b=62 table of bounds for get_strzimmerma2009-06-122-28/+43
* [algorithms.tex] analyzed precisely the cases where the value is m+1 insteadzimmerma2009-06-103-2/+75
* acinclude.m4: reverted incorrect patch r6267 that makes the testvlefevre2009-06-101-1/+1
* [acinclude.m4] patch from Maciej W. Rozycki on mpfr mailing-list, 9 Jun 2009zimmerma2009-06-091-1/+1
* added more test cases for the Bessel functions (from John Harrison paper atzimmerma2009-06-094-1/+16
* vasprintf.c: Binary output with no digit after the decimal point is now suppo...thevenyp2009-06-042-90/+135
* mpfr-longlong.h: Update to newer GMP version (changeset 12418:12a1d0bf21f0 Su...thevenyp2009-06-031-36/+112
* vasprintf.c: do not use GMP's namespace for identifiers defined in MPFR.vlefevre2009-05-291-8/+8
* README.dev: added: do not use the GMP namespaces...vlefevre2009-05-291-0/+5
* mpfr.h: rewrote a comment.vlefevre2009-05-291-5/+8
* vasprintf.c: Fix bug, "%%" was not correctly displayed when used alone or bef...thevenyp2009-05-293-4/+5
* mpfr.texi: Restate subsection Formatted Output Functions/Format String.thevenyp2009-05-291-50/+55
* mpfr.texi: details on use of 'P' type in mpfr_printf.thevenyp2009-05-281-8/+6
* NEWS: remind bug fixes since version 2.4.0.thevenyp2009-05-271-0/+1
* set_d64.c: Partial revert of r6190 to fix problem in a simpler way: the decim...thevenyp2009-05-271-8/+8
* mpfr.texi: updated the month.vlefevre2009-05-271-1/+1
* tests/tfmod.c: deleted trailing whitespace.vlefevre2009-05-271-3/+3
* tests/tatan.c: Add test triggering underflow (test coverage is now 100%).thevenyp2009-05-221-0/+5
* tests/tgeneric.c: for the second computation, increase the precisionvlefevre2009-05-201-0/+7
* Added tbuildopt to svn:ignore property of tests.vlefevre2009-05-200-0/+0
* tests/tfmod.c: complete tests with special values.thevenyp2009-05-201-7/+145
* tests/tfmod.c: code simplification + check ternary value too.thevenyp2009-05-201-91/+86
* tests/tfmod.c: replaced NULL by (mpfr_ptr) 0 in mpfr_inits2/mpfr_clears.vlefevre2009-05-201-8/+8
* tests/mpfr-test.h: added mpfr_cmp_ui0 macro (check that x is not a NaN).vlefevre2009-05-202-17/+18
* [tests/tfmod.c] added testcase for bug reported by Eric Veachzimmerma2009-05-202-10/+46
* [TODO] added one itemzimmerma2009-05-191-1/+1
* Clarify the fact that mpfr_sum guarantees correct rounding.lfousse2009-05-131-1/+2
* mpfr.h: updated a comment.vlefevre2009-05-131-1/+1
* mpfr.h: Add a warning comment (removed in r6026).thevenyp2009-05-131-1/+1
* fms.c: improve the performance of memory allocations in small precisionvlefevre2009-05-131-7/+7
* fma.c: patch by Patrick PĂ©lissier to improve the performance ofvlefevre2009-05-121-7/+7
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-0523-54/+9
* NEWS: corrections / limit to 80 characters per line.vlefevre2009-05-051-2/+2
* get_d64.c set_d64.c: Fix types.thevenyp2009-05-052-9/+10
* printf.c tests/tpow_all.c: <string.h> is not automatically included when comp...thevenyp2009-05-052-1/+2