summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renamed 2.3 branch as 2.3-old before removal.2.3-oldvlefevre2007-08-100-0/+0
* Patch from Brian Gladman to build mpfr.dll (svn merge -c4657 .../trunk).vlefevre2007-07-201-1/+5
* Renamed mpfr_l2b as __gmpfr_l2b for consistency.vlefevre2007-07-203-7/+7
* Header inclusion clean-up (merged -r4631:4633 from the trunk).vlefevre2007-07-0930-54/+11
* Merges changesets 4629 and 4630 from the trunk (bug fixes, updatedvlefevre2007-07-093-33/+23
* free_cache.c: added missing #include <stdio.h> due to the move of thevlefevre2007-07-031-0/+1
* Fixed the bug reported by David Billinghurst to the MPFR mailing-listvlefevre2007-07-033-20/+21
* Set version suffix back to dev.vlefevre2007-07-035-5/+5
* README.dev: update from the trunk (not necessary for 2.3.0, but willvlefevre2007-07-031-0/+7
* Copied README.dev and patch-libtool from the trunk.vlefevre2007-07-022-3/+31
* NEWS: mention that the shared library is now enabled by default.vlefevre2007-07-021-0/+3
* Set version suffix to rc1.vlefevre2007-07-025-5/+5
* ChangeLog update before the RC1.vlefevre2007-07-021-0/+22
* Reformat.vlefevre2007-07-022-8/+8
* Created 2.3 branch.vlefevre2007-07-020-0/+0
* ChangeLog update.vlefevre2007-07-021-8196/+35063
* NEWS: update.vlefevre2007-07-021-1/+0
* Makefile.am: updated comment concerning -version-info.vlefevre2007-07-011-2/+3
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-018-8/+939
* tfma.c: added a space.vlefevre2007-07-011-1/+1
* tfma.c: typo.vlefevre2007-07-011-2/+2
* Reformat.vlefevre2007-07-011-10/+10
* fma.c: minor changes for consistency with the future fms.vlefevre2007-07-011-4/+2
* Completed the implementation of mpfr_fma (except in some corner casesvlefevre2007-07-013-28/+140
* Untabified.vlefevre2007-07-013-95/+95
* tfma.c: added overflow test to test_underflow.vlefevre2007-07-011-10/+13
* fma.c: implemented the main cases where x * y underflows.vlefevre2007-07-012-2/+106
* NEWS: update.vlefevre2007-06-301-0/+3
* BUGS: updated item on mpfr_fma.vlefevre2007-06-291-1/+1
* fma.c: completed the cases where x*y/4 needs to be used, except the veryvlefevre2007-06-291-34/+38
* tfma.c: fixed a printf.vlefevre2007-06-291-1/+1
* fma.c: added an assertion.vlefevre2007-06-291-0/+1
* tfma.c: fixed overflow tests.vlefevre2007-06-291-3/+3
* tfma.c: check NaN in test_overflow2.vlefevre2007-06-291-1/+13
* fma.c: updated a comment.vlefevre2007-06-291-1/+1
* tfma.c: added more overflow tests (needed to distinguish the casesvlefevre2007-06-291-1/+1
* tfma.c: added tests (-> assertion failed because mpfr_fma implementationvlefevre2007-06-291-8/+78
* acos.c: disabled change from r3145 ("Optimize mpfr_acos by choosingvlefevre2007-06-282-4/+7
* BUGS: updated item on the mpfr_acos bug.vlefevre2007-06-281-1/+2
* BUGS: updated item on the mpfr_acos test (the bug wasn't visible onvlefevre2007-06-281-2/+2
* acos.c: fixed integer overflows; to avoid undefined behavior, I hadvlefevre2007-06-281-3/+7
* BUGS: update (mpfr_cot has just been fixed).vlefevre2007-06-281-2/+0
* cot.c: implemented the case |x| = 2^emin.vlefevre2007-06-282-6/+62
* Fixed bug in div.c: rnd_mode could be modified (MPFR_INVERT_RND), butvlefevre2007-06-281-22/+22
* tdiv.c: added a test showing another bug in mpfr_div.vlefevre2007-06-281-0/+42
* cot.c: use MPFR_SAVE_EXPO_UPDATE_FLAGS, but the case +/- 2^emin couldvlefevre2007-06-282-8/+15
* fixed several problems with huge arguments in periodic functionszimmerma2007-06-289-130/+116
* fixed stupid bug (subtraction of unsigned longs)zimmerma2007-06-252-1/+8
* cos.c: implemented argument reduction by 2Pizimmerma2007-06-253-90/+78
* BUGS: added bugs.vlefevre2007-06-221-0/+11