summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Makefile.am] Updated -version-info (the interface hasn't really beenvlefevre2010-08-161-1/+2
* [bidimensional_sample.c] Added copyright notice.vlefevre2010-08-161-0/+22
* [ai.c] Prototype clean-up.vlefevre2010-08-161-7/+2
* Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99vlefevre2010-08-1615-64/+78
* Deleted old svn:mergeinfo property on tests/random2.cvlefevre2010-08-130-0/+0
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-137-13/+19
* [get_f.c] Avoid warning due to -Wunused-but-set-variable (fromvlefevre2010-08-131-1/+1
* [gamma.c] Avoid warning due to -Wunused-but-set-variable (fromvlefevre2010-08-131-5/+5
* [gmp_op.c] Avoid warning due to -Wunused-but-set-variable (fromvlefevre2010-08-131-1/+1
* [exp_2.c] No longer define qn and sizer, which are no longer used sincevlefevre2010-08-131-4/+4
* [NEWS] Update.vlefevre2010-08-131-0/+1
* [ieee_floats.h] Avoid breaking aliasing-rules when _GMP_IEEE_FLOATS isvlefevre2010-08-131-22/+22
* [configure.in] Removed useless slash.vlefevre2010-08-131-1/+1
* [NEWS] Prepare for new version.vlefevre2010-08-121-0/+3
* [README.dev] Removed obsolete paragraph about the old prepare script.vlefevre2010-08-121-9/+0
* [update-version] Detect errors.vlefevre2010-08-121-9/+26
* Updated FAQ.html with update-faq.vlefevre2010-08-121-4/+0
* [faq.xsl] Do not copy XML comments.vlefevre2010-08-121-0/+2
* Updated FAQ.html with update-faq.vlefevre2010-08-121-2/+6
* [README.dev] INRIAGforge -> INRIAGForge.vlefevre2010-08-121-2/+2
* [README] Update:vlefevre2010-08-121-5/+4
* [gmp_op.c] mpfr_mul_q and mpfr_div_q are still buggy; added comment.vlefevre2010-08-111-0/+9
* [tests/tgmpop.c] Added missing "static".vlefevre2010-08-111-2/+2
* gmp_op.c: Fix ternary value returned by mpfr_mul_q and mpfr_div_q in overflow...thevenyp2010-08-112-4/+109
* README.dev: updated "To make a release" (test of FP division by 0).vlefevre2010-08-041-0/+4
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-0410-1/+72
* [README.dev] Update about the compilers.vlefevre2010-08-041-2/+1
* [README.dev] Mention clang.vlefevre2010-08-041-1/+2
* [get_sj.c] Fixed bug found by John Regehr:vlefevre2010-08-041-5/+10
* [tests/tget_sj.c] Added tests of 1 and -1.vlefevre2010-08-041-0/+7
* [get_sj.c] Added assertions concerningvlefevre2010-08-041-0/+2
* [configure.in] When logging is enabled, remove the possible -pedanticvlefevre2010-08-041-2/+4
* [mpfr-impl.h] Reverse-merged changeset r7042. The code was notvlefevre2010-08-041-0/+2
* [mpfr-impl.h] Correction to avoid GCC warningsvlefevre2010-08-041-2/+0
* [mpfrlint] Correction for the future MPFR source structure.vlefevre2010-08-031-1/+1
* [mpfrlint] Execute check_inits_clears.vlefevre2010-08-031-0/+2
* [check_inits_clears] Correction.vlefevre2010-08-031-1/+2
* [Makefile.am] Moved ieee_floats.h from EXTRA_DIST to libmpfr_la_SOURCES.vlefevre2010-08-021-2/+2
* [Makefile.am] Clean-up: removed gen_inverse.h from EXTRA_DIST becausevlefevre2010-08-021-1/+1
* [mparam_h.in] Removed the comment about the dependency bug.vlefevre2010-08-011-7/+0
* [Makefile.am] Added "BUILT_SOURCES = mparam.h", fixing bugvlefevre2010-08-011-0/+2
* [mparam_h.in] Added a comment concerning the bug in the mparam.h dependency r...vlefevre2010-08-011-0/+7
* [mparam_h.in] Enable C mode for Emacs.vlefevre2010-08-011-1/+1
* [mparam_h.in] Deleted trailing whitespace.vlefevre2010-08-011-20/+20
* [mparam_h.in] Bug fix: added a newline at the end of the file.vlefevre2010-08-011-1/+1
* Replacedvlefevre2010-07-30406-406/+406
* [AUTHORS] Updated a sentence.vlefevre2010-07-301-1/+1
* Added configure.lineno (generated by configure) to svn:ignore property.vlefevre2010-07-300-0/+0
* [README.dev] For announces, changed mpfr into mpfr-announce.vlefevre2010-07-291-3/+3
* [ai.c] Replaced mp_exp_t by mpfr_exp_t.vlefevre2010-07-261-2/+2