summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests/tsin_cos.c: in the consistency test, use smaller precisionsvlefevre2009-10-301-2/+2
* tests/tsin_cos.c: added consistency check.vlefevre2009-10-301-0/+37
* tests/tsin_cos.c: ported testcase bug20091008 from the trunk (r6507)vlefevre2009-10-091-0/+46
* atan.c: replaced the test oldn0 < 3*n0+1 by oldn0 < 3 * (n0 + 1) likevlefevre2009-09-291-1/+1
* FAQ update.vlefevre2009-09-291-9/+50
* tests/Makefile.am: added information about LOADLIBES.vlefevre2009-09-251-0/+4
* mpfrlint: check that lines aren't too long.vlefevre2009-09-201-0/+8
* Makefile.am: line-wrap libmpfr_la_SOURCES (M-q with Emacs) forvlefevre2009-09-201-1/+31
* Makefile.am, tests/Makefile.am: patch from Ralf Wildenhues (backported).vlefevre2009-09-202-2/+2
* frac.c, tests/tfrac.c: fixed underflow case in mpfr_frac and addedvlefevre2009-09-182-5/+18
* [frac.c] Patch r6457 was incorrect: the problem with the non-significantvlefevre2009-09-182-21/+63
* frac.c, tests/tfrac.c: fixed bug in mpfr_frac (the non-significant bitsvlefevre2009-09-182-0/+32
* tests/tmodf.c: typo in error message.vlefevre2009-09-181-3/+3
* mpfrlint: bug fix.vlefevre2009-09-151-1/+1
* mpfr.texi: updated the month.vlefevre2009-09-151-1/+1
* mpfrlint: execute svn in C locale.vlefevre2009-09-151-1/+1
* mpfrlint: check mpfr.texi's UPDATED-MONTH.vlefevre2009-09-151-0/+10
* Switched version back to 2.4.2-dev.vlefevre2009-09-155-5/+5
* mpfr.texi: updated mpfr_sum description from the trunk.vlefevre2009-09-151-5/+6
* get_ld.c, tests/tget_ld_2exp.c: backported patch r6418 fixing bugvlefevre2009-09-142-1/+29
* iszero.c: corrected a comment.vlefevre2009-09-141-1/+1
* vasprintf.c: fixed problem reported onvlefevre2009-09-111-3/+10
* towards -> toward (consistency).vlefevre2009-09-0219-27/+27
* tests/tests.c: typo in comment.vlefevre2009-09-021-1/+1
* tsprintf.c: fixed locale_da_DK test.vlefevre2009-08-261-3/+6
* tests/tsprintf.c: bug fix (uncommented an "exit(1);").vlefevre2009-08-261-1/+1
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".vlefevre2009-08-261-2/+195
* Updated version to 2.4.2-rc1. Updated libmpfr_la_LDFLAGS in Makefile.am.vlefevre2009-08-266-6/+6
* NEWS: update.vlefevre2009-08-261-0/+1
* README.dev: removed the part about mpfr-longlong.h, which can no longervlefevre2009-08-261-3/+2
* README.dev: update from the trunk.vlefevre2009-08-261-2/+14
* Install some documentation files and examples (merged changesetsvlefevre2009-08-267-3/+254
* set_ld.c: replaced a struct by a union. The struct was triggering thevlefevre2009-08-261-4/+4
* NEWS: update.vlefevre2009-08-251-0/+1
* tcmp_ld.c: use "long double" constants.vlefevre2009-08-251-4/+4
* mpfr.texi: various changes about the IEEE 754-2008 standard, as donevlefevre2009-08-211-15/+22
* mpfr.texi: the sign bit of a NaN is unspecified.vlefevre2009-08-211-1/+2
* mpfr.texi: updated section "Installing MPFR".vlefevre2009-08-051-11/+16
* mpfr.texi: corrected a spelling mistake.vlefevre2009-08-051-2/+2
* Since GNU Automake 1.11 is available on too few platforms, removed itsvlefevre2009-08-052-1/+18
* configure.in: replaced dist-lzma by dist-xz (the xz format is thevlefevre2009-08-041-1/+1
* NEWS: update.vlefevre2009-07-201-2/+3
* NEWS: Add the new mpfr_printf behavior for empty precision field with "%Rf".thevenyp2009-07-201-0/+1
* mpfr.texi: Restate subsection Formatted Output Functions/Format String.thevenyp2009-07-205-209/+169
* [coth.c, tcoth.c] fixed coth(+/0) which was wrong (reported byvlefevre2009-07-172-8/+8
* vasprintf.c: Fix bug in precision 0 with format %.0Rf (0.5 rounds to 0). Fix ...thevenyp2009-07-081-6/+10
* tsprintf.c: added tests of some halfway cases.vlefevre2009-07-081-0/+26
* tsprintf.c: added a test that triggers an assertion failure.vlefevre2009-07-081-0/+4
* tsprintf.c: fixed a test and added more tests for %.0Rf with the evenvlefevre2009-07-081-1/+5
* tsprintf.c: added test on emax (for %Ra and %Rb).vlefevre2009-07-071-0/+64