summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* One of the tests was using the fabs function, but -lm isn't given whenmpfr-2-2-branchvlefevre2005-10-061-1/+2
* Applied the mpfr_set_ui macro patch to the 2.2 branch.vlefevre2005-09-292-3/+38
* Applied the lngamma(2) patches to the 2.2 branch.vlefevre2005-09-292-3/+11
* Update. [2.2 branch]vlefevre2005-09-191-0/+14
* Mentioned problems with the Tru64 make and other minor changes.vlefevre2005-09-181-8/+9
* [2.2 branch]vlefevre2005-09-171-1/+1
* Update. [2.2 branch]vlefevre2005-09-161-0/+16
* Better initial precision.vlefevre2005-09-161-1/+1
* Fixed overflow problem for large precisions. [2.2 branch]vlefevre2005-09-161-49/+7
* Fixed stupid bug (coth was computing 1/tan instead of 1/tanh).vlefevre2005-09-162-1/+25
* Propagated the changes from the trunk to the 2.2 branch:vlefevre2005-09-161-3/+12
* Update. [2.2 branch]vlefevre2005-09-131-0/+4
* Fixed bug in exp(-eps) for rounding toward zero (test was also wrong).vlefevre2005-09-132-2/+17
* Update. [2.2 branch]vlefevre2005-09-131-0/+6
* Added missing MPFR_THREAD_ATTR. [2.2 branch]vlefevre2005-09-131-3/+6
* Minor update. [2.2 branch]vlefevre2005-09-131-1/+1
* Update. [2.2 branch]vlefevre2005-09-111-0/+2
* Fixed tuneup. [2.2 branch]vlefevre2005-09-113-10/+11
* Update. [2.2 branch]vlefevre2005-09-111-0/+6
* [2.2 branch]vlefevre2005-09-114-3/+4
* Update. [2.2 branch]vlefevre2005-09-111-0/+10
* Minor patches from the trunk. [2.2 branch]vlefevre2005-09-113-6/+11
* Ported patches from the trunk to the 2.2 branch.vlefevre2005-09-098-81/+137
* Update. [2.2 branch]vlefevre2005-09-081-0/+13
* Added fixperm script to fix the file permissions broken by CVS.vlefevre2005-09-082-6/+15
* file fixperm was added on branch mpfr-2-2-branch on 2005-09-08 09:05:58 +0000vlefevre2005-09-081-8/+0
* This commit was manufactured by cvs2svn to create branch(no author)2005-09-081-0/+8
* Forgot to add tlngamma.c. [2.2 branch]vlefevre2005-09-081-0/+190
* Update (mpfr_lngamma).vlefevre2005-09-081-1/+2
* Forgot to add lngamma.c. [2.2 branch]vlefevre2005-09-081-0/+460
* Update. [2.2 branch]vlefevre2005-09-081-0/+57
* Fix: readded dependencies. [2.2 branch]vlefevre2005-09-081-1/+1
* Patches from the trunk: added mpfr_lngamma, fixed mpfr_gamma,vlefevre2005-09-069-132/+342
* Ported patches from the trunk to the 2.2 branch.vlefevre2005-09-062-106/+9
* Replaced unsigned long bit-fields (GCC extension) by insigned intvlefevre2005-09-061-11/+11
* MPN_COPY now calls memcpy only if dst != src (otherwise this is anvlefevre2005-09-051-1/+13
* Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.vlefevre2005-09-022-31/+60
* Do not put expressions with side effects in MPFR_ASSERTN. [2.2 branch]vlefevre2005-09-022-6/+14
* Updated month. [2.2 branch]vlefevre2005-09-011-1/+1
* Ported fix to the 2.2 branch.vlefevre2005-09-012-1/+15
* Fixed memory leak (missing MPFR_TMP_FREE in a particular case).vlefevre2005-08-311-74/+76
* Fixed memory leak (missing MPFR_TMP_FREE in a particular case).vlefevre2005-08-311-1/+6
* Fix for the following problem: #error is not sufficient with ccvlefevre2005-08-311-0/+5
* Update. [2.2 branch]vlefevre2005-08-301-0/+10
* Patch from Patrick to solve efficiency problem when one operand isvlefevre2005-08-301-99/+135
* This commit was manufactured by cvs2svn to create branch(no author)2005-08-300-0/+0
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-245-41/+56
* Update.vlefevre2005-08-241-0/+12
* Improved C compliance when mp_limb_t and uintmax_t have the same sizevlefevre2005-08-241-12/+21
* No longer assume that a mp_limb_t fits in an unsigned long (thisvlefevre2005-08-242-9/+5