summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [src/vasprintf.c] Forgot to get rid of __GMP_MP_SIZE_T_INT inexp-intvlefevre2011-05-121-6/+0
* Merged changeset r7308 from the trunk to avoid a failure in taway.vlefevre2011-05-111-0/+1
* Added casts for printf (mpfr_prec_t was assumed to be an unsigned long).vlefevre2011-04-2913-75/+97
* [src/strtofr.c] Support the case where mpfr_exp_t < long.vlefevre2011-04-291-11/+18
* [src/mpfr-impl.h] Added missing parentheses in MPFR_SADD_OVERFLOW.vlefevre2011-04-291-2/+2
* [tests/tpow_z.c] More details concerning a failure.vlefevre2011-04-281-1/+11
* [src/sub1.c] Added a useless cast (for maintainability: may be neededvlefevre2011-04-281-1/+15
* [src/sub1.c] Fixed several bugs: integer overflows and potentialvlefevre2011-04-281-5/+9
* Added exp-int branch from r7304, where mpfr_exp_t is defined as anvlefevre2010-12-173-26/+3
* [src/cmp2.c] Corrected a comment.vlefevre2010-12-171-2/+2
* Replaced some MPFR_EXP by MPFR_GET_EXP.vlefevre2010-12-173-5/+5
* [src/rec_sqrt.c] Removed a variable that was used only once.vlefevre2010-12-171-3/+1
* [src/mpfr.h] Changed comment for mpfrlint.vlefevre2010-12-171-5/+5
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-1719-43/+48
* [src/sum.c] Improved readability.vlefevre2010-12-171-1/+1
* [src/mpfr-impl.h] Formatting.vlefevre2010-12-171-1/+1
* [TODO] Added year on a date (the item was added on 2007-07-28 in r4707).vlefevre2010-12-141-1/+1
* Added configure.lineno (generated by configure) to the svn:ignorevlefevre2010-12-130-0/+0
* [NEWS] Update concerning the --with-gmp-build configure option.vlefevre2010-12-121-0/+3
* [INSTALL] Corrected a typo from r7293.vlefevre2010-12-121-1/+1
* Updated INSTALL file after the recent changes in configure.ac concerningvlefevre2010-12-121-6/+4
* [configure.ac] With --with-gmp-build, do not duplicate the includevlefevre2010-12-121-0/+1
* [configure.ac] Fixed another bug in r7289. This new version now seemsvlefevre2010-12-121-1/+1
* [configure.ac] Fixed bug in r7289.vlefevre2010-12-121-1/+1
* [configure.ac] Corrected Patrick Pelissier's patch (not tested).vlefevre2010-12-121-7/+7
* [configure.ac] patch from Patrick Pelissier to solve the problem withzimmerma2010-12-121-0/+8
* [tests/Makefile.am] tversion is also run at the end (after a discussionvlefevre2010-12-121-1/+7
* [configure.ac] Fixed two problems with --with-gmp-build:vlefevre2010-12-121-5/+5
* [INSTALL] Added a section "If 'gmp.h' and 'libgmp' do not match".vlefevre2010-12-071-1/+100
* [configure.ac] Improved warning message in case of unmatched 'gmp.h'vlefevre2010-12-071-1/+5
* [INSTALL] Update concerning "configure".vlefevre2010-12-071-2/+5
* [NEWS] fixed news for 3.0.0zimmerma2010-12-061-2/+2
* [tests/tversion.c] Now fail if the versions of gmp.h and libgmp do notvlefevre2010-12-031-13/+25
* Added metaMPFR in the tools directory of MPFR.schevill2010-11-303-0/+1467
* [src/mpfr.h] Defined MPFR_DEPRECATED to mark MPFR functions, typesvlefevre2010-11-291-0/+18
* [tests/tui_pow.c] Updated a comment.vlefevre2010-11-251-1/+1
* [tools/mpfrlint] Support BSD sed.vlefevre2010-11-231-5/+18
* [tools/mpfrlint] Detect the use of __mpfr_struct structure membersvlefevre2010-11-191-0/+3
* [src/min_prec.c] Replaced x->_mpfr_d by MPFR_MANT(x).vlefevre2010-11-191-1/+1
* [src/mpfr-impl.h] Commented out the declaration of mpfr_round_raw_3vlefevre2010-11-181-0/+3
* [src/min_prec.c] Major simplification of mpfr_min_prec by usingvlefevre2010-11-181-30/+2
* [src/mpfr-impl.h] Added a comment about mpn_sqr_n.vlefevre2010-11-151-1/+4
* [algorithms.tex] replaced reference to Graillat05 by earlier one (Higham02)zimmerma2010-11-151-1/+2
* [tools/nightly-test] Added a comment about the use of -pedantic-errors.vlefevre2010-11-121-0/+4
* [src/sub1.c] Minor simplification.vlefevre2010-11-101-1/+3
* [tests/tpow.c] Avoid warnings if mpfr_exp_t < long.vlefevre2010-11-101-4/+4
* [mul.c] fixed bug introduced in revision 7183, and reported by Brian Gladmanzimmerma2010-11-101-1/+1
* [src/mpfr.h] Use only mpfr_* types in __MPFR_EXP_* macro definitionsvlefevre2010-11-091-6/+6
* [src/mpfr.h] Changed a "void" into a "mpfr_void" in a macro definitionvlefevre2010-11-091-3/+3
* [tests/tset_si.c] Added testcase for problem fixed in r7236.vlefevre2010-11-091-0/+22