summaryrefslogtreecommitdiff
path: root/sub.c
Commit message (Expand)AuthorAgeFilesLines
* mpfr_sub now calls directly mpfr_add1/mpfr_sub1 (no modification ofzimmerma1999-07-051-22/+57
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-5/+27
* fixed bug for b=2^n and c very smallzimmerma1999-06-251-52/+20
* Patch of an ABR.hanrot1999-06-251-1/+1
* Patched an Array Bound Read.hanrot1999-06-241-1/+2
* Corrected a potential problem in sub(a, a, a);hanrot1999-06-171-0/+1
* added TMP_DECL/TMP_MARK/TMP_FREE in mpfr_sub1 to deal with casezimmerma1999-06-171-1/+13
* fixed bug for overlap=k*mp_bits_per_limb, k>=1zimmerma1999-06-161-2/+3
* cases NaN and destination=sourcezimmerma1999-06-161-1/+3
* Initial revisionhanrot1999-06-091-0/+412